Shades of Grenadier #B84A2C
Tints of Grenadier #B84A2C
RGB
CMYK
RGB Variations
Color information
#B84A2C (or 0xB84A2C) is known color: Grenadier. HEX triplet: B8, 4A and 2C. RGB value is (184,74,44). Sum of RGB (Red+Green+Blue) = 184+74+44=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A2C is #47B5D3. Grayscale: #676767. Windows color (decimal): -4699604 or 2902712. OLE color: 2902712.
HSL color Cylindrical-coordinate representation of color #B84A2C: hue angle of 12.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B84A2C is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 44 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.28 |
| HSL | 12.86º | 0.61% | 0.45% | - |
| HSV(B) | 12.86º | 0.76% | 0.72% | - |
| XYZ | 22.67 | 15.27 | 4.14 | - |
| YUV | 103.47 | 94.44 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 44 | 0 | 0.60 | 0.76 | 0.28 | 12.86 | 0.61 | 0.45 |
| Hex | B8 | 4A | 2C | 0 | 3C | 4C | 1C | D | 3D | 2D |
| Octal | 270 | 112 | 54 | 0 | 74 | 114 | 34 | 15 | 75 | 55 |
| Binary | 10111000 | 1001010 | 101100 | 0 | 111100 | 1001100 | 11100 | 1101 | 111101 | 101101 |
Color Harmonies of #B84A2C
Complementary color
Monochromatic Colors of #B84A2C
Black with #B84A2C
Text Example
Text Example
White with #B84A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A2C; }
p { color: rgb(184,74,44); }
H1.HeaderClassName
{
color: #B84A2C;
}
.AnyTagClassName
{
color: #B84A2C;
}
</style>
background-color css
<style>
a { background-color: #B84A2C; }
a { background-color: rgb(184,74,44); }
div.DivClassName
{
background-color: #B84A2C;
}
.BgClassName
{
background-color: #B84A2C;
}
</style>
border-color css
<style>
span { border-color: #B84A2C; }
span { border-color: rgb(184,74,44); }
td.TdClassName
{
border-color: #B84A2C;
}
.TagClassName
{
border-color: #B84A2C;
}
</style>