Shades of Grenadier #BE4A31
Tints of Grenadier #BE4A31
RGB
CMYK
RGB Variations
Color information
#BE4A31 (or 0xBE4A31) is known color: Grenadier. HEX triplet: BE, 4A and 31. RGB value is (190,74,49). Sum of RGB (Red+Green+Blue) = 190+74+49=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A31 is #41B5CE. Grayscale: #6A6A6A. Windows color (decimal): -4306383 or 3230398. OLE color: 3230398.
HSL color Cylindrical-coordinate representation of color #BE4A31: hue angle of 10.64º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE4A31 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 49 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.25 |
| HSL | 10.64º | 0.59% | 0.47% | - |
| HSV(B) | 10.64º | 0.74% | 0.75% | - |
| XYZ | 24.24 | 16.07 | 4.73 | - |
| YUV | 105.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 49 | 0 | 0.61 | 0.74 | 0.25 | 10.64 | 0.59 | 0.47 |
| Hex | BE | 4A | 31 | 0 | 3D | 4A | 19 | B | 3B | 2F |
| Octal | 276 | 112 | 61 | 0 | 75 | 112 | 31 | 13 | 73 | 57 |
| Binary | 10111110 | 1001010 | 110001 | 0 | 111101 | 1001010 | 11001 | 1011 | 111011 | 101111 |
Color Harmonies of #BE4A31
Complementary color
Monochromatic Colors of #BE4A31
Black with #BE4A31
Text Example
Text Example
White with #BE4A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A31; }
p { color: rgb(190,74,49); }
H1.HeaderClassName
{
color: #BE4A31;
}
.AnyTagClassName
{
color: #BE4A31;
}
</style>
background-color css
<style>
a { background-color: #BE4A31; }
a { background-color: rgb(190,74,49); }
div.DivClassName
{
background-color: #BE4A31;
}
.BgClassName
{
background-color: #BE4A31;
}
</style>
border-color css
<style>
span { border-color: #BE4A31; }
span { border-color: rgb(190,74,49); }
td.TdClassName
{
border-color: #BE4A31;
}
.TagClassName
{
border-color: #BE4A31;
}
</style>