Shades of Grenadier #B84931
Tints of Grenadier #B84931
RGB
CMYK
RGB Variations
Color information
#B84931 (or 0xB84931) is known color: Grenadier. HEX triplet: B8, 49 and 31. RGB value is (184,73,49). Sum of RGB (Red+Green+Blue) = 184+73+49=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B84931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84931 is #47B6CE. Grayscale: #676767. Windows color (decimal): -4699855 or 3230136. OLE color: 3230136.
HSL color Cylindrical-coordinate representation of color #B84931: hue angle of 10.67º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B84931 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 49 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.28 |
| HSL | 10.67º | 0.58% | 0.46% | - |
| HSV(B) | 10.67º | 0.73% | 0.72% | - |
| XYZ | 22.7 | 15.18 | 4.64 | - |
| YUV | 103.45 | 97.27 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 49 | 0 | 0.60 | 0.73 | 0.28 | 10.67 | 0.58 | 0.46 |
| Hex | B8 | 49 | 31 | 0 | 3C | 49 | 1C | B | 3A | 2E |
| Octal | 270 | 111 | 61 | 0 | 74 | 111 | 34 | 13 | 72 | 56 |
| Binary | 10111000 | 1001001 | 110001 | 0 | 111100 | 1001001 | 11100 | 1011 | 111010 | 101110 |
Color Harmonies of #B84931
Complementary color
Monochromatic Colors of #B84931
Black with #B84931
Text Example
Text Example
White with #B84931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84931; }
p { color: rgb(184,73,49); }
H1.HeaderClassName
{
color: #B84931;
}
.AnyTagClassName
{
color: #B84931;
}
</style>
background-color css
<style>
a { background-color: #B84931; }
a { background-color: rgb(184,73,49); }
div.DivClassName
{
background-color: #B84931;
}
.BgClassName
{
background-color: #B84931;
}
</style>
border-color css
<style>
span { border-color: #B84931; }
span { border-color: rgb(184,73,49); }
td.TdClassName
{
border-color: #B84931;
}
.TagClassName
{
border-color: #B84931;
}
</style>