Shades of Grenadier #B84D2F
Tints of Grenadier #B84D2F
RGB
CMYK
RGB Variations
Color information
#B84D2F (or 0xB84D2F) is known color: Grenadier. HEX triplet: B8, 4D and 2F. RGB value is (184,77,47). Sum of RGB (Red+Green+Blue) = 184+77+47=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84D2F is #47B2D0. Grayscale: #696969. Windows color (decimal): -4698833 or 3100088. OLE color: 3100088.
HSL color Cylindrical-coordinate representation of color #B84D2F: hue angle of 13.14º 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 #B84D2F is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 47 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.28 |
| HSL | 13.14º | 0.59% | 0.45% | - |
| HSV(B) | 13.14º | 0.74% | 0.72% | - |
| XYZ | 22.93 | 15.7 | 4.51 | - |
| YUV | 105.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 47 | 0 | 0.58 | 0.74 | 0.28 | 13.14 | 0.59 | 0.45 |
| Hex | B8 | 4D | 2F | 0 | 3A | 4A | 1C | D | 3B | 2D |
| Octal | 270 | 115 | 57 | 0 | 72 | 112 | 34 | 15 | 73 | 55 |
| Binary | 10111000 | 1001101 | 101111 | 0 | 111010 | 1001010 | 11100 | 1101 | 111011 | 101101 |
Color Harmonies of #B84D2F
Complementary color
Monochromatic Colors of #B84D2F
Black with #B84D2F
Text Example
Text Example
White with #B84D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D2F; }
p { color: rgb(184,77,47); }
H1.HeaderClassName
{
color: #B84D2F;
}
.AnyTagClassName
{
color: #B84D2F;
}
</style>
background-color css
<style>
a { background-color: #B84D2F; }
a { background-color: rgb(184,77,47); }
div.DivClassName
{
background-color: #B84D2F;
}
.BgClassName
{
background-color: #B84D2F;
}
</style>
border-color css
<style>
span { border-color: #B84D2F; }
span { border-color: rgb(184,77,47); }
td.TdClassName
{
border-color: #B84D2F;
}
.TagClassName
{
border-color: #B84D2F;
}
</style>