Shades of Grenadier #BE472B
Tints of Grenadier #BE472B
RGB
CMYK
RGB Variations
Color information
#BE472B (or 0xBE472B) is known color: Grenadier. HEX triplet: BE, 47 and 2B. RGB value is (190,71,43). Sum of RGB (Red+Green+Blue) = 190+71+43=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE472B is #41B8D4. Grayscale: #676767. Windows color (decimal): -4307157 or 2836414. OLE color: 2836414.
HSL color Cylindrical-coordinate representation of color #BE472B: hue angle of 11.43º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE472B is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 43 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.25 |
| HSL | 11.43º | 0.63% | 0.46% | - |
| HSV(B) | 11.43º | 0.77% | 0.75% | - |
| XYZ | 23.92 | 15.63 | 4.04 | - |
| YUV | 103.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 43 | 0 | 0.63 | 0.77 | 0.25 | 11.43 | 0.63 | 0.46 |
| Hex | BE | 47 | 2B | 0 | 3F | 4D | 19 | B | 3F | 2E |
| Octal | 276 | 107 | 53 | 0 | 77 | 115 | 31 | 13 | 77 | 56 |
| Binary | 10111110 | 1000111 | 101011 | 0 | 111111 | 1001101 | 11001 | 1011 | 111111 | 101110 |
Color Harmonies of #BE472B
Complementary color
Monochromatic Colors of #BE472B
Black with #BE472B
Text Example
Text Example
White with #BE472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE472B; }
p { color: rgb(190,71,43); }
H1.HeaderClassName
{
color: #BE472B;
}
.AnyTagClassName
{
color: #BE472B;
}
</style>
background-color css
<style>
a { background-color: #BE472B; }
a { background-color: rgb(190,71,43); }
div.DivClassName
{
background-color: #BE472B;
}
.BgClassName
{
background-color: #BE472B;
}
</style>
border-color css
<style>
span { border-color: #BE472B; }
span { border-color: rgb(190,71,43); }
td.TdClassName
{
border-color: #BE472B;
}
.TagClassName
{
border-color: #BE472B;
}
</style>