Shades of Grenadier #B84B2F
Tints of Grenadier #B84B2F
RGB
CMYK
RGB Variations
Color information
#B84B2F (or 0xB84B2F) is known color: Grenadier. HEX triplet: B8, 4B and 2F. RGB value is (184,75,47). Sum of RGB (Red+Green+Blue) = 184+75+47=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84B2F is #47B4D0. Grayscale: #686868. Windows color (decimal): -4699345 or 3099576. OLE color: 3099576.
HSL color Cylindrical-coordinate representation of color #B84B2F: hue angle of 12.26º 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 #B84B2F is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 75 | 47 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.28 |
| HSL | 12.26º | 0.59% | 0.45% | - |
| HSV(B) | 12.26º | 0.74% | 0.72% | - |
| XYZ | 22.8 | 15.43 | 4.47 | - |
| YUV | 104.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 47 | 0 | 0.59 | 0.74 | 0.28 | 12.26 | 0.59 | 0.45 |
| Hex | B8 | 4B | 2F | 0 | 3B | 4A | 1C | C | 3B | 2D |
| Octal | 270 | 113 | 57 | 0 | 73 | 112 | 34 | 14 | 73 | 55 |
| Binary | 10111000 | 1001011 | 101111 | 0 | 111011 | 1001010 | 11100 | 1100 | 111011 | 101101 |
Color Harmonies of #B84B2F
Complementary color
Monochromatic Colors of #B84B2F
Black with #B84B2F
Text Example
Text Example
White with #B84B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84B2F; }
p { color: rgb(184,75,47); }
H1.HeaderClassName
{
color: #B84B2F;
}
.AnyTagClassName
{
color: #B84B2F;
}
</style>
background-color css
<style>
a { background-color: #B84B2F; }
a { background-color: rgb(184,75,47); }
div.DivClassName
{
background-color: #B84B2F;
}
.BgClassName
{
background-color: #B84B2F;
}
</style>
border-color css
<style>
span { border-color: #B84B2F; }
span { border-color: rgb(184,75,47); }
td.TdClassName
{
border-color: #B84B2F;
}
.TagClassName
{
border-color: #B84B2F;
}
</style>