Shades of Zest #BE7244
Tints of Zest #BE7244
RGB
CMYK
RGB Variations
Color information
#BE7244 (or 0xBE7244) is known color: Zest. HEX triplet: BE, 72 and 44. RGB value is (190,114,68). Sum of RGB (Red+Green+Blue) = 190+114+68=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7244 is #418DBB. Grayscale: #838383. Windows color (decimal): -4296124 or 4485822. OLE color: 4485822.
HSL color Cylindrical-coordinate representation of color #BE7244: hue angle of 22.62º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE7244 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 68 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.25 |
| HSL | 22.62º | 0.48% | 0.51% | - |
| HSV(B) | 22.62º | 0.64% | 0.75% | - |
| XYZ | 28.3 | 23.4 | 8.49 | - |
| YUV | 131.48 | 92.18 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 68 | 0 | 0.40 | 0.64 | 0.25 | 22.62 | 0.48 | 0.51 |
| Hex | BE | 72 | 44 | 0 | 28 | 40 | 19 | 17 | 30 | 33 |
| Octal | 276 | 162 | 104 | 0 | 50 | 100 | 31 | 27 | 60 | 63 |
| Binary | 10111110 | 1110010 | 1000100 | 0 | 101000 | 1000000 | 11001 | 10111 | 110000 | 110011 |
Color Harmonies of #BE7244
Complementary color
Monochromatic Colors of #BE7244
Black with #BE7244
Text Example
Text Example
White with #BE7244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7244; }
p { color: rgb(190,114,68); }
H1.HeaderClassName
{
color: #BE7244;
}
.AnyTagClassName
{
color: #BE7244;
}
</style>
background-color css
<style>
a { background-color: #BE7244; }
a { background-color: rgb(190,114,68); }
div.DivClassName
{
background-color: #BE7244;
}
.BgClassName
{
background-color: #BE7244;
}
</style>
border-color css
<style>
span { border-color: #BE7244; }
span { border-color: rgb(190,114,68); }
td.TdClassName
{
border-color: #BE7244;
}
.TagClassName
{
border-color: #BE7244;
}
</style>