Shades of Zest #BE7145
Tints of Zest #BE7145
RGB
CMYK
RGB Variations
Color information
#BE7145 (or 0xBE7145) is known color: Zest. HEX triplet: BE, 71 and 45. RGB value is (190,113,69). Sum of RGB (Red+Green+Blue) = 190+113+69=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7145 is #418EBA. Grayscale: #838383. Windows color (decimal): -4296379 or 4551102. OLE color: 4551102.
HSL color Cylindrical-coordinate representation of color #BE7145: hue angle of 21.82º 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 #BE7145 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 69 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.25 |
| HSL | 21.82º | 0.48% | 0.51% | - |
| HSV(B) | 21.82º | 0.64% | 0.75% | - |
| XYZ | 28.21 | 23.19 | 8.62 | - |
| YUV | 131.01 | 93.01 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 69 | 0 | 0.41 | 0.64 | 0.25 | 21.82 | 0.48 | 0.51 |
| Hex | BE | 71 | 45 | 0 | 29 | 40 | 19 | 16 | 30 | 33 |
| Octal | 276 | 161 | 105 | 0 | 51 | 100 | 31 | 26 | 60 | 63 |
| Binary | 10111110 | 1110001 | 1000101 | 0 | 101001 | 1000000 | 11001 | 10110 | 110000 | 110011 |
Color Harmonies of #BE7145
Complementary color
Monochromatic Colors of #BE7145
Black with #BE7145
Text Example
Text Example
White with #BE7145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7145; }
p { color: rgb(190,113,69); }
H1.HeaderClassName
{
color: #BE7145;
}
.AnyTagClassName
{
color: #BE7145;
}
</style>
background-color css
<style>
a { background-color: #BE7145; }
a { background-color: rgb(190,113,69); }
div.DivClassName
{
background-color: #BE7145;
}
.BgClassName
{
background-color: #BE7145;
}
</style>
border-color css
<style>
span { border-color: #BE7145; }
span { border-color: rgb(190,113,69); }
td.TdClassName
{
border-color: #BE7145;
}
.TagClassName
{
border-color: #BE7145;
}
</style>