Shades of Grenadier #B84737
Tints of Grenadier #B84737
RGB
CMYK
RGB Variations
Color information
#B84737 (or 0xB84737) is known color: Grenadier. HEX triplet: B8, 47 and 37. RGB value is (184,71,55). Sum of RGB (Red+Green+Blue) = 184+71+55=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B84737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84737 is #47B8C8. Grayscale: #676767. Windows color (decimal): -4700361 or 3622840. OLE color: 3622840.
HSL color Cylindrical-coordinate representation of color #B84737: hue angle of 7.44º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B84737 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 55 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.28 |
| HSL | 7.44º | 0.54% | 0.47% | - |
| HSV(B) | 7.44º | 0.7% | 0.72% | - |
| XYZ | 22.71 | 14.97 | 5.31 | - |
| YUV | 102.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 55 | 0 | 0.61 | 0.70 | 0.28 | 7.44 | 0.54 | 0.47 |
| Hex | B8 | 47 | 37 | 0 | 3D | 46 | 1C | 7 | 36 | 2F |
| Octal | 270 | 107 | 67 | 0 | 75 | 106 | 34 | 7 | 66 | 57 |
| Binary | 10111000 | 1000111 | 110111 | 0 | 111101 | 1000110 | 11100 | 111 | 110110 | 101111 |
Color Harmonies of #B84737
Complementary color
Monochromatic Colors of #B84737
Black with #B84737
Text Example
Text Example
White with #B84737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84737; }
p { color: rgb(184,71,55); }
H1.HeaderClassName
{
color: #B84737;
}
.AnyTagClassName
{
color: #B84737;
}
</style>
background-color css
<style>
a { background-color: #B84737; }
a { background-color: rgb(184,71,55); }
div.DivClassName
{
background-color: #B84737;
}
.BgClassName
{
background-color: #B84737;
}
</style>
border-color css
<style>
span { border-color: #B84737; }
span { border-color: rgb(184,71,55); }
td.TdClassName
{
border-color: #B84737;
}
.TagClassName
{
border-color: #B84737;
}
</style>