Shades of Zest #BE723C
Tints of Zest #BE723C
RGB
CMYK
RGB Variations
Color information
#BE723C (or 0xBE723C) is known color: Zest. HEX triplet: BE, 72 and 3C. RGB value is (190,114,60). Sum of RGB (Red+Green+Blue) = 190+114+60=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE723C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE723C is #418DC3. Grayscale: #828282. Windows color (decimal): -4296132 or 3961534. OLE color: 3961534.
HSL color Cylindrical-coordinate representation of color #BE723C: hue angle of 24.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE723C is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 60 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.25 |
| HSL | 24.92º | 0.52% | 0.49% | - |
| HSV(B) | 24.92º | 0.68% | 0.75% | - |
| XYZ | 28.07 | 23.31 | 7.29 | - |
| YUV | 130.57 | 88.18 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 60 | 0 | 0.40 | 0.68 | 0.25 | 24.92 | 0.52 | 0.49 |
| Hex | BE | 72 | 3C | 0 | 28 | 44 | 19 | 19 | 34 | 31 |
| Octal | 276 | 162 | 74 | 0 | 50 | 104 | 31 | 31 | 64 | 61 |
| Binary | 10111110 | 1110010 | 111100 | 0 | 101000 | 1000100 | 11001 | 11001 | 110100 | 110001 |
Color Harmonies of #BE723C
Complementary color
Monochromatic Colors of #BE723C
Black with #BE723C
Text Example
Text Example
White with #BE723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE723C; }
p { color: rgb(190,114,60); }
H1.HeaderClassName
{
color: #BE723C;
}
.AnyTagClassName
{
color: #BE723C;
}
</style>
background-color css
<style>
a { background-color: #BE723C; }
a { background-color: rgb(190,114,60); }
div.DivClassName
{
background-color: #BE723C;
}
.BgClassName
{
background-color: #BE723C;
}
</style>
border-color css
<style>
span { border-color: #BE723C; }
span { border-color: rgb(190,114,60); }
td.TdClassName
{
border-color: #BE723C;
}
.TagClassName
{
border-color: #BE723C;
}
</style>