Shades of Zest #BE6B3A
Tints of Zest #BE6B3A
RGB
CMYK
RGB Variations
Color information
#BE6B3A (or 0xBE6B3A) is known color: Zest. HEX triplet: BE, 6B and 3A. RGB value is (190,107,58). Sum of RGB (Red+Green+Blue) = 190+107+58=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6B3A is #4194C5. Grayscale: #7E7E7E. Windows color (decimal): -4297926 or 3828670. OLE color: 3828670.
HSL color Cylindrical-coordinate representation of color #BE6B3A: hue angle of 22.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE6B3A is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 107 | 58 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.25 |
| HSL | 22.27º | 0.53% | 0.49% | - |
| HSV(B) | 22.27º | 0.69% | 0.75% | - |
| XYZ | 27.26 | 21.77 | 6.77 | - |
| YUV | 126.23 | 89.5 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 58 | 0 | 0.44 | 0.69 | 0.25 | 22.27 | 0.53 | 0.49 |
| Hex | BE | 6B | 3A | 0 | 2C | 45 | 19 | 16 | 35 | 31 |
| Octal | 276 | 153 | 72 | 0 | 54 | 105 | 31 | 26 | 65 | 61 |
| Binary | 10111110 | 1101011 | 111010 | 0 | 101100 | 1000101 | 11001 | 10110 | 110101 | 110001 |
Color Harmonies of #BE6B3A
Complementary color
Monochromatic Colors of #BE6B3A
Black with #BE6B3A
Text Example
Text Example
White with #BE6B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6B3A; }
p { color: rgb(190,107,58); }
H1.HeaderClassName
{
color: #BE6B3A;
}
.AnyTagClassName
{
color: #BE6B3A;
}
</style>
background-color css
<style>
a { background-color: #BE6B3A; }
a { background-color: rgb(190,107,58); }
div.DivClassName
{
background-color: #BE6B3A;
}
.BgClassName
{
background-color: #BE6B3A;
}
</style>
border-color css
<style>
span { border-color: #BE6B3A; }
span { border-color: rgb(190,107,58); }
td.TdClassName
{
border-color: #BE6B3A;
}
.TagClassName
{
border-color: #BE6B3A;
}
</style>