Shades of Zest #BD7242
Tints of Zest #BD7242
RGB
CMYK
RGB Variations
Color information
#BD7242 (or 0xBD7242) is known color: Zest. HEX triplet: BD, 72 and 42. RGB value is (189,114,66). Sum of RGB (Red+Green+Blue) = 189+114+66=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7242 is #428DBD. Grayscale: #838383. Windows color (decimal): -4361662 or 4354749. OLE color: 4354749.
HSL color Cylindrical-coordinate representation of color #BD7242: hue angle of 23.41º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD7242 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 66 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.26 |
| HSL | 23.41º | 0.48% | 0.5% | - |
| HSV(B) | 23.41º | 0.65% | 0.74% | - |
| XYZ | 27.99 | 23.25 | 8.17 | - |
| YUV | 130.95 | 91.35 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 66 | 0 | 0.40 | 0.65 | 0.26 | 23.41 | 0.48 | 0.5 |
| Hex | BD | 72 | 42 | 0 | 28 | 41 | 1A | 17 | 30 | 32 |
| Octal | 275 | 162 | 102 | 0 | 50 | 101 | 32 | 27 | 60 | 62 |
| Binary | 10111101 | 1110010 | 1000010 | 0 | 101000 | 1000001 | 11010 | 10111 | 110000 | 110010 |
Color Harmonies of #BD7242
Complementary color
Monochromatic Colors of #BD7242
Black with #BD7242
Text Example
Text Example
White with #BD7242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7242; }
p { color: rgb(189,114,66); }
H1.HeaderClassName
{
color: #BD7242;
}
.AnyTagClassName
{
color: #BD7242;
}
</style>
background-color css
<style>
a { background-color: #BD7242; }
a { background-color: rgb(189,114,66); }
div.DivClassName
{
background-color: #BD7242;
}
.BgClassName
{
background-color: #BD7242;
}
</style>
border-color css
<style>
span { border-color: #BD7242; }
span { border-color: rgb(189,114,66); }
td.TdClassName
{
border-color: #BD7242;
}
.TagClassName
{
border-color: #BD7242;
}
</style>