Shades of Grenadier #B64E36
Tints of Grenadier #B64E36
RGB
CMYK
RGB Variations
Color information
#B64E36 (or 0xB64E36) is known color: Grenadier. HEX triplet: B6, 4E and 36. RGB value is (182,78,54). Sum of RGB (Red+Green+Blue) = 182+78+54=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64E36 is #49B1C9. Grayscale: #6A6A6A. Windows color (decimal): -4829642 or 3559094. OLE color: 3559094.
HSL color Cylindrical-coordinate representation of color #B64E36: hue angle of 11.25º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64E36 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 54 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.29 |
| HSL | 11.25º | 0.54% | 0.46% | - |
| HSV(B) | 11.25º | 0.7% | 0.71% | - |
| XYZ | 22.68 | 15.66 | 5.32 | - |
| YUV | 106.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 54 | 0 | 0.57 | 0.70 | 0.29 | 11.25 | 0.54 | 0.46 |
| Hex | B6 | 4E | 36 | 0 | 39 | 46 | 1D | B | 36 | 2E |
| Octal | 266 | 116 | 66 | 0 | 71 | 106 | 35 | 13 | 66 | 56 |
| Binary | 10110110 | 1001110 | 110110 | 0 | 111001 | 1000110 | 11101 | 1011 | 110110 | 101110 |
Color Harmonies of #B64E36
Complementary color
Monochromatic Colors of #B64E36
Black with #B64E36
Text Example
Text Example
White with #B64E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E36; }
p { color: rgb(182,78,54); }
H1.HeaderClassName
{
color: #B64E36;
}
.AnyTagClassName
{
color: #B64E36;
}
</style>
background-color css
<style>
a { background-color: #B64E36; }
a { background-color: rgb(182,78,54); }
div.DivClassName
{
background-color: #B64E36;
}
.BgClassName
{
background-color: #B64E36;
}
</style>
border-color css
<style>
span { border-color: #B64E36; }
span { border-color: rgb(182,78,54); }
td.TdClassName
{
border-color: #B64E36;
}
.TagClassName
{
border-color: #B64E36;
}
</style>