Shades of Grenadier #B85037
Tints of Grenadier #B85037
RGB
CMYK
RGB Variations
Color information
#B85037 (or 0xB85037) is known color: Grenadier. HEX triplet: B8, 50 and 37. RGB value is (184,80,55). Sum of RGB (Red+Green+Blue) = 184+80+55=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B85037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85037 is #47AFC8. Grayscale: #6C6C6C. Windows color (decimal): -4698057 or 3625144. OLE color: 3625144.
HSL color Cylindrical-coordinate representation of color #B85037: hue angle of 11.63º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B85037 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 55 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.28 |
| HSL | 11.63º | 0.54% | 0.47% | - |
| HSV(B) | 11.63º | 0.7% | 0.72% | - |
| XYZ | 23.33 | 16.2 | 5.51 | - |
| YUV | 108.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 55 | 0 | 0.57 | 0.70 | 0.28 | 11.63 | 0.54 | 0.47 |
| Hex | B8 | 50 | 37 | 0 | 39 | 46 | 1C | C | 36 | 2F |
| Octal | 270 | 120 | 67 | 0 | 71 | 106 | 34 | 14 | 66 | 57 |
| Binary | 10111000 | 1010000 | 110111 | 0 | 111001 | 1000110 | 11100 | 1100 | 110110 | 101111 |
Color Harmonies of #B85037
Complementary color
Monochromatic Colors of #B85037
Black with #B85037
Text Example
Text Example
White with #B85037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85037; }
p { color: rgb(184,80,55); }
H1.HeaderClassName
{
color: #B85037;
}
.AnyTagClassName
{
color: #B85037;
}
</style>
background-color css
<style>
a { background-color: #B85037; }
a { background-color: rgb(184,80,55); }
div.DivClassName
{
background-color: #B85037;
}
.BgClassName
{
background-color: #B85037;
}
</style>
border-color css
<style>
span { border-color: #B85037; }
span { border-color: rgb(184,80,55); }
td.TdClassName
{
border-color: #B85037;
}
.TagClassName
{
border-color: #B85037;
}
</style>