Shades of Zest #BD7045
Tints of Zest #BD7045
RGB
CMYK
RGB Variations
Color information
#BD7045 (or 0xBD7045) is known color: Zest. HEX triplet: BD, 70 and 45. RGB value is (189,112,69). Sum of RGB (Red+Green+Blue) = 189+112+69=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7045 is #428FBA. Grayscale: #828282. Windows color (decimal): -4362171 or 4550845. OLE color: 4550845.
HSL color Cylindrical-coordinate representation of color #BD7045: hue angle of 21.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 #BD7045 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 69 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.26 |
| HSL | 21.5º | 0.48% | 0.51% | - |
| HSV(B) | 21.5º | 0.63% | 0.74% | - |
| XYZ | 27.85 | 22.84 | 8.57 | - |
| YUV | 130.12 | 93.51 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 69 | 0 | 0.41 | 0.63 | 0.26 | 21.5 | 0.48 | 0.51 |
| Hex | BD | 70 | 45 | 0 | 29 | 3F | 1A | 16 | 30 | 33 |
| Octal | 275 | 160 | 105 | 0 | 51 | 77 | 32 | 26 | 60 | 63 |
| Binary | 10111101 | 1110000 | 1000101 | 0 | 101001 | 111111 | 11010 | 10110 | 110000 | 110011 |
Color Harmonies of #BD7045
Complementary color
Monochromatic Colors of #BD7045
Black with #BD7045
Text Example
Text Example
White with #BD7045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7045; }
p { color: rgb(189,112,69); }
H1.HeaderClassName
{
color: #BD7045;
}
.AnyTagClassName
{
color: #BD7045;
}
</style>
background-color css
<style>
a { background-color: #BD7045; }
a { background-color: rgb(189,112,69); }
div.DivClassName
{
background-color: #BD7045;
}
.BgClassName
{
background-color: #BD7045;
}
</style>
border-color css
<style>
span { border-color: #BD7045; }
span { border-color: rgb(189,112,69); }
td.TdClassName
{
border-color: #BD7045;
}
.TagClassName
{
border-color: #BD7045;
}
</style>