Shades of Grenadier #B94528
Tints of Grenadier #B94528
RGB
CMYK
RGB Variations
Color information
#B94528 (or 0xB94528) is known color: Grenadier. HEX triplet: B9, 45 and 28. RGB value is (185,69,40). Sum of RGB (Red+Green+Blue) = 185+69+40=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B94528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94528 is #46BAD7. Grayscale: #646464. Windows color (decimal): -4635352 or 2639289. OLE color: 2639289.
HSL color Cylindrical-coordinate representation of color #B94528: hue angle of 12º 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 #B94528 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 40 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.27 |
| HSL | 12º | 0.64% | 0.44% | - |
| HSV(B) | 12º | 0.78% | 0.73% | - |
| XYZ | 22.52 | 14.72 | 3.66 | - |
| YUV | 100.38 | 93.93 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 40 | 0 | 0.63 | 0.78 | 0.27 | 12 | 0.64 | 0.44 |
| Hex | B9 | 45 | 28 | 0 | 3F | 4E | 1B | C | 40 | 2C |
| Octal | 271 | 105 | 50 | 0 | 77 | 116 | 33 | 14 | 100 | 54 |
| Binary | 10111001 | 1000101 | 101000 | 0 | 111111 | 1001110 | 11011 | 1100 | 1000000 | 101100 |
Color Harmonies of #B94528
Complementary color
Monochromatic Colors of #B94528
Black with #B94528
Text Example
Text Example
White with #B94528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94528; }
p { color: rgb(185,69,40); }
H1.HeaderClassName
{
color: #B94528;
}
.AnyTagClassName
{
color: #B94528;
}
</style>
background-color css
<style>
a { background-color: #B94528; }
a { background-color: rgb(185,69,40); }
div.DivClassName
{
background-color: #B94528;
}
.BgClassName
{
background-color: #B94528;
}
</style>
border-color css
<style>
span { border-color: #B94528; }
span { border-color: rgb(185,69,40); }
td.TdClassName
{
border-color: #B94528;
}
.TagClassName
{
border-color: #B94528;
}
</style>