Shades of Zest #BD6F44
Tints of Zest #BD6F44
RGB
CMYK
RGB Variations
Color information
#BD6F44 (or 0xBD6F44) is known color: Zest. HEX triplet: BD, 6F and 44. RGB value is (189,111,68). Sum of RGB (Red+Green+Blue) = 189+111+68=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6F44 is #4290BB. Grayscale: #818181. Windows color (decimal): -4362428 or 4485053. OLE color: 4485053.
HSL color Cylindrical-coordinate representation of color #BD6F44: hue angle of 21.32º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD6F44 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 111 | 68 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.26 |
| HSL | 21.32º | 0.48% | 0.5% | - |
| HSV(B) | 21.32º | 0.64% | 0.74% | - |
| XYZ | 27.71 | 22.61 | 8.37 | - |
| YUV | 129.42 | 93.34 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 68 | 0 | 0.41 | 0.64 | 0.26 | 21.32 | 0.48 | 0.5 |
| Hex | BD | 6F | 44 | 0 | 29 | 40 | 1A | 15 | 30 | 32 |
| Octal | 275 | 157 | 104 | 0 | 51 | 100 | 32 | 25 | 60 | 62 |
| Binary | 10111101 | 1101111 | 1000100 | 0 | 101001 | 1000000 | 11010 | 10101 | 110000 | 110010 |
Color Harmonies of #BD6F44
Complementary color
Monochromatic Colors of #BD6F44
Black with #BD6F44
Text Example
Text Example
White with #BD6F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6F44; }
p { color: rgb(189,111,68); }
H1.HeaderClassName
{
color: #BD6F44;
}
.AnyTagClassName
{
color: #BD6F44;
}
</style>
background-color css
<style>
a { background-color: #BD6F44; }
a { background-color: rgb(189,111,68); }
div.DivClassName
{
background-color: #BD6F44;
}
.BgClassName
{
background-color: #BD6F44;
}
</style>
border-color css
<style>
span { border-color: #BD6F44; }
span { border-color: rgb(189,111,68); }
td.TdClassName
{
border-color: #BD6F44;
}
.TagClassName
{
border-color: #BD6F44;
}
</style>