Shades of Grenadier #BE4E30
Tints of Grenadier #BE4E30
RGB
CMYK
RGB Variations
Color information
#BE4E30 (or 0xBE4E30) is known color: Grenadier. HEX triplet: BE, 4E and 30. RGB value is (190,78,48). Sum of RGB (Red+Green+Blue) = 190+78+48=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4E30 is #41B1CF. Grayscale: #6C6C6C. Windows color (decimal): -4305360 or 3165886. OLE color: 3165886.
HSL color Cylindrical-coordinate representation of color #BE4E30: hue angle of 12.68º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE4E30 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 48 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.25 |
| HSL | 12.68º | 0.6% | 0.47% | - |
| HSV(B) | 12.68º | 0.75% | 0.75% | - |
| XYZ | 24.49 | 16.61 | 4.71 | - |
| YUV | 108.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 48 | 0 | 0.59 | 0.75 | 0.25 | 12.68 | 0.6 | 0.47 |
| Hex | BE | 4E | 30 | 0 | 3B | 4B | 19 | D | 3C | 2F |
| Octal | 276 | 116 | 60 | 0 | 73 | 113 | 31 | 15 | 74 | 57 |
| Binary | 10111110 | 1001110 | 110000 | 0 | 111011 | 1001011 | 11001 | 1101 | 111100 | 101111 |
Color Harmonies of #BE4E30
Complementary color
Monochromatic Colors of #BE4E30
Black with #BE4E30
Text Example
Text Example
White with #BE4E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E30; }
p { color: rgb(190,78,48); }
H1.HeaderClassName
{
color: #BE4E30;
}
.AnyTagClassName
{
color: #BE4E30;
}
</style>
background-color css
<style>
a { background-color: #BE4E30; }
a { background-color: rgb(190,78,48); }
div.DivClassName
{
background-color: #BE4E30;
}
.BgClassName
{
background-color: #BE4E30;
}
</style>
border-color css
<style>
span { border-color: #BE4E30; }
span { border-color: rgb(190,78,48); }
td.TdClassName
{
border-color: #BE4E30;
}
.TagClassName
{
border-color: #BE4E30;
}
</style>