Shades of Zest #BF6940
Tints of Zest #BF6940
RGB
CMYK
RGB Variations
Color information
#BF6940 (or 0xBF6940) is known color: Zest. HEX triplet: BF, 69 and 40. RGB value is (191,105,64). Sum of RGB (Red+Green+Blue) = 191+105+64=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6940 is #4096BF. Grayscale: #7E7E7E. Windows color (decimal): -4232896 or 4221375. OLE color: 4221375.
HSL color Cylindrical-coordinate representation of color #BF6940: hue angle of 19.37º 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 #BF6940 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 64 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.25 |
| HSL | 19.37º | 0.5% | 0.5% | - |
| HSV(B) | 19.37º | 0.66% | 0.75% | - |
| XYZ | 27.46 | 21.55 | 7.56 | - |
| YUV | 126.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 64 | 0 | 0.45 | 0.66 | 0.25 | 19.37 | 0.5 | 0.5 |
| Hex | BF | 69 | 40 | 0 | 2D | 42 | 19 | 13 | 32 | 32 |
| Octal | 277 | 151 | 100 | 0 | 55 | 102 | 31 | 23 | 62 | 62 |
| Binary | 10111111 | 1101001 | 1000000 | 0 | 101101 | 1000010 | 11001 | 10011 | 110010 | 110010 |
Color Harmonies of #BF6940
Complementary color
Monochromatic Colors of #BF6940
Black with #BF6940
Text Example
Text Example
White with #BF6940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6940; }
p { color: rgb(191,105,64); }
H1.HeaderClassName
{
color: #BF6940;
}
.AnyTagClassName
{
color: #BF6940;
}
</style>
background-color css
<style>
a { background-color: #BF6940; }
a { background-color: rgb(191,105,64); }
div.DivClassName
{
background-color: #BF6940;
}
.BgClassName
{
background-color: #BF6940;
}
</style>
border-color css
<style>
span { border-color: #BF6940; }
span { border-color: rgb(191,105,64); }
td.TdClassName
{
border-color: #BF6940;
}
.TagClassName
{
border-color: #BF6940;
}
</style>