Shades of Zest #BF7144
Tints of Zest #BF7144
RGB
CMYK
RGB Variations
Color information
#BF7144 (or 0xBF7144) is known color: Zest. HEX triplet: BF, 71 and 44. RGB value is (191,113,68). Sum of RGB (Red+Green+Blue) = 191+113+68=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7144 is #408EBB. Grayscale: #838383. Windows color (decimal): -4230844 or 4485567. OLE color: 4485567.
HSL color Cylindrical-coordinate representation of color #BF7144: hue angle of 21.95º 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 #BF7144 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 68 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.25 |
| HSL | 21.95º | 0.49% | 0.51% | - |
| HSV(B) | 21.95º | 0.64% | 0.75% | - |
| XYZ | 28.43 | 23.3 | 8.47 | - |
| YUV | 131.19 | 92.34 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 68 | 0 | 0.41 | 0.64 | 0.25 | 21.95 | 0.49 | 0.51 |
| Hex | BF | 71 | 44 | 0 | 29 | 40 | 19 | 16 | 31 | 33 |
| Octal | 277 | 161 | 104 | 0 | 51 | 100 | 31 | 26 | 61 | 63 |
| Binary | 10111111 | 1110001 | 1000100 | 0 | 101001 | 1000000 | 11001 | 10110 | 110001 | 110011 |
Color Harmonies of #BF7144
Complementary color
Monochromatic Colors of #BF7144
Black with #BF7144
Text Example
Text Example
White with #BF7144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7144; }
p { color: rgb(191,113,68); }
H1.HeaderClassName
{
color: #BF7144;
}
.AnyTagClassName
{
color: #BF7144;
}
</style>
background-color css
<style>
a { background-color: #BF7144; }
a { background-color: rgb(191,113,68); }
div.DivClassName
{
background-color: #BF7144;
}
.BgClassName
{
background-color: #BF7144;
}
</style>
border-color css
<style>
span { border-color: #BF7144; }
span { border-color: rgb(191,113,68); }
td.TdClassName
{
border-color: #BF7144;
}
.TagClassName
{
border-color: #BF7144;
}
</style>