Shades of Grenadier #BE4A34
Tints of Grenadier #BE4A34
RGB
CMYK
RGB Variations
Color information
#BE4A34 (or 0xBE4A34) is known color: Grenadier. HEX triplet: BE, 4A and 34. RGB value is (190,74,52). Sum of RGB (Red+Green+Blue) = 190+74+52=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A34 is #41B5CB. Grayscale: #6A6A6A. Windows color (decimal): -4306380 or 3427006. OLE color: 3427006.
HSL color Cylindrical-coordinate representation of color #BE4A34: hue angle of 9.57º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE4A34 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 52 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.25 |
| HSL | 9.57º | 0.57% | 0.47% | - |
| HSV(B) | 9.57º | 0.73% | 0.75% | - |
| XYZ | 24.3 | 16.09 | 5.07 | - |
| YUV | 106.18 | 97.43 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 52 | 0 | 0.61 | 0.73 | 0.25 | 9.57 | 0.57 | 0.47 |
| Hex | BE | 4A | 34 | 0 | 3D | 49 | 19 | A | 39 | 2F |
| Octal | 276 | 112 | 64 | 0 | 75 | 111 | 31 | 12 | 71 | 57 |
| Binary | 10111110 | 1001010 | 110100 | 0 | 111101 | 1001001 | 11001 | 1010 | 111001 | 101111 |
Color Harmonies of #BE4A34
Complementary color
Monochromatic Colors of #BE4A34
Black with #BE4A34
Text Example
Text Example
White with #BE4A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A34; }
p { color: rgb(190,74,52); }
H1.HeaderClassName
{
color: #BE4A34;
}
.AnyTagClassName
{
color: #BE4A34;
}
</style>
background-color css
<style>
a { background-color: #BE4A34; }
a { background-color: rgb(190,74,52); }
div.DivClassName
{
background-color: #BE4A34;
}
.BgClassName
{
background-color: #BE4A34;
}
</style>
border-color css
<style>
span { border-color: #BE4A34; }
span { border-color: rgb(190,74,52); }
td.TdClassName
{
border-color: #BE4A34;
}
.TagClassName
{
border-color: #BE4A34;
}
</style>