Shades of Zest #BD6B39
Tints of Zest #BD6B39
RGB
CMYK
RGB Variations
Color information
#BD6B39 (or 0xBD6B39) is known color: Zest. HEX triplet: BD, 6B and 39. RGB value is (189,107,57). Sum of RGB (Red+Green+Blue) = 189+107+57=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6B39 is #4294C6. Grayscale: #7E7E7E. Windows color (decimal): -4363463 or 3763133. OLE color: 3763133.
HSL color Cylindrical-coordinate representation of color #BD6B39: hue angle of 22.73º 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 #BD6B39 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 57 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.26 |
| HSL | 22.73º | 0.54% | 0.48% | - |
| HSV(B) | 22.73º | 0.7% | 0.74% | - |
| XYZ | 26.98 | 21.63 | 6.62 | - |
| YUV | 125.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 57 | 0 | 0.43 | 0.70 | 0.26 | 22.73 | 0.54 | 0.48 |
| Hex | BD | 6B | 39 | 0 | 2B | 46 | 1A | 17 | 36 | 30 |
| Octal | 275 | 153 | 71 | 0 | 53 | 106 | 32 | 27 | 66 | 60 |
| Binary | 10111101 | 1101011 | 111001 | 0 | 101011 | 1000110 | 11010 | 10111 | 110110 | 110000 |
Color Harmonies of #BD6B39
Complementary color
Monochromatic Colors of #BD6B39
Black with #BD6B39
Text Example
Text Example
White with #BD6B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6B39; }
p { color: rgb(189,107,57); }
H1.HeaderClassName
{
color: #BD6B39;
}
.AnyTagClassName
{
color: #BD6B39;
}
</style>
background-color css
<style>
a { background-color: #BD6B39; }
a { background-color: rgb(189,107,57); }
div.DivClassName
{
background-color: #BD6B39;
}
.BgClassName
{
background-color: #BD6B39;
}
</style>
border-color css
<style>
span { border-color: #BD6B39; }
span { border-color: rgb(189,107,57); }
td.TdClassName
{
border-color: #BD6B39;
}
.TagClassName
{
border-color: #BD6B39;
}
</style>