Shades of Grenadier #BE5040
Tints of Grenadier #BE5040
RGB
CMYK
RGB Variations
Color information
#BE5040 (or 0xBE5040) is known color: Grenadier. HEX triplet: BE, 50 and 40. RGB value is (190,80,64). Sum of RGB (Red+Green+Blue) = 190+80+64=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5040 is #41AFBF. Grayscale: #6F6F6F. Windows color (decimal): -4304832 or 4214974. OLE color: 4214974.
HSL color Cylindrical-coordinate representation of color #BE5040: hue angle of 7.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE5040 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 80 | 64 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.25 |
| HSL | 7.62º | 0.5% | 0.5% | - |
| HSV(B) | 7.62º | 0.66% | 0.75% | - |
| XYZ | 25.03 | 17.05 | 6.82 | - |
| YUV | 111.07 | 101.44 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 64 | 0 | 0.58 | 0.66 | 0.25 | 7.62 | 0.5 | 0.5 |
| Hex | BE | 50 | 40 | 0 | 3A | 42 | 19 | 8 | 32 | 32 |
| Octal | 276 | 120 | 100 | 0 | 72 | 102 | 31 | 10 | 62 | 62 |
| Binary | 10111110 | 1010000 | 1000000 | 0 | 111010 | 1000010 | 11001 | 1000 | 110010 | 110010 |
Color Harmonies of #BE5040
Complementary color
Monochromatic Colors of #BE5040
Black with #BE5040
Text Example
Text Example
White with #BE5040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5040; }
p { color: rgb(190,80,64); }
H1.HeaderClassName
{
color: #BE5040;
}
.AnyTagClassName
{
color: #BE5040;
}
</style>
background-color css
<style>
a { background-color: #BE5040; }
a { background-color: rgb(190,80,64); }
div.DivClassName
{
background-color: #BE5040;
}
.BgClassName
{
background-color: #BE5040;
}
</style>
border-color css
<style>
span { border-color: #BE5040; }
span { border-color: rgb(190,80,64); }
td.TdClassName
{
border-color: #BE5040;
}
.TagClassName
{
border-color: #BE5040;
}
</style>