Shades of Grenadier #B84D30
Tints of Grenadier #B84D30
RGB
CMYK
RGB Variations
Color information
#B84D30 (or 0xB84D30) is known color: Grenadier. HEX triplet: B8, 4D and 30. RGB value is (184,77,48). Sum of RGB (Red+Green+Blue) = 184+77+48=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84D30 is #47B2CF. Grayscale: #696969. Windows color (decimal): -4698832 or 3165624. OLE color: 3165624.
HSL color Cylindrical-coordinate representation of color #B84D30: hue angle of 12.79º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B84D30 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 48 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.28 |
| HSL | 12.79º | 0.59% | 0.45% | - |
| HSV(B) | 12.79º | 0.74% | 0.72% | - |
| XYZ | 22.95 | 15.71 | 4.62 | - |
| YUV | 105.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 48 | 0 | 0.58 | 0.74 | 0.28 | 12.79 | 0.59 | 0.45 |
| Hex | B8 | 4D | 30 | 0 | 3A | 4A | 1C | D | 3B | 2D |
| Octal | 270 | 115 | 60 | 0 | 72 | 112 | 34 | 15 | 73 | 55 |
| Binary | 10111000 | 1001101 | 110000 | 0 | 111010 | 1001010 | 11100 | 1101 | 111011 | 101101 |
Color Harmonies of #B84D30
Complementary color
Monochromatic Colors of #B84D30
Black with #B84D30
Text Example
Text Example
White with #B84D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D30; }
p { color: rgb(184,77,48); }
H1.HeaderClassName
{
color: #B84D30;
}
.AnyTagClassName
{
color: #B84D30;
}
</style>
background-color css
<style>
a { background-color: #B84D30; }
a { background-color: rgb(184,77,48); }
div.DivClassName
{
background-color: #B84D30;
}
.BgClassName
{
background-color: #B84D30;
}
</style>
border-color css
<style>
span { border-color: #B84D30; }
span { border-color: rgb(184,77,48); }
td.TdClassName
{
border-color: #B84D30;
}
.TagClassName
{
border-color: #B84D30;
}
</style>