Shades of Zest #BF7240
Tints of Zest #BF7240
RGB
CMYK
RGB Variations
Color information
#BF7240 (or 0xBF7240) is known color: Zest. HEX triplet: BF, 72 and 40. RGB value is (191,114,64). Sum of RGB (Red+Green+Blue) = 191+114+64=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7240 is #408DBF. Grayscale: #838383. Windows color (decimal): -4230592 or 4223679. OLE color: 4223679.
HSL color Cylindrical-coordinate representation of color #BF7240: hue angle of 23.62º 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 #BF7240 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 64 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.25 |
| HSL | 23.62º | 0.5% | 0.5% | - |
| HSV(B) | 23.62º | 0.66% | 0.75% | - |
| XYZ | 28.43 | 23.48 | 7.88 | - |
| YUV | 131.32 | 90.01 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 64 | 0 | 0.40 | 0.66 | 0.25 | 23.62 | 0.5 | 0.5 |
| Hex | BF | 72 | 40 | 0 | 28 | 42 | 19 | 18 | 32 | 32 |
| Octal | 277 | 162 | 100 | 0 | 50 | 102 | 31 | 30 | 62 | 62 |
| Binary | 10111111 | 1110010 | 1000000 | 0 | 101000 | 1000010 | 11001 | 11000 | 110010 | 110010 |
Color Harmonies of #BF7240
Complementary color
Monochromatic Colors of #BF7240
Black with #BF7240
Text Example
Text Example
White with #BF7240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7240; }
p { color: rgb(191,114,64); }
H1.HeaderClassName
{
color: #BF7240;
}
.AnyTagClassName
{
color: #BF7240;
}
</style>
background-color css
<style>
a { background-color: #BF7240; }
a { background-color: rgb(191,114,64); }
div.DivClassName
{
background-color: #BF7240;
}
.BgClassName
{
background-color: #BF7240;
}
</style>
border-color css
<style>
span { border-color: #BF7240; }
span { border-color: rgb(191,114,64); }
td.TdClassName
{
border-color: #BF7240;
}
.TagClassName
{
border-color: #BF7240;
}
</style>