Shades of Zest #BD7139
Tints of Zest #BD7139
RGB
CMYK
RGB Variations
Color information
#BD7139 (or 0xBD7139) is known color: Zest. HEX triplet: BD, 71 and 39. RGB value is (189,113,57). Sum of RGB (Red+Green+Blue) = 189+113+57=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7139 is #428EC6. Grayscale: #818181. Windows color (decimal): -4361927 or 3764669. OLE color: 3764669.
HSL color Cylindrical-coordinate representation of color #BD7139: hue angle of 25.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD7139 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 57 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.26 |
| HSL | 25.45º | 0.54% | 0.48% | - |
| HSV(B) | 25.45º | 0.7% | 0.74% | - |
| XYZ | 27.63 | 22.92 | 6.84 | - |
| YUV | 129.34 | 87.18 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 57 | 0 | 0.40 | 0.70 | 0.26 | 25.45 | 0.54 | 0.48 |
| Hex | BD | 71 | 39 | 0 | 28 | 46 | 1A | 19 | 36 | 30 |
| Octal | 275 | 161 | 71 | 0 | 50 | 106 | 32 | 31 | 66 | 60 |
| Binary | 10111101 | 1110001 | 111001 | 0 | 101000 | 1000110 | 11010 | 11001 | 110110 | 110000 |
Color Harmonies of #BD7139
Complementary color
Monochromatic Colors of #BD7139
Black with #BD7139
Text Example
Text Example
White with #BD7139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7139; }
p { color: rgb(189,113,57); }
H1.HeaderClassName
{
color: #BD7139;
}
.AnyTagClassName
{
color: #BD7139;
}
</style>
background-color css
<style>
a { background-color: #BD7139; }
a { background-color: rgb(189,113,57); }
div.DivClassName
{
background-color: #BD7139;
}
.BgClassName
{
background-color: #BD7139;
}
</style>
border-color css
<style>
span { border-color: #BD7139; }
span { border-color: rgb(189,113,57); }
td.TdClassName
{
border-color: #BD7139;
}
.TagClassName
{
border-color: #BD7139;
}
</style>