Shades of Zest #BF7037
Tints of Zest #BF7037
RGB
CMYK
RGB Variations
Color information
#BF7037 (or 0xBF7037) is known color: Zest. HEX triplet: BF, 70 and 37. RGB value is (191,112,55). Sum of RGB (Red+Green+Blue) = 191+112+55=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7037 is #408FC8. Grayscale: #818181. Windows color (decimal): -4231113 or 3633343. OLE color: 3633343.
HSL color Cylindrical-coordinate representation of color #BF7037: hue angle of 25.15º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF7037 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 55 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.25 |
| HSL | 25.15º | 0.55% | 0.48% | - |
| HSV(B) | 25.15º | 0.71% | 0.75% | - |
| XYZ | 27.97 | 22.94 | 6.57 | - |
| YUV | 129.12 | 86.17 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 55 | 0 | 0.41 | 0.71 | 0.25 | 25.15 | 0.55 | 0.48 |
| Hex | BF | 70 | 37 | 0 | 29 | 47 | 19 | 19 | 37 | 30 |
| Octal | 277 | 160 | 67 | 0 | 51 | 107 | 31 | 31 | 67 | 60 |
| Binary | 10111111 | 1110000 | 110111 | 0 | 101001 | 1000111 | 11001 | 11001 | 110111 | 110000 |
Color Harmonies of #BF7037
Complementary color
Monochromatic Colors of #BF7037
Black with #BF7037
Text Example
Text Example
White with #BF7037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7037; }
p { color: rgb(191,112,55); }
H1.HeaderClassName
{
color: #BF7037;
}
.AnyTagClassName
{
color: #BF7037;
}
</style>
background-color css
<style>
a { background-color: #BF7037; }
a { background-color: rgb(191,112,55); }
div.DivClassName
{
background-color: #BF7037;
}
.BgClassName
{
background-color: #BF7037;
}
</style>
border-color css
<style>
span { border-color: #BF7037; }
span { border-color: rgb(191,112,55); }
td.TdClassName
{
border-color: #BF7037;
}
.TagClassName
{
border-color: #BF7037;
}
</style>