Shades of Zest #BE703C
Tints of Zest #BE703C
RGB
CMYK
RGB Variations
Color information
#BE703C (or 0xBE703C) is known color: Zest. HEX triplet: BE, 70 and 3C. RGB value is (190,112,60). Sum of RGB (Red+Green+Blue) = 190+112+60=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE703C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE703C is #418FC3. Grayscale: #818181. Windows color (decimal): -4296644 or 3961022. OLE color: 3961022.
HSL color Cylindrical-coordinate representation of color #BE703C: hue angle of 24º 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 #BE703C is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 60 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.25 |
| HSL | 24º | 0.52% | 0.49% | - |
| HSV(B) | 24º | 0.68% | 0.75% | - |
| XYZ | 27.84 | 22.86 | 7.22 | - |
| YUV | 129.39 | 88.84 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 60 | 0 | 0.41 | 0.68 | 0.25 | 24 | 0.52 | 0.49 |
| Hex | BE | 70 | 3C | 0 | 29 | 44 | 19 | 18 | 34 | 31 |
| Octal | 276 | 160 | 74 | 0 | 51 | 104 | 31 | 30 | 64 | 61 |
| Binary | 10111110 | 1110000 | 111100 | 0 | 101001 | 1000100 | 11001 | 11000 | 110100 | 110001 |
Color Harmonies of #BE703C
Complementary color
Monochromatic Colors of #BE703C
Black with #BE703C
Text Example
Text Example
White with #BE703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE703C; }
p { color: rgb(190,112,60); }
H1.HeaderClassName
{
color: #BE703C;
}
.AnyTagClassName
{
color: #BE703C;
}
</style>
background-color css
<style>
a { background-color: #BE703C; }
a { background-color: rgb(190,112,60); }
div.DivClassName
{
background-color: #BE703C;
}
.BgClassName
{
background-color: #BE703C;
}
</style>
border-color css
<style>
span { border-color: #BE703C; }
span { border-color: rgb(190,112,60); }
td.TdClassName
{
border-color: #BE703C;
}
.TagClassName
{
border-color: #BE703C;
}
</style>