Shades of Zest #BD7245
Tints of Zest #BD7245
RGB
CMYK
RGB Variations
Color information
#BD7245 (or 0xBD7245) is known color: Zest. HEX triplet: BD, 72 and 45. RGB value is (189,114,69). Sum of RGB (Red+Green+Blue) = 189+114+69=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7245 is #428DBA. Grayscale: #838383. Windows color (decimal): -4361659 or 4551357. OLE color: 4551357.
HSL color Cylindrical-coordinate representation of color #BD7245: hue angle of 22.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD7245 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 69 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.26 |
| HSL | 22.5º | 0.48% | 0.51% | - |
| HSV(B) | 22.5º | 0.63% | 0.74% | - |
| XYZ | 28.08 | 23.28 | 8.64 | - |
| YUV | 131.3 | 92.85 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 69 | 0 | 0.40 | 0.63 | 0.26 | 22.5 | 0.48 | 0.51 |
| Hex | BD | 72 | 45 | 0 | 28 | 3F | 1A | 16 | 30 | 33 |
| Octal | 275 | 162 | 105 | 0 | 50 | 77 | 32 | 26 | 60 | 63 |
| Binary | 10111101 | 1110010 | 1000101 | 0 | 101000 | 111111 | 11010 | 10110 | 110000 | 110011 |
Color Harmonies of #BD7245
Complementary color
Monochromatic Colors of #BD7245
Black with #BD7245
Text Example
Text Example
White with #BD7245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7245; }
p { color: rgb(189,114,69); }
H1.HeaderClassName
{
color: #BD7245;
}
.AnyTagClassName
{
color: #BD7245;
}
</style>
background-color css
<style>
a { background-color: #BD7245; }
a { background-color: rgb(189,114,69); }
div.DivClassName
{
background-color: #BD7245;
}
.BgClassName
{
background-color: #BD7245;
}
</style>
border-color css
<style>
span { border-color: #BD7245; }
span { border-color: rgb(189,114,69); }
td.TdClassName
{
border-color: #BD7245;
}
.TagClassName
{
border-color: #BD7245;
}
</style>