Shades of Grenadier #B84936
Tints of Grenadier #B84936
RGB
CMYK
RGB Variations
Color information
#B84936 (or 0xB84936) is known color: Grenadier. HEX triplet: B8, 49 and 36. RGB value is (184,73,54). Sum of RGB (Red+Green+Blue) = 184+73+54=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B84936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84936 is #47B6C9. Grayscale: #686868. Windows color (decimal): -4699850 or 3557816. OLE color: 3557816.
HSL color Cylindrical-coordinate representation of color #B84936: hue angle of 8.77º 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 #B84936 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 54 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.28 |
| HSL | 8.77º | 0.55% | 0.47% | - |
| HSV(B) | 8.77º | 0.71% | 0.72% | - |
| XYZ | 22.82 | 15.22 | 5.23 | - |
| YUV | 104.02 | 99.77 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 54 | 0 | 0.60 | 0.71 | 0.28 | 8.77 | 0.55 | 0.47 |
| Hex | B8 | 49 | 36 | 0 | 3C | 47 | 1C | 9 | 37 | 2F |
| Octal | 270 | 111 | 66 | 0 | 74 | 107 | 34 | 11 | 67 | 57 |
| Binary | 10111000 | 1001001 | 110110 | 0 | 111100 | 1000111 | 11100 | 1001 | 110111 | 101111 |
Color Harmonies of #B84936
Complementary color
Monochromatic Colors of #B84936
Black with #B84936
Text Example
Text Example
White with #B84936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84936; }
p { color: rgb(184,73,54); }
H1.HeaderClassName
{
color: #B84936;
}
.AnyTagClassName
{
color: #B84936;
}
</style>
background-color css
<style>
a { background-color: #B84936; }
a { background-color: rgb(184,73,54); }
div.DivClassName
{
background-color: #B84936;
}
.BgClassName
{
background-color: #B84936;
}
</style>
border-color css
<style>
span { border-color: #B84936; }
span { border-color: rgb(184,73,54); }
td.TdClassName
{
border-color: #B84936;
}
.TagClassName
{
border-color: #B84936;
}
</style>