Shades of Grenadier #BE4A2F
Tints of Grenadier #BE4A2F
RGB
CMYK
RGB Variations
Color information
#BE4A2F (or 0xBE4A2F) is known color: Grenadier. HEX triplet: BE, 4A and 2F. RGB value is (190,74,47). Sum of RGB (Red+Green+Blue) = 190+74+47=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A2F is #41B5D0. Grayscale: #696969. Windows color (decimal): -4306385 or 3099326. OLE color: 3099326.
HSL color Cylindrical-coordinate representation of color #BE4A2F: hue angle of 11.33º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE4A2F is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 47 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.25 |
| HSL | 11.33º | 0.6% | 0.46% | - |
| HSV(B) | 11.33º | 0.75% | 0.75% | - |
| XYZ | 24.2 | 16.05 | 4.51 | - |
| YUV | 105.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 47 | 0 | 0.61 | 0.75 | 0.25 | 11.33 | 0.6 | 0.46 |
| Hex | BE | 4A | 2F | 0 | 3D | 4B | 19 | B | 3C | 2E |
| Octal | 276 | 112 | 57 | 0 | 75 | 113 | 31 | 13 | 74 | 56 |
| Binary | 10111110 | 1001010 | 101111 | 0 | 111101 | 1001011 | 11001 | 1011 | 111100 | 101110 |
Color Harmonies of #BE4A2F
Complementary color
Monochromatic Colors of #BE4A2F
Black with #BE4A2F
Text Example
Text Example
White with #BE4A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A2F; }
p { color: rgb(190,74,47); }
H1.HeaderClassName
{
color: #BE4A2F;
}
.AnyTagClassName
{
color: #BE4A2F;
}
</style>
background-color css
<style>
a { background-color: #BE4A2F; }
a { background-color: rgb(190,74,47); }
div.DivClassName
{
background-color: #BE4A2F;
}
.BgClassName
{
background-color: #BE4A2F;
}
</style>
border-color css
<style>
span { border-color: #BE4A2F; }
span { border-color: rgb(190,74,47); }
td.TdClassName
{
border-color: #BE4A2F;
}
.TagClassName
{
border-color: #BE4A2F;
}
</style>