Shades of Grenadier #BE4935
Tints of Grenadier #BE4935
RGB
CMYK
RGB Variations
Color information
#BE4935 (or 0xBE4935) is known color: Grenadier. HEX triplet: BE, 49 and 35. RGB value is (190,73,53). Sum of RGB (Red+Green+Blue) = 190+73+53=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4935 is #41B6CA. Grayscale: #696969. Windows color (decimal): -4306635 or 3492286. OLE color: 3492286.
HSL color Cylindrical-coordinate representation of color #BE4935: hue angle of 8.76º 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 #BE4935 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 53 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.25 |
| HSL | 8.76º | 0.56% | 0.48% | - |
| HSV(B) | 8.76º | 0.72% | 0.75% | - |
| XYZ | 24.26 | 15.97 | 5.17 | - |
| YUV | 105.7 | 98.26 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 53 | 0 | 0.62 | 0.72 | 0.25 | 8.76 | 0.56 | 0.48 |
| Hex | BE | 49 | 35 | 0 | 3E | 48 | 19 | 9 | 38 | 30 |
| Octal | 276 | 111 | 65 | 0 | 76 | 110 | 31 | 11 | 70 | 60 |
| Binary | 10111110 | 1001001 | 110101 | 0 | 111110 | 1001000 | 11001 | 1001 | 111000 | 110000 |
Color Harmonies of #BE4935
Complementary color
Monochromatic Colors of #BE4935
Black with #BE4935
Text Example
Text Example
White with #BE4935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4935; }
p { color: rgb(190,73,53); }
H1.HeaderClassName
{
color: #BE4935;
}
.AnyTagClassName
{
color: #BE4935;
}
</style>
background-color css
<style>
a { background-color: #BE4935; }
a { background-color: rgb(190,73,53); }
div.DivClassName
{
background-color: #BE4935;
}
.BgClassName
{
background-color: #BE4935;
}
</style>
border-color css
<style>
span { border-color: #BE4935; }
span { border-color: rgb(190,73,53); }
td.TdClassName
{
border-color: #BE4935;
}
.TagClassName
{
border-color: #BE4935;
}
</style>