Shades of Grenadier #BE4D36
Tints of Grenadier #BE4D36
RGB
CMYK
RGB Variations
Color information
#BE4D36 (or 0xBE4D36) is known color: Grenadier. HEX triplet: BE, 4D and 36. RGB value is (190,77,54). Sum of RGB (Red+Green+Blue) = 190+77+54=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D36 is #41B2C9. Grayscale: #6C6C6C. Windows color (decimal): -4305610 or 3558846. OLE color: 3558846.
HSL color Cylindrical-coordinate representation of color #BE4D36: hue angle of 10.15º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE4D36 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 54 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.25 |
| HSL | 10.15º | 0.56% | 0.48% | - |
| HSV(B) | 10.15º | 0.72% | 0.75% | - |
| XYZ | 24.55 | 16.52 | 5.38 | - |
| YUV | 108.17 | 97.44 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 54 | 0 | 0.59 | 0.72 | 0.25 | 10.15 | 0.56 | 0.48 |
| Hex | BE | 4D | 36 | 0 | 3B | 48 | 19 | A | 38 | 30 |
| Octal | 276 | 115 | 66 | 0 | 73 | 110 | 31 | 12 | 70 | 60 |
| Binary | 10111110 | 1001101 | 110110 | 0 | 111011 | 1001000 | 11001 | 1010 | 111000 | 110000 |
Color Harmonies of #BE4D36
Complementary color
Monochromatic Colors of #BE4D36
Black with #BE4D36
Text Example
Text Example
White with #BE4D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D36; }
p { color: rgb(190,77,54); }
H1.HeaderClassName
{
color: #BE4D36;
}
.AnyTagClassName
{
color: #BE4D36;
}
</style>
background-color css
<style>
a { background-color: #BE4D36; }
a { background-color: rgb(190,77,54); }
div.DivClassName
{
background-color: #BE4D36;
}
.BgClassName
{
background-color: #BE4D36;
}
</style>
border-color css
<style>
span { border-color: #BE4D36; }
span { border-color: rgb(190,77,54); }
td.TdClassName
{
border-color: #BE4D36;
}
.TagClassName
{
border-color: #BE4D36;
}
</style>