Shades of Zest #BF6E3E
Tints of Zest #BF6E3E
RGB
CMYK
RGB Variations
Color information
#BF6E3E (or 0xBF6E3E) is known color: Zest. HEX triplet: BF, 6E and 3E. RGB value is (191,110,62). Sum of RGB (Red+Green+Blue) = 191+110+62=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6E3E is #4091C1. Grayscale: #818181. Windows color (decimal): -4231618 or 4091583. OLE color: 4091583.
HSL color Cylindrical-coordinate representation of color #BF6E3E: hue angle of 22.33º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF6E3E is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 110 | 62 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.25 |
| HSL | 22.33º | 0.51% | 0.5% | - |
| HSV(B) | 22.33º | 0.68% | 0.75% | - |
| XYZ | 27.93 | 22.58 | 7.44 | - |
| YUV | 128.75 | 90.34 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 62 | 0 | 0.42 | 0.68 | 0.25 | 22.33 | 0.51 | 0.5 |
| Hex | BF | 6E | 3E | 0 | 2A | 44 | 19 | 16 | 33 | 32 |
| Octal | 277 | 156 | 76 | 0 | 52 | 104 | 31 | 26 | 63 | 62 |
| Binary | 10111111 | 1101110 | 111110 | 0 | 101010 | 1000100 | 11001 | 10110 | 110011 | 110010 |
Color Harmonies of #BF6E3E
Complementary color
Monochromatic Colors of #BF6E3E
Black with #BF6E3E
Text Example
Text Example
White with #BF6E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6E3E; }
p { color: rgb(191,110,62); }
H1.HeaderClassName
{
color: #BF6E3E;
}
.AnyTagClassName
{
color: #BF6E3E;
}
</style>
background-color css
<style>
a { background-color: #BF6E3E; }
a { background-color: rgb(191,110,62); }
div.DivClassName
{
background-color: #BF6E3E;
}
.BgClassName
{
background-color: #BF6E3E;
}
</style>
border-color css
<style>
span { border-color: #BF6E3E; }
span { border-color: rgb(191,110,62); }
td.TdClassName
{
border-color: #BF6E3E;
}
.TagClassName
{
border-color: #BF6E3E;
}
</style>