Shades of Grenadier #B94C2E
Tints of Grenadier #B94C2E
RGB
CMYK
RGB Variations
Color information
#B94C2E (or 0xB94C2E) is known color: Grenadier. HEX triplet: B9, 4C and 2E. RGB value is (185,76,46). Sum of RGB (Red+Green+Blue) = 185+76+46=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94C2E is #46B3D1. Grayscale: #696969. Windows color (decimal): -4633554 or 3034297. OLE color: 3034297.
HSL color Cylindrical-coordinate representation of color #B94C2E: hue angle of 12.95º degrees, saturation: 0.6, 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 #B94C2E is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 76 | 46 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.27 |
| HSL | 12.95º | 0.6% | 0.45% | - |
| HSV(B) | 12.95º | 0.75% | 0.73% | - |
| XYZ | 23.09 | 15.68 | 4.39 | - |
| YUV | 105.17 | 94.61 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 46 | 0 | 0.59 | 0.75 | 0.27 | 12.95 | 0.6 | 0.45 |
| Hex | B9 | 4C | 2E | 0 | 3B | 4B | 1B | D | 3C | 2D |
| Octal | 271 | 114 | 56 | 0 | 73 | 113 | 33 | 15 | 74 | 55 |
| Binary | 10111001 | 1001100 | 101110 | 0 | 111011 | 1001011 | 11011 | 1101 | 111100 | 101101 |
Color Harmonies of #B94C2E
Complementary color
Monochromatic Colors of #B94C2E
Black with #B94C2E
Text Example
Text Example
White with #B94C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94C2E; }
p { color: rgb(185,76,46); }
H1.HeaderClassName
{
color: #B94C2E;
}
.AnyTagClassName
{
color: #B94C2E;
}
</style>
background-color css
<style>
a { background-color: #B94C2E; }
a { background-color: rgb(185,76,46); }
div.DivClassName
{
background-color: #B94C2E;
}
.BgClassName
{
background-color: #B94C2E;
}
</style>
border-color css
<style>
span { border-color: #B94C2E; }
span { border-color: rgb(185,76,46); }
td.TdClassName
{
border-color: #B94C2E;
}
.TagClassName
{
border-color: #B94C2E;
}
</style>