Shades of Grenadier #B84A2E
Tints of Grenadier #B84A2E
RGB
CMYK
RGB Variations
Color information
#B84A2E (or 0xB84A2E) is known color: Grenadier. HEX triplet: B8, 4A and 2E. RGB value is (184,74,46). Sum of RGB (Red+Green+Blue) = 184+74+46=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A2E is #47B5D1. Grayscale: #676767. Windows color (decimal): -4699602 or 3033784. OLE color: 3033784.
HSL color Cylindrical-coordinate representation of color #B84A2E: hue angle of 12.17º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B84A2E is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 46 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.28 |
| HSL | 12.17º | 0.6% | 0.45% | - |
| HSV(B) | 12.17º | 0.75% | 0.72% | - |
| XYZ | 22.71 | 15.29 | 4.34 | - |
| YUV | 103.7 | 95.44 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 46 | 0 | 0.60 | 0.75 | 0.28 | 12.17 | 0.6 | 0.45 |
| Hex | B8 | 4A | 2E | 0 | 3C | 4B | 1C | C | 3C | 2D |
| Octal | 270 | 112 | 56 | 0 | 74 | 113 | 34 | 14 | 74 | 55 |
| Binary | 10111000 | 1001010 | 101110 | 0 | 111100 | 1001011 | 11100 | 1100 | 111100 | 101101 |
Color Harmonies of #B84A2E
Complementary color
Monochromatic Colors of #B84A2E
Black with #B84A2E
Text Example
Text Example
White with #B84A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A2E; }
p { color: rgb(184,74,46); }
H1.HeaderClassName
{
color: #B84A2E;
}
.AnyTagClassName
{
color: #B84A2E;
}
</style>
background-color css
<style>
a { background-color: #B84A2E; }
a { background-color: rgb(184,74,46); }
div.DivClassName
{
background-color: #B84A2E;
}
.BgClassName
{
background-color: #B84A2E;
}
</style>
border-color css
<style>
span { border-color: #B84A2E; }
span { border-color: rgb(184,74,46); }
td.TdClassName
{
border-color: #B84A2E;
}
.TagClassName
{
border-color: #B84A2E;
}
</style>