Shades of Grenadier #BE5136
Tints of Grenadier #BE5136
RGB
CMYK
RGB Variations
Color information
#BE5136 (or 0xBE5136) is known color: Grenadier. HEX triplet: BE, 51 and 36. RGB value is (190,81,54). Sum of RGB (Red+Green+Blue) = 190+81+54=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5136 is #41AEC9. Grayscale: #6E6E6E. Windows color (decimal): -4304586 or 3559870. OLE color: 3559870.
HSL color Cylindrical-coordinate representation of color #BE5136: hue angle of 11.91º 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 #BE5136 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 81 | 54 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.25 |
| HSL | 11.91º | 0.56% | 0.48% | - |
| HSV(B) | 11.91º | 0.72% | 0.75% | - |
| XYZ | 24.84 | 17.1 | 5.48 | - |
| YUV | 110.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 54 | 0 | 0.57 | 0.72 | 0.25 | 11.91 | 0.56 | 0.48 |
| Hex | BE | 51 | 36 | 0 | 39 | 48 | 19 | C | 38 | 30 |
| Octal | 276 | 121 | 66 | 0 | 71 | 110 | 31 | 14 | 70 | 60 |
| Binary | 10111110 | 1010001 | 110110 | 0 | 111001 | 1001000 | 11001 | 1100 | 111000 | 110000 |
Color Harmonies of #BE5136
Complementary color
Monochromatic Colors of #BE5136
Black with #BE5136
Text Example
Text Example
White with #BE5136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5136; }
p { color: rgb(190,81,54); }
H1.HeaderClassName
{
color: #BE5136;
}
.AnyTagClassName
{
color: #BE5136;
}
</style>
background-color css
<style>
a { background-color: #BE5136; }
a { background-color: rgb(190,81,54); }
div.DivClassName
{
background-color: #BE5136;
}
.BgClassName
{
background-color: #BE5136;
}
</style>
border-color css
<style>
span { border-color: #BE5136; }
span { border-color: rgb(190,81,54); }
td.TdClassName
{
border-color: #BE5136;
}
.TagClassName
{
border-color: #BE5136;
}
</style>