Shades of Zest #BF7346
Tints of Zest #BF7346
RGB
CMYK
RGB Variations
Color information
#BF7346 (or 0xBF7346) is known color: Zest. HEX triplet: BF, 73 and 46. RGB value is (191,115,70). Sum of RGB (Red+Green+Blue) = 191+115+70=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7346 is #408CB9. Grayscale: #848484. Windows color (decimal): -4230330 or 4617151. OLE color: 4617151.
HSL color Cylindrical-coordinate representation of color #BF7346: hue angle of 22.31º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF7346 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 70 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.25 |
| HSL | 22.31º | 0.49% | 0.51% | - |
| HSV(B) | 22.31º | 0.63% | 0.75% | - |
| XYZ | 28.72 | 23.78 | 8.87 | - |
| YUV | 132.59 | 92.68 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 70 | 0 | 0.40 | 0.63 | 0.25 | 22.31 | 0.49 | 0.51 |
| Hex | BF | 73 | 46 | 0 | 28 | 3F | 19 | 16 | 31 | 33 |
| Octal | 277 | 163 | 106 | 0 | 50 | 77 | 31 | 26 | 61 | 63 |
| Binary | 10111111 | 1110011 | 1000110 | 0 | 101000 | 111111 | 11001 | 10110 | 110001 | 110011 |
Color Harmonies of #BF7346
Complementary color
Monochromatic Colors of #BF7346
Black with #BF7346
Text Example
Text Example
White with #BF7346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7346; }
p { color: rgb(191,115,70); }
H1.HeaderClassName
{
color: #BF7346;
}
.AnyTagClassName
{
color: #BF7346;
}
</style>
background-color css
<style>
a { background-color: #BF7346; }
a { background-color: rgb(191,115,70); }
div.DivClassName
{
background-color: #BF7346;
}
.BgClassName
{
background-color: #BF7346;
}
</style>
border-color css
<style>
span { border-color: #BF7346; }
span { border-color: rgb(191,115,70); }
td.TdClassName
{
border-color: #BF7346;
}
.TagClassName
{
border-color: #BF7346;
}
</style>