Shades of Grenadier #B8472F
Tints of Grenadier #B8472F
RGB
CMYK
RGB Variations
Color information
#B8472F (or 0xB8472F) is known color: Grenadier. HEX triplet: B8, 47 and 2F. RGB value is (184,71,47). Sum of RGB (Red+Green+Blue) = 184+71+47=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B8472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8472F is #47B8D0. Grayscale: #666666. Windows color (decimal): -4700369 or 3098552. OLE color: 3098552.
HSL color Cylindrical-coordinate representation of color #B8472F: hue angle of 10.51º 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 #B8472F is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 47 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.28 |
| HSL | 10.51º | 0.59% | 0.45% | - |
| HSV(B) | 10.51º | 0.74% | 0.72% | - |
| XYZ | 22.53 | 14.9 | 4.38 | - |
| YUV | 102.05 | 96.94 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 47 | 0 | 0.61 | 0.74 | 0.28 | 10.51 | 0.59 | 0.45 |
| Hex | B8 | 47 | 2F | 0 | 3D | 4A | 1C | B | 3B | 2D |
| Octal | 270 | 107 | 57 | 0 | 75 | 112 | 34 | 13 | 73 | 55 |
| Binary | 10111000 | 1000111 | 101111 | 0 | 111101 | 1001010 | 11100 | 1011 | 111011 | 101101 |
Color Harmonies of #B8472F
Complementary color
Monochromatic Colors of #B8472F
Black with #B8472F
Text Example
Text Example
White with #B8472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8472F; }
p { color: rgb(184,71,47); }
H1.HeaderClassName
{
color: #B8472F;
}
.AnyTagClassName
{
color: #B8472F;
}
</style>
background-color css
<style>
a { background-color: #B8472F; }
a { background-color: rgb(184,71,47); }
div.DivClassName
{
background-color: #B8472F;
}
.BgClassName
{
background-color: #B8472F;
}
</style>
border-color css
<style>
span { border-color: #B8472F; }
span { border-color: rgb(184,71,47); }
td.TdClassName
{
border-color: #B8472F;
}
.TagClassName
{
border-color: #B8472F;
}
</style>