Shades of Zest #BF7146
Tints of Zest #BF7146
RGB
CMYK
RGB Variations
Color information
#BF7146 (or 0xBF7146) is known color: Zest. HEX triplet: BF, 71 and 46. RGB value is (191,113,70). Sum of RGB (Red+Green+Blue) = 191+113+70=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7146 is #408EB9. Grayscale: #838383. Windows color (decimal): -4230842 or 4616639. OLE color: 4616639.
HSL color Cylindrical-coordinate representation of color #BF7146: hue angle of 21.32º 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 #BF7146 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 70 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.25 |
| HSL | 21.32º | 0.49% | 0.51% | - |
| HSV(B) | 21.32º | 0.63% | 0.75% | - |
| XYZ | 28.5 | 23.33 | 8.8 | - |
| YUV | 131.42 | 93.34 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 70 | 0 | 0.41 | 0.63 | 0.25 | 21.32 | 0.49 | 0.51 |
| Hex | BF | 71 | 46 | 0 | 29 | 3F | 19 | 15 | 31 | 33 |
| Octal | 277 | 161 | 106 | 0 | 51 | 77 | 31 | 25 | 61 | 63 |
| Binary | 10111111 | 1110001 | 1000110 | 0 | 101001 | 111111 | 11001 | 10101 | 110001 | 110011 |
Color Harmonies of #BF7146
Complementary color
Monochromatic Colors of #BF7146
Black with #BF7146
Text Example
Text Example
White with #BF7146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7146; }
p { color: rgb(191,113,70); }
H1.HeaderClassName
{
color: #BF7146;
}
.AnyTagClassName
{
color: #BF7146;
}
</style>
background-color css
<style>
a { background-color: #BF7146; }
a { background-color: rgb(191,113,70); }
div.DivClassName
{
background-color: #BF7146;
}
.BgClassName
{
background-color: #BF7146;
}
</style>
border-color css
<style>
span { border-color: #BF7146; }
span { border-color: rgb(191,113,70); }
td.TdClassName
{
border-color: #BF7146;
}
.TagClassName
{
border-color: #BF7146;
}
</style>