Shades of Zest #BE733F
Tints of Zest #BE733F
RGB
CMYK
RGB Variations
Color information
#BE733F (or 0xBE733F) is known color: Zest. HEX triplet: BE, 73 and 3F. RGB value is (190,115,63). Sum of RGB (Red+Green+Blue) = 190+115+63=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE733F is #418CC0. Grayscale: #838383. Windows color (decimal): -4295873 or 4158398. OLE color: 4158398.
HSL color Cylindrical-coordinate representation of color #BE733F: hue angle of 24.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE733F is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 63 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.25 |
| HSL | 24.57º | 0.5% | 0.5% | - |
| HSV(B) | 24.57º | 0.67% | 0.75% | - |
| XYZ | 28.26 | 23.57 | 7.76 | - |
| YUV | 131.5 | 89.35 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 63 | 0 | 0.39 | 0.67 | 0.25 | 24.57 | 0.5 | 0.5 |
| Hex | BE | 73 | 3F | 0 | 27 | 43 | 19 | 19 | 32 | 32 |
| Octal | 276 | 163 | 77 | 0 | 47 | 103 | 31 | 31 | 62 | 62 |
| Binary | 10111110 | 1110011 | 111111 | 0 | 100111 | 1000011 | 11001 | 11001 | 110010 | 110010 |
Color Harmonies of #BE733F
Complementary color
Monochromatic Colors of #BE733F
Black with #BE733F
Text Example
Text Example
White with #BE733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE733F; }
p { color: rgb(190,115,63); }
H1.HeaderClassName
{
color: #BE733F;
}
.AnyTagClassName
{
color: #BE733F;
}
</style>
background-color css
<style>
a { background-color: #BE733F; }
a { background-color: rgb(190,115,63); }
div.DivClassName
{
background-color: #BE733F;
}
.BgClassName
{
background-color: #BE733F;
}
</style>
border-color css
<style>
span { border-color: #BE733F; }
span { border-color: rgb(190,115,63); }
td.TdClassName
{
border-color: #BE733F;
}
.TagClassName
{
border-color: #BE733F;
}
</style>