Shades of Zest #BD6E39
Tints of Zest #BD6E39
RGB
CMYK
RGB Variations
Color information
#BD6E39 (or 0xBD6E39) is known color: Zest. HEX triplet: BD, 6E and 39. RGB value is (189,110,57). Sum of RGB (Red+Green+Blue) = 189+110+57=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E39 is #4291C6. Grayscale: #7F7F7F. Windows color (decimal): -4362695 or 3763901. OLE color: 3763901.
HSL color Cylindrical-coordinate representation of color #BD6E39: hue angle of 24.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD6E39 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 110 | 57 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.26 |
| HSL | 24.09º | 0.54% | 0.48% | - |
| HSV(B) | 24.09º | 0.7% | 0.74% | - |
| XYZ | 27.3 | 22.27 | 6.73 | - |
| YUV | 127.58 | 88.17 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 57 | 0 | 0.42 | 0.70 | 0.26 | 24.09 | 0.54 | 0.48 |
| Hex | BD | 6E | 39 | 0 | 2A | 46 | 1A | 18 | 36 | 30 |
| Octal | 275 | 156 | 71 | 0 | 52 | 106 | 32 | 30 | 66 | 60 |
| Binary | 10111101 | 1101110 | 111001 | 0 | 101010 | 1000110 | 11010 | 11000 | 110110 | 110000 |
Color Harmonies of #BD6E39
Complementary color
Monochromatic Colors of #BD6E39
Black with #BD6E39
Text Example
Text Example
White with #BD6E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6E39; }
p { color: rgb(189,110,57); }
H1.HeaderClassName
{
color: #BD6E39;
}
.AnyTagClassName
{
color: #BD6E39;
}
</style>
background-color css
<style>
a { background-color: #BD6E39; }
a { background-color: rgb(189,110,57); }
div.DivClassName
{
background-color: #BD6E39;
}
.BgClassName
{
background-color: #BD6E39;
}
</style>
border-color css
<style>
span { border-color: #BD6E39; }
span { border-color: rgb(189,110,57); }
td.TdClassName
{
border-color: #BD6E39;
}
.TagClassName
{
border-color: #BD6E39;
}
</style>