Shades of Grenadier #B94829
Tints of Grenadier #B94829
RGB
CMYK
RGB Variations
Color information
#B94829 (or 0xB94829) is known color: Grenadier. HEX triplet: B9, 48 and 29. RGB value is (185,72,41). Sum of RGB (Red+Green+Blue) = 185+72+41=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B94829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94829 is #46B7D6. Grayscale: #666666. Windows color (decimal): -4634583 or 2705593. OLE color: 2705593.
HSL color Cylindrical-coordinate representation of color #B94829: hue angle of 12.92º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B94829 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 41 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.27 |
| HSL | 12.92º | 0.64% | 0.44% | - |
| HSV(B) | 12.92º | 0.78% | 0.73% | - |
| XYZ | 22.73 | 15.11 | 3.82 | - |
| YUV | 102.25 | 93.44 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 41 | 0 | 0.61 | 0.78 | 0.27 | 12.92 | 0.64 | 0.44 |
| Hex | B9 | 48 | 29 | 0 | 3D | 4E | 1B | D | 40 | 2C |
| Octal | 271 | 110 | 51 | 0 | 75 | 116 | 33 | 15 | 100 | 54 |
| Binary | 10111001 | 1001000 | 101001 | 0 | 111101 | 1001110 | 11011 | 1101 | 1000000 | 101100 |
Color Harmonies of #B94829
Complementary color
Monochromatic Colors of #B94829
Black with #B94829
Text Example
Text Example
White with #B94829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94829; }
p { color: rgb(185,72,41); }
H1.HeaderClassName
{
color: #B94829;
}
.AnyTagClassName
{
color: #B94829;
}
</style>
background-color css
<style>
a { background-color: #B94829; }
a { background-color: rgb(185,72,41); }
div.DivClassName
{
background-color: #B94829;
}
.BgClassName
{
background-color: #B94829;
}
</style>
border-color css
<style>
span { border-color: #B94829; }
span { border-color: rgb(185,72,41); }
td.TdClassName
{
border-color: #B94829;
}
.TagClassName
{
border-color: #B94829;
}
</style>