Shades of Grenadier #B85437
Tints of Grenadier #B85437
RGB
CMYK
RGB Variations
Color information
#B85437 (or 0xB85437) is known color: Grenadier. HEX triplet: B8, 54 and 37. RGB value is (184,84,55). Sum of RGB (Red+Green+Blue) = 184+84+55=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B85437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85437 is #47ABC8. Grayscale: #6E6E6E. Windows color (decimal): -4697033 or 3626168. OLE color: 3626168.
HSL color Cylindrical-coordinate representation of color #B85437: hue angle of 13.49º 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 #B85437 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 55 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.28 |
| HSL | 13.49º | 0.54% | 0.47% | - |
| HSV(B) | 13.49º | 0.7% | 0.72% | - |
| XYZ | 23.63 | 16.81 | 5.61 | - |
| YUV | 110.59 | 96.63 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 55 | 0 | 0.54 | 0.70 | 0.28 | 13.49 | 0.54 | 0.47 |
| Hex | B8 | 54 | 37 | 0 | 36 | 46 | 1C | D | 36 | 2F |
| Octal | 270 | 124 | 67 | 0 | 66 | 106 | 34 | 15 | 66 | 57 |
| Binary | 10111000 | 1010100 | 110111 | 0 | 110110 | 1000110 | 11100 | 1101 | 110110 | 101111 |
Color Harmonies of #B85437
Complementary color
Monochromatic Colors of #B85437
Black with #B85437
Text Example
Text Example
White with #B85437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85437; }
p { color: rgb(184,84,55); }
H1.HeaderClassName
{
color: #B85437;
}
.AnyTagClassName
{
color: #B85437;
}
</style>
background-color css
<style>
a { background-color: #B85437; }
a { background-color: rgb(184,84,55); }
div.DivClassName
{
background-color: #B85437;
}
.BgClassName
{
background-color: #B85437;
}
</style>
border-color css
<style>
span { border-color: #B85437; }
span { border-color: rgb(184,84,55); }
td.TdClassName
{
border-color: #B85437;
}
.TagClassName
{
border-color: #B85437;
}
</style>