Shades of Zest #BF7040
Tints of Zest #BF7040
RGB
CMYK
RGB Variations
Color information
#BF7040 (or 0xBF7040) is known color: Zest. HEX triplet: BF, 70 and 40. RGB value is (191,112,64). Sum of RGB (Red+Green+Blue) = 191+112+64=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7040 is #408FBF. Grayscale: #828282. Windows color (decimal): -4231104 or 4223167. OLE color: 4223167.
HSL color Cylindrical-coordinate representation of color #BF7040: hue angle of 22.68º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF7040 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 64 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.25 |
| HSL | 22.68º | 0.5% | 0.5% | - |
| HSV(B) | 22.68º | 0.66% | 0.75% | - |
| XYZ | 28.21 | 23.03 | 7.81 | - |
| YUV | 130.15 | 90.67 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 64 | 0 | 0.41 | 0.66 | 0.25 | 22.68 | 0.5 | 0.5 |
| Hex | BF | 70 | 40 | 0 | 29 | 42 | 19 | 17 | 32 | 32 |
| Octal | 277 | 160 | 100 | 0 | 51 | 102 | 31 | 27 | 62 | 62 |
| Binary | 10111111 | 1110000 | 1000000 | 0 | 101001 | 1000010 | 11001 | 10111 | 110010 | 110010 |
Color Harmonies of #BF7040
Complementary color
Monochromatic Colors of #BF7040
Black with #BF7040
Text Example
Text Example
White with #BF7040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7040; }
p { color: rgb(191,112,64); }
H1.HeaderClassName
{
color: #BF7040;
}
.AnyTagClassName
{
color: #BF7040;
}
</style>
background-color css
<style>
a { background-color: #BF7040; }
a { background-color: rgb(191,112,64); }
div.DivClassName
{
background-color: #BF7040;
}
.BgClassName
{
background-color: #BF7040;
}
</style>
border-color css
<style>
span { border-color: #BF7040; }
span { border-color: rgb(191,112,64); }
td.TdClassName
{
border-color: #BF7040;
}
.TagClassName
{
border-color: #BF7040;
}
</style>