Shades of Zest #BE6841
Tints of Zest #BE6841
RGB
CMYK
RGB Variations
Color information
#BE6841 (or 0xBE6841) is known color: Zest. HEX triplet: BE, 68 and 41. RGB value is (190,104,65). Sum of RGB (Red+Green+Blue) = 190+104+65=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6841 is #4197BE. Grayscale: #7D7D7D. Windows color (decimal): -4298687 or 4286654. OLE color: 4286654.
HSL color Cylindrical-coordinate representation of color #BE6841: hue angle of 18.72º degrees, saturation: 0.49, 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 #BE6841 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 65 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.25 |
| HSL | 18.72º | 0.49% | 0.5% | - |
| HSV(B) | 18.72º | 0.66% | 0.75% | - |
| XYZ | 27.14 | 21.23 | 7.67 | - |
| YUV | 125.27 | 93.99 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 65 | 0 | 0.45 | 0.66 | 0.25 | 18.72 | 0.49 | 0.5 |
| Hex | BE | 68 | 41 | 0 | 2D | 42 | 19 | 13 | 31 | 32 |
| Octal | 276 | 150 | 101 | 0 | 55 | 102 | 31 | 23 | 61 | 62 |
| Binary | 10111110 | 1101000 | 1000001 | 0 | 101101 | 1000010 | 11001 | 10011 | 110001 | 110010 |
Color Harmonies of #BE6841
Complementary color
Monochromatic Colors of #BE6841
Black with #BE6841
Text Example
Text Example
White with #BE6841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6841; }
p { color: rgb(190,104,65); }
H1.HeaderClassName
{
color: #BE6841;
}
.AnyTagClassName
{
color: #BE6841;
}
</style>
background-color css
<style>
a { background-color: #BE6841; }
a { background-color: rgb(190,104,65); }
div.DivClassName
{
background-color: #BE6841;
}
.BgClassName
{
background-color: #BE6841;
}
</style>
border-color css
<style>
span { border-color: #BE6841; }
span { border-color: rgb(190,104,65); }
td.TdClassName
{
border-color: #BE6841;
}
.TagClassName
{
border-color: #BE6841;
}
</style>