Shades of Grenadier #BE4E38
Tints of Grenadier #BE4E38
RGB
CMYK
RGB Variations
Color information
#BE4E38 (or 0xBE4E38) is known color: Grenadier. HEX triplet: BE, 4E and 38. RGB value is (190,78,56). Sum of RGB (Red+Green+Blue) = 190+78+56=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4E38 is #41B1C7. Grayscale: #6D6D6D. Windows color (decimal): -4305352 or 3690174. OLE color: 3690174.
HSL color Cylindrical-coordinate representation of color #BE4E38: hue angle of 9.85º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE4E38 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 56 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.25 |
| HSL | 9.85º | 0.54% | 0.48% | - |
| HSV(B) | 9.85º | 0.71% | 0.75% | - |
| XYZ | 24.67 | 16.68 | 5.66 | - |
| YUV | 108.98 | 98.11 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 56 | 0 | 0.59 | 0.71 | 0.25 | 9.85 | 0.54 | 0.48 |
| Hex | BE | 4E | 38 | 0 | 3B | 47 | 19 | A | 36 | 30 |
| Octal | 276 | 116 | 70 | 0 | 73 | 107 | 31 | 12 | 66 | 60 |
| Binary | 10111110 | 1001110 | 111000 | 0 | 111011 | 1000111 | 11001 | 1010 | 110110 | 110000 |
Color Harmonies of #BE4E38
Complementary color
Monochromatic Colors of #BE4E38
Black with #BE4E38
Text Example
Text Example
White with #BE4E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E38; }
p { color: rgb(190,78,56); }
H1.HeaderClassName
{
color: #BE4E38;
}
.AnyTagClassName
{
color: #BE4E38;
}
</style>
background-color css
<style>
a { background-color: #BE4E38; }
a { background-color: rgb(190,78,56); }
div.DivClassName
{
background-color: #BE4E38;
}
.BgClassName
{
background-color: #BE4E38;
}
</style>
border-color css
<style>
span { border-color: #BE4E38; }
span { border-color: rgb(190,78,56); }
td.TdClassName
{
border-color: #BE4E38;
}
.TagClassName
{
border-color: #BE4E38;
}
</style>