Shades of Grenadier #B94C31
Tints of Grenadier #B94C31
RGB
CMYK
RGB Variations
Color information
#B94C31 (or 0xB94C31) is known color: Grenadier. HEX triplet: B9, 4C and 31. RGB value is (185,76,49). Sum of RGB (Red+Green+Blue) = 185+76+49=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94C31 is #46B3CE. Grayscale: #696969. Windows color (decimal): -4633551 or 3230905. OLE color: 3230905.
HSL color Cylindrical-coordinate representation of color #B94C31: hue angle of 11.91º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B94C31 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 76 | 49 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.27 |
| HSL | 11.91º | 0.58% | 0.46% | - |
| HSV(B) | 11.91º | 0.74% | 0.73% | - |
| XYZ | 23.15 | 15.7 | 4.72 | - |
| YUV | 105.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 49 | 0 | 0.59 | 0.74 | 0.27 | 11.91 | 0.58 | 0.46 |
| Hex | B9 | 4C | 31 | 0 | 3B | 4A | 1B | C | 3A | 2E |
| Octal | 271 | 114 | 61 | 0 | 73 | 112 | 33 | 14 | 72 | 56 |
| Binary | 10111001 | 1001100 | 110001 | 0 | 111011 | 1001010 | 11011 | 1100 | 111010 | 101110 |
Color Harmonies of #B94C31
Complementary color
Monochromatic Colors of #B94C31
Black with #B94C31
Text Example
Text Example
White with #B94C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94C31; }
p { color: rgb(185,76,49); }
H1.HeaderClassName
{
color: #B94C31;
}
.AnyTagClassName
{
color: #B94C31;
}
</style>
background-color css
<style>
a { background-color: #B94C31; }
a { background-color: rgb(185,76,49); }
div.DivClassName
{
background-color: #B94C31;
}
.BgClassName
{
background-color: #B94C31;
}
</style>
border-color css
<style>
span { border-color: #B94C31; }
span { border-color: rgb(185,76,49); }
td.TdClassName
{
border-color: #B94C31;
}
.TagClassName
{
border-color: #B94C31;
}
</style>