Shades of Grenadier #B84932
Tints of Grenadier #B84932
RGB
CMYK
RGB Variations
Color information
#B84932 (or 0xB84932) is known color: Grenadier. HEX triplet: B8, 49 and 32. RGB value is (184,73,50). Sum of RGB (Red+Green+Blue) = 184+73+50=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B84932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84932 is #47B6CD. Grayscale: #676767. Windows color (decimal): -4699854 or 3295672. OLE color: 3295672.
HSL color Cylindrical-coordinate representation of color #B84932: hue angle of 10.3º 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 #B84932 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 50 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.28 |
| HSL | 10.3º | 0.57% | 0.46% | - |
| HSV(B) | 10.3º | 0.73% | 0.72% | - |
| XYZ | 22.73 | 15.19 | 4.75 | - |
| YUV | 103.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 50 | 0 | 0.60 | 0.73 | 0.28 | 10.3 | 0.57 | 0.46 |
| Hex | B8 | 49 | 32 | 0 | 3C | 49 | 1C | A | 39 | 2E |
| Octal | 270 | 111 | 62 | 0 | 74 | 111 | 34 | 12 | 71 | 56 |
| Binary | 10111000 | 1001001 | 110010 | 0 | 111100 | 1001001 | 11100 | 1010 | 111001 | 101110 |
Color Harmonies of #B84932
Complementary color
Monochromatic Colors of #B84932
Black with #B84932
Text Example
Text Example
White with #B84932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84932; }
p { color: rgb(184,73,50); }
H1.HeaderClassName
{
color: #B84932;
}
.AnyTagClassName
{
color: #B84932;
}
</style>
background-color css
<style>
a { background-color: #B84932; }
a { background-color: rgb(184,73,50); }
div.DivClassName
{
background-color: #B84932;
}
.BgClassName
{
background-color: #B84932;
}
</style>
border-color css
<style>
span { border-color: #B84932; }
span { border-color: rgb(184,73,50); }
td.TdClassName
{
border-color: #B84932;
}
.TagClassName
{
border-color: #B84932;
}
</style>