Shades of Grenadier #B84E2F
Tints of Grenadier #B84E2F
RGB
CMYK
RGB Variations
Color information
#B84E2F (or 0xB84E2F) is known color: Grenadier. HEX triplet: B8, 4E and 2F. RGB value is (184,78,47). Sum of RGB (Red+Green+Blue) = 184+78+47=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84E2F is #47B1D0. Grayscale: #6A6A6A. Windows color (decimal): -4698577 or 3100344. OLE color: 3100344.
HSL color Cylindrical-coordinate representation of color #B84E2F: hue angle of 13.58º 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 #B84E2F is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 47 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.28 |
| HSL | 13.58º | 0.59% | 0.45% | - |
| HSV(B) | 13.58º | 0.74% | 0.72% | - |
| XYZ | 23 | 15.84 | 4.54 | - |
| YUV | 106.16 | 94.62 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 47 | 0 | 0.58 | 0.74 | 0.28 | 13.58 | 0.59 | 0.45 |
| Hex | B8 | 4E | 2F | 0 | 3A | 4A | 1C | E | 3B | 2D |
| Octal | 270 | 116 | 57 | 0 | 72 | 112 | 34 | 16 | 73 | 55 |
| Binary | 10111000 | 1001110 | 101111 | 0 | 111010 | 1001010 | 11100 | 1110 | 111011 | 101101 |
Color Harmonies of #B84E2F
Complementary color
Monochromatic Colors of #B84E2F
Black with #B84E2F
Text Example
Text Example
White with #B84E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E2F; }
p { color: rgb(184,78,47); }
H1.HeaderClassName
{
color: #B84E2F;
}
.AnyTagClassName
{
color: #B84E2F;
}
</style>
background-color css
<style>
a { background-color: #B84E2F; }
a { background-color: rgb(184,78,47); }
div.DivClassName
{
background-color: #B84E2F;
}
.BgClassName
{
background-color: #B84E2F;
}
</style>
border-color css
<style>
span { border-color: #B84E2F; }
span { border-color: rgb(184,78,47); }
td.TdClassName
{
border-color: #B84E2F;
}
.TagClassName
{
border-color: #B84E2F;
}
</style>