Shades of Grenadier #B84D33
Tints of Grenadier #B84D33
RGB
CMYK
RGB Variations
Color information
#B84D33 (or 0xB84D33) is known color: Grenadier. HEX triplet: B8, 4D and 33. RGB value is (184,77,51). Sum of RGB (Red+Green+Blue) = 184+77+51=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84D33 is #47B2CC. Grayscale: #6A6A6A. Windows color (decimal): -4698829 or 3362232. OLE color: 3362232.
HSL color Cylindrical-coordinate representation of color #B84D33: hue angle of 11.73º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B84D33 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 51 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.28 |
| HSL | 11.73º | 0.57% | 0.46% | - |
| HSV(B) | 11.73º | 0.72% | 0.72% | - |
| XYZ | 23.02 | 15.74 | 4.96 | - |
| YUV | 106.03 | 96.95 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 51 | 0 | 0.58 | 0.72 | 0.28 | 11.73 | 0.57 | 0.46 |
| Hex | B8 | 4D | 33 | 0 | 3A | 48 | 1C | C | 39 | 2E |
| Octal | 270 | 115 | 63 | 0 | 72 | 110 | 34 | 14 | 71 | 56 |
| Binary | 10111000 | 1001101 | 110011 | 0 | 111010 | 1001000 | 11100 | 1100 | 111001 | 101110 |
Color Harmonies of #B84D33
Complementary color
Monochromatic Colors of #B84D33
Black with #B84D33
Text Example
Text Example
White with #B84D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D33; }
p { color: rgb(184,77,51); }
H1.HeaderClassName
{
color: #B84D33;
}
.AnyTagClassName
{
color: #B84D33;
}
</style>
background-color css
<style>
a { background-color: #B84D33; }
a { background-color: rgb(184,77,51); }
div.DivClassName
{
background-color: #B84D33;
}
.BgClassName
{
background-color: #B84D33;
}
</style>
border-color css
<style>
span { border-color: #B84D33; }
span { border-color: rgb(184,77,51); }
td.TdClassName
{
border-color: #B84D33;
}
.TagClassName
{
border-color: #B84D33;
}
</style>