Shades of Zest #BF7441
Tints of Zest #BF7441
RGB
CMYK
RGB Variations
Color information
#BF7441 (or 0xBF7441) is known color: Zest. HEX triplet: BF, 74 and 41. RGB value is (191,116,65). Sum of RGB (Red+Green+Blue) = 191+116+65=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7441 is #408BBE. Grayscale: #848484. Windows color (decimal): -4230079 or 4289727. OLE color: 4289727.
HSL color Cylindrical-coordinate representation of color #BF7441: hue angle of 24.29º 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 #BF7441 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 65 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.25 |
| HSL | 24.29º | 0.5% | 0.5% | - |
| HSV(B) | 24.29º | 0.66% | 0.75% | - |
| XYZ | 28.69 | 23.95 | 8.11 | - |
| YUV | 132.61 | 89.85 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 65 | 0 | 0.39 | 0.66 | 0.25 | 24.29 | 0.5 | 0.5 |
| Hex | BF | 74 | 41 | 0 | 27 | 42 | 19 | 18 | 32 | 32 |
| Octal | 277 | 164 | 101 | 0 | 47 | 102 | 31 | 30 | 62 | 62 |
| Binary | 10111111 | 1110100 | 1000001 | 0 | 100111 | 1000010 | 11001 | 11000 | 110010 | 110010 |
Color Harmonies of #BF7441
Complementary color
Monochromatic Colors of #BF7441
Black with #BF7441
Text Example
Text Example
White with #BF7441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7441; }
p { color: rgb(191,116,65); }
H1.HeaderClassName
{
color: #BF7441;
}
.AnyTagClassName
{
color: #BF7441;
}
</style>
background-color css
<style>
a { background-color: #BF7441; }
a { background-color: rgb(191,116,65); }
div.DivClassName
{
background-color: #BF7441;
}
.BgClassName
{
background-color: #BF7441;
}
</style>
border-color css
<style>
span { border-color: #BF7441; }
span { border-color: rgb(191,116,65); }
td.TdClassName
{
border-color: #BF7441;
}
.TagClassName
{
border-color: #BF7441;
}
</style>