Shades of Zest #BD7243
Tints of Zest #BD7243
RGB
CMYK
RGB Variations
Color information
#BD7243 (or 0xBD7243) is known color: Zest. HEX triplet: BD, 72 and 43. RGB value is (189,114,67). Sum of RGB (Red+Green+Blue) = 189+114+67=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7243 is #428DBC. Grayscale: #838383. Windows color (decimal): -4361661 or 4420285. OLE color: 4420285.
HSL color Cylindrical-coordinate representation of color #BD7243: hue angle of 23.11º 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 #BD7243 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 67 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.26 |
| HSL | 23.11º | 0.48% | 0.5% | - |
| HSV(B) | 23.11º | 0.65% | 0.74% | - |
| XYZ | 28.02 | 23.26 | 8.32 | - |
| YUV | 131.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 67 | 0 | 0.40 | 0.65 | 0.26 | 23.11 | 0.48 | 0.5 |
| Hex | BD | 72 | 43 | 0 | 28 | 41 | 1A | 17 | 30 | 32 |
| Octal | 275 | 162 | 103 | 0 | 50 | 101 | 32 | 27 | 60 | 62 |
| Binary | 10111101 | 1110010 | 1000011 | 0 | 101000 | 1000001 | 11010 | 10111 | 110000 | 110010 |
Color Harmonies of #BD7243
Complementary color
Monochromatic Colors of #BD7243
Black with #BD7243
Text Example
Text Example
White with #BD7243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7243; }
p { color: rgb(189,114,67); }
H1.HeaderClassName
{
color: #BD7243;
}
.AnyTagClassName
{
color: #BD7243;
}
</style>
background-color css
<style>
a { background-color: #BD7243; }
a { background-color: rgb(189,114,67); }
div.DivClassName
{
background-color: #BD7243;
}
.BgClassName
{
background-color: #BD7243;
}
</style>
border-color css
<style>
span { border-color: #BD7243; }
span { border-color: rgb(189,114,67); }
td.TdClassName
{
border-color: #BD7243;
}
.TagClassName
{
border-color: #BD7243;
}
</style>