Shades of Grenadier #B84C2F
Tints of Grenadier #B84C2F
RGB
CMYK
RGB Variations
Color information
#B84C2F (or 0xB84C2F) is known color: Grenadier. HEX triplet: B8, 4C and 2F. RGB value is (184,76,47). Sum of RGB (Red+Green+Blue) = 184+76+47=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84C2F is #47B3D0. Grayscale: #696969. Windows color (decimal): -4699089 or 3099832. OLE color: 3099832.
HSL color Cylindrical-coordinate representation of color #B84C2F: hue angle of 12.7º 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 #B84C2F is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 47 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.28 |
| HSL | 12.7º | 0.59% | 0.45% | - |
| HSV(B) | 12.7º | 0.74% | 0.72% | - |
| XYZ | 22.86 | 15.56 | 4.49 | - |
| YUV | 104.99 | 95.28 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 47 | 0 | 0.59 | 0.74 | 0.28 | 12.7 | 0.59 | 0.45 |
| Hex | B8 | 4C | 2F | 0 | 3B | 4A | 1C | D | 3B | 2D |
| Octal | 270 | 114 | 57 | 0 | 73 | 112 | 34 | 15 | 73 | 55 |
| Binary | 10111000 | 1001100 | 101111 | 0 | 111011 | 1001010 | 11100 | 1101 | 111011 | 101101 |
Color Harmonies of #B84C2F
Complementary color
Monochromatic Colors of #B84C2F
Black with #B84C2F
Text Example
Text Example
White with #B84C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C2F; }
p { color: rgb(184,76,47); }
H1.HeaderClassName
{
color: #B84C2F;
}
.AnyTagClassName
{
color: #B84C2F;
}
</style>
background-color css
<style>
a { background-color: #B84C2F; }
a { background-color: rgb(184,76,47); }
div.DivClassName
{
background-color: #B84C2F;
}
.BgClassName
{
background-color: #B84C2F;
}
</style>
border-color css
<style>
span { border-color: #B84C2F; }
span { border-color: rgb(184,76,47); }
td.TdClassName
{
border-color: #B84C2F;
}
.TagClassName
{
border-color: #B84C2F;
}
</style>