Shades of Zest #BF7140
Tints of Zest #BF7140
RGB
CMYK
RGB Variations
Color information
#BF7140 (or 0xBF7140) is known color: Zest. HEX triplet: BF, 71 and 40. RGB value is (191,113,64). Sum of RGB (Red+Green+Blue) = 191+113+64=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7140 is #408EBF. Grayscale: #838383. Windows color (decimal): -4230848 or 4223423. OLE color: 4223423.
HSL color Cylindrical-coordinate representation of color #BF7140: hue angle of 23.15º 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 #BF7140 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 64 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.25 |
| HSL | 23.15º | 0.5% | 0.5% | - |
| HSV(B) | 23.15º | 0.66% | 0.75% | - |
| XYZ | 28.32 | 23.26 | 7.85 | - |
| YUV | 130.74 | 90.34 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 64 | 0 | 0.41 | 0.66 | 0.25 | 23.15 | 0.5 | 0.5 |
| Hex | BF | 71 | 40 | 0 | 29 | 42 | 19 | 17 | 32 | 32 |
| Octal | 277 | 161 | 100 | 0 | 51 | 102 | 31 | 27 | 62 | 62 |
| Binary | 10111111 | 1110001 | 1000000 | 0 | 101001 | 1000010 | 11001 | 10111 | 110010 | 110010 |
Color Harmonies of #BF7140
Complementary color
Monochromatic Colors of #BF7140
Black with #BF7140
Text Example
Text Example
White with #BF7140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7140; }
p { color: rgb(191,113,64); }
H1.HeaderClassName
{
color: #BF7140;
}
.AnyTagClassName
{
color: #BF7140;
}
</style>
background-color css
<style>
a { background-color: #BF7140; }
a { background-color: rgb(191,113,64); }
div.DivClassName
{
background-color: #BF7140;
}
.BgClassName
{
background-color: #BF7140;
}
</style>
border-color css
<style>
span { border-color: #BF7140; }
span { border-color: rgb(191,113,64); }
td.TdClassName
{
border-color: #BF7140;
}
.TagClassName
{
border-color: #BF7140;
}
</style>