Shades of Zest #BF7045
Tints of Zest #BF7045
RGB
CMYK
RGB Variations
Color information
#BF7045 (or 0xBF7045) is known color: Zest. HEX triplet: BF, 70 and 45. RGB value is (191,112,69). Sum of RGB (Red+Green+Blue) = 191+112+69=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7045 is #408FBA. Grayscale: #828282. Windows color (decimal): -4231099 or 4550847. OLE color: 4550847.
HSL color Cylindrical-coordinate representation of color #BF7045: hue angle of 21.15º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF7045 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 69 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.25 |
| HSL | 21.15º | 0.49% | 0.51% | - |
| HSV(B) | 21.15º | 0.64% | 0.75% | - |
| XYZ | 28.35 | 23.09 | 8.59 | - |
| YUV | 130.72 | 93.17 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 69 | 0 | 0.41 | 0.64 | 0.25 | 21.15 | 0.49 | 0.51 |
| Hex | BF | 70 | 45 | 0 | 29 | 40 | 19 | 15 | 31 | 33 |
| Octal | 277 | 160 | 105 | 0 | 51 | 100 | 31 | 25 | 61 | 63 |
| Binary | 10111111 | 1110000 | 1000101 | 0 | 101001 | 1000000 | 11001 | 10101 | 110001 | 110011 |
Color Harmonies of #BF7045
Complementary color
Monochromatic Colors of #BF7045
Black with #BF7045
Text Example
Text Example
White with #BF7045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7045; }
p { color: rgb(191,112,69); }
H1.HeaderClassName
{
color: #BF7045;
}
.AnyTagClassName
{
color: #BF7045;
}
</style>
background-color css
<style>
a { background-color: #BF7045; }
a { background-color: rgb(191,112,69); }
div.DivClassName
{
background-color: #BF7045;
}
.BgClassName
{
background-color: #BF7045;
}
</style>
border-color css
<style>
span { border-color: #BF7045; }
span { border-color: rgb(191,112,69); }
td.TdClassName
{
border-color: #BF7045;
}
.TagClassName
{
border-color: #BF7045;
}
</style>