Color #B66856

HEX

#B66856

RGB

(182, 104, 86)

Quick Actions

Color Values

Color Space Values
RGB
R: 182, G: 104, B: 86 (71%, 41%, 34%)
CMYK C: 0%, M: 43%, Y: 53%, K: 29%
HSL H: 11°, S: 40%, L: 53%
HSV H: 11°, S: 53%, V: 71%
CIE-LAB L: 52.42, a: 29.33, b: 23.7
CIE-LCH L: 52.42, C: 37.71, H: 38.94
Hunter-Lab L: 45.3, a: 20.86, b: 14.09
Web Safe
#cc6666
Complementary
#56a4b6

#B66856 is a color with RGB values of 182 red, 104 green, and 86 blue (71%, 41%, 34% respectively). In the CMYK color space, it consists of 0% cyan, 43% magenta, 53% yellow, and 29% black. The color has a hue angle of 11°, 40% saturation, and 53% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc6666. The complementary color is #56a4b6, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #B66856

Explore different variations of #B66856 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #B66856. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #B66856

Explore different color combinations and harmonies that work well with #B66856.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #B66856

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #B66856

Text with #B66856

This text has a font color of #B66856.

<span style="color:#B66856;">Text here</span>
.text { color: #B66856; }

#B66856 background color

This paragraph has a background color of #B66856.

<p style="background-color:#B66856;">Content here</p>
.background { background-color: #B66856; }

#B66856 border color

This element has a border color of #B66856.
<div style="border:1px solid #B66856;">Content here</div>
.border { border: 1px solid #B66856; }

#B66856 box shadow

This element has a box shadow using #B66856.
<div style="box-shadow: 0 4px 6px -1px #B6685680">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #B6685680; }
Copied to clipboard!