Shades of Grenadier #B84836
Tints of Grenadier #B84836
RGB
CMYK
RGB Variations
Color information
#B84836 (or 0xB84836) is known color: Grenadier. HEX triplet: B8, 48 and 36. RGB value is (184,72,54). Sum of RGB (Red+Green+Blue) = 184+72+54=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B84836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84836 is #47B7C9. Grayscale: #676767. Windows color (decimal): -4700106 or 3557560. OLE color: 3557560.
HSL color Cylindrical-coordinate representation of color #B84836: hue angle of 8.31º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B84836 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 54 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.28 |
| HSL | 8.31º | 0.55% | 0.47% | - |
| HSV(B) | 8.31º | 0.71% | 0.72% | - |
| XYZ | 22.75 | 15.09 | 5.2 | - |
| YUV | 103.44 | 100.11 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 54 | 0 | 0.61 | 0.71 | 0.28 | 8.31 | 0.55 | 0.47 |
| Hex | B8 | 48 | 36 | 0 | 3D | 47 | 1C | 8 | 37 | 2F |
| Octal | 270 | 110 | 66 | 0 | 75 | 107 | 34 | 10 | 67 | 57 |
| Binary | 10111000 | 1001000 | 110110 | 0 | 111101 | 1000111 | 11100 | 1000 | 110111 | 101111 |
Color Harmonies of #B84836
Complementary color
Monochromatic Colors of #B84836
Black with #B84836
Text Example
Text Example
White with #B84836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84836; }
p { color: rgb(184,72,54); }
H1.HeaderClassName
{
color: #B84836;
}
.AnyTagClassName
{
color: #B84836;
}
</style>
background-color css
<style>
a { background-color: #B84836; }
a { background-color: rgb(184,72,54); }
div.DivClassName
{
background-color: #B84836;
}
.BgClassName
{
background-color: #B84836;
}
</style>
border-color css
<style>
span { border-color: #B84836; }
span { border-color: rgb(184,72,54); }
td.TdClassName
{
border-color: #B84836;
}
.TagClassName
{
border-color: #B84836;
}
</style>