Shades of Grenadier #BE4D38
Tints of Grenadier #BE4D38
RGB
CMYK
RGB Variations
Color information
#BE4D38 (or 0xBE4D38) is known color: Grenadier. HEX triplet: BE, 4D and 38. RGB value is (190,77,56). Sum of RGB (Red+Green+Blue) = 190+77+56=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D38 is #41B2C7. Grayscale: #6C6C6C. Windows color (decimal): -4305608 or 3689918. OLE color: 3689918.
HSL color Cylindrical-coordinate representation of color #BE4D38: hue angle of 9.4º 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 #BE4D38 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 56 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.25 |
| HSL | 9.4º | 0.54% | 0.48% | - |
| HSV(B) | 9.4º | 0.71% | 0.75% | - |
| XYZ | 24.6 | 16.54 | 5.64 | - |
| YUV | 108.39 | 98.44 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 56 | 0 | 0.59 | 0.71 | 0.25 | 9.4 | 0.54 | 0.48 |
| Hex | BE | 4D | 38 | 0 | 3B | 47 | 19 | 9 | 36 | 30 |
| Octal | 276 | 115 | 70 | 0 | 73 | 107 | 31 | 11 | 66 | 60 |
| Binary | 10111110 | 1001101 | 111000 | 0 | 111011 | 1000111 | 11001 | 1001 | 110110 | 110000 |
Color Harmonies of #BE4D38
Complementary color
Monochromatic Colors of #BE4D38
Black with #BE4D38
Text Example
Text Example
White with #BE4D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D38; }
p { color: rgb(190,77,56); }
H1.HeaderClassName
{
color: #BE4D38;
}
.AnyTagClassName
{
color: #BE4D38;
}
</style>
background-color css
<style>
a { background-color: #BE4D38; }
a { background-color: rgb(190,77,56); }
div.DivClassName
{
background-color: #BE4D38;
}
.BgClassName
{
background-color: #BE4D38;
}
</style>
border-color css
<style>
span { border-color: #BE4D38; }
span { border-color: rgb(190,77,56); }
td.TdClassName
{
border-color: #BE4D38;
}
.TagClassName
{
border-color: #BE4D38;
}
</style>