Shades of Grenadier #B84D32
Tints of Grenadier #B84D32
RGB
CMYK
RGB Variations
Color information
#B84D32 (or 0xB84D32) is known color: Grenadier. HEX triplet: B8, 4D and 32. RGB value is (184,77,50). Sum of RGB (Red+Green+Blue) = 184+77+50=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84D32 is #47B2CD. Grayscale: #6A6A6A. Windows color (decimal): -4698830 or 3296696. OLE color: 3296696.
HSL color Cylindrical-coordinate representation of color #B84D32: hue angle of 12.09º degrees, saturation: 0.57, 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 #B84D32 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 50 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.28 |
| HSL | 12.09º | 0.57% | 0.46% | - |
| HSV(B) | 12.09º | 0.73% | 0.72% | - |
| XYZ | 23 | 15.73 | 4.84 | - |
| YUV | 105.92 | 96.45 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 50 | 0 | 0.58 | 0.73 | 0.28 | 12.09 | 0.57 | 0.46 |
| Hex | B8 | 4D | 32 | 0 | 3A | 49 | 1C | C | 39 | 2E |
| Octal | 270 | 115 | 62 | 0 | 72 | 111 | 34 | 14 | 71 | 56 |
| Binary | 10111000 | 1001101 | 110010 | 0 | 111010 | 1001001 | 11100 | 1100 | 111001 | 101110 |
Color Harmonies of #B84D32
Complementary color
Monochromatic Colors of #B84D32
Black with #B84D32
Text Example
Text Example
White with #B84D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D32; }
p { color: rgb(184,77,50); }
H1.HeaderClassName
{
color: #B84D32;
}
.AnyTagClassName
{
color: #B84D32;
}
</style>
background-color css
<style>
a { background-color: #B84D32; }
a { background-color: rgb(184,77,50); }
div.DivClassName
{
background-color: #B84D32;
}
.BgClassName
{
background-color: #B84D32;
}
</style>
border-color css
<style>
span { border-color: #B84D32; }
span { border-color: rgb(184,77,50); }
td.TdClassName
{
border-color: #B84D32;
}
.TagClassName
{
border-color: #B84D32;
}
</style>