Shades of Grenadier #BE4737
Tints of Grenadier #BE4737
RGB
CMYK
RGB Variations
Color information
#BE4737 (or 0xBE4737) is known color: Grenadier. HEX triplet: BE, 47 and 37. RGB value is (190,71,55). Sum of RGB (Red+Green+Blue) = 190+71+55=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4737 is #41B8C8. Grayscale: #686868. Windows color (decimal): -4307145 or 3622846. OLE color: 3622846.
HSL color Cylindrical-coordinate representation of color #BE4737: hue angle of 7.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE4737 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 55 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.25 |
| HSL | 7.11º | 0.55% | 0.48% | - |
| HSV(B) | 7.11º | 0.71% | 0.75% | - |
| XYZ | 24.18 | 15.73 | 5.38 | - |
| YUV | 104.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 55 | 0 | 0.63 | 0.71 | 0.25 | 7.11 | 0.55 | 0.48 |
| Hex | BE | 47 | 37 | 0 | 3F | 47 | 19 | 7 | 37 | 30 |
| Octal | 276 | 107 | 67 | 0 | 77 | 107 | 31 | 7 | 67 | 60 |
| Binary | 10111110 | 1000111 | 110111 | 0 | 111111 | 1000111 | 11001 | 111 | 110111 | 110000 |
Color Harmonies of #BE4737
Complementary color
Monochromatic Colors of #BE4737
Black with #BE4737
Text Example
Text Example
White with #BE4737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4737; }
p { color: rgb(190,71,55); }
H1.HeaderClassName
{
color: #BE4737;
}
.AnyTagClassName
{
color: #BE4737;
}
</style>
background-color css
<style>
a { background-color: #BE4737; }
a { background-color: rgb(190,71,55); }
div.DivClassName
{
background-color: #BE4737;
}
.BgClassName
{
background-color: #BE4737;
}
</style>
border-color css
<style>
span { border-color: #BE4737; }
span { border-color: rgb(190,71,55); }
td.TdClassName
{
border-color: #BE4737;
}
.TagClassName
{
border-color: #BE4737;
}
</style>