Shades of Zest #BF7239
Tints of Zest #BF7239
RGB
CMYK
RGB Variations
Color information
#BF7239 (or 0xBF7239) is known color: Zest. HEX triplet: BF, 72 and 39. RGB value is (191,114,57). Sum of RGB (Red+Green+Blue) = 191+114+57=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7239 is #408DC6. Grayscale: #828282. Windows color (decimal): -4230599 or 3764927. OLE color: 3764927.
HSL color Cylindrical-coordinate representation of color #BF7239: hue angle of 25.52º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF7239 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 57 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.25 |
| HSL | 25.52º | 0.54% | 0.49% | - |
| HSV(B) | 25.52º | 0.7% | 0.75% | - |
| XYZ | 28.24 | 23.41 | 6.9 | - |
| YUV | 130.53 | 86.51 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 57 | 0 | 0.40 | 0.70 | 0.25 | 25.52 | 0.54 | 0.49 |
| Hex | BF | 72 | 39 | 0 | 28 | 46 | 19 | 1A | 36 | 31 |
| Octal | 277 | 162 | 71 | 0 | 50 | 106 | 31 | 32 | 66 | 61 |
| Binary | 10111111 | 1110010 | 111001 | 0 | 101000 | 1000110 | 11001 | 11010 | 110110 | 110001 |
Color Harmonies of #BF7239
Complementary color
Monochromatic Colors of #BF7239
Black with #BF7239
Text Example
Text Example
White with #BF7239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7239; }
p { color: rgb(191,114,57); }
H1.HeaderClassName
{
color: #BF7239;
}
.AnyTagClassName
{
color: #BF7239;
}
</style>
background-color css
<style>
a { background-color: #BF7239; }
a { background-color: rgb(191,114,57); }
div.DivClassName
{
background-color: #BF7239;
}
.BgClassName
{
background-color: #BF7239;
}
</style>
border-color css
<style>
span { border-color: #BF7239; }
span { border-color: rgb(191,114,57); }
td.TdClassName
{
border-color: #BF7239;
}
.TagClassName
{
border-color: #BF7239;
}
</style>