Shades of Grenadier #B9472F
Tints of Grenadier #B9472F
RGB
CMYK
RGB Variations
Color information
#B9472F (or 0xB9472F) is known color: Grenadier. HEX triplet: B9, 47 and 2F. RGB value is (185,71,47). Sum of RGB (Red+Green+Blue) = 185+71+47=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B9472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9472F is #46B8D0. Grayscale: #666666. Windows color (decimal): -4634833 or 3098553. OLE color: 3098553.
HSL color Cylindrical-coordinate representation of color #B9472F: hue angle of 10.43º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9472F is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 47 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.27 |
| HSL | 10.43º | 0.59% | 0.45% | - |
| HSV(B) | 10.43º | 0.75% | 0.73% | - |
| XYZ | 22.77 | 15.03 | 4.39 | - |
| YUV | 102.35 | 96.77 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 47 | 0 | 0.62 | 0.75 | 0.27 | 10.43 | 0.59 | 0.45 |
| Hex | B9 | 47 | 2F | 0 | 3E | 4B | 1B | A | 3B | 2D |
| Octal | 271 | 107 | 57 | 0 | 76 | 113 | 33 | 12 | 73 | 55 |
| Binary | 10111001 | 1000111 | 101111 | 0 | 111110 | 1001011 | 11011 | 1010 | 111011 | 101101 |
Color Harmonies of #B9472F
Complementary color
Monochromatic Colors of #B9472F
Black with #B9472F
Text Example
Text Example
White with #B9472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9472F; }
p { color: rgb(185,71,47); }
H1.HeaderClassName
{
color: #B9472F;
}
.AnyTagClassName
{
color: #B9472F;
}
</style>
background-color css
<style>
a { background-color: #B9472F; }
a { background-color: rgb(185,71,47); }
div.DivClassName
{
background-color: #B9472F;
}
.BgClassName
{
background-color: #B9472F;
}
</style>
border-color css
<style>
span { border-color: #B9472F; }
span { border-color: rgb(185,71,47); }
td.TdClassName
{
border-color: #B9472F;
}
.TagClassName
{
border-color: #B9472F;
}
</style>