Shades of Grenadier #B85237
Tints of Grenadier #B85237
RGB
CMYK
RGB Variations
Color information
#B85237 (or 0xB85237) is known color: Grenadier. HEX triplet: B8, 52 and 37. RGB value is (184,82,55). Sum of RGB (Red+Green+Blue) = 184+82+55=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B85237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85237 is #47ADC8. Grayscale: #6D6D6D. Windows color (decimal): -4697545 or 3625656. OLE color: 3625656.
HSL color Cylindrical-coordinate representation of color #B85237: hue angle of 12.56º 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 #B85237 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 55 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.28 |
| HSL | 12.56º | 0.54% | 0.47% | - |
| HSV(B) | 12.56º | 0.7% | 0.72% | - |
| XYZ | 23.47 | 16.5 | 5.56 | - |
| YUV | 109.42 | 97.29 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 55 | 0 | 0.55 | 0.70 | 0.28 | 12.56 | 0.54 | 0.47 |
| Hex | B8 | 52 | 37 | 0 | 37 | 46 | 1C | D | 36 | 2F |
| Octal | 270 | 122 | 67 | 0 | 67 | 106 | 34 | 15 | 66 | 57 |
| Binary | 10111000 | 1010010 | 110111 | 0 | 110111 | 1000110 | 11100 | 1101 | 110110 | 101111 |
Color Harmonies of #B85237
Complementary color
Monochromatic Colors of #B85237
Black with #B85237
Text Example
Text Example
White with #B85237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85237; }
p { color: rgb(184,82,55); }
H1.HeaderClassName
{
color: #B85237;
}
.AnyTagClassName
{
color: #B85237;
}
</style>
background-color css
<style>
a { background-color: #B85237; }
a { background-color: rgb(184,82,55); }
div.DivClassName
{
background-color: #B85237;
}
.BgClassName
{
background-color: #B85237;
}
</style>
border-color css
<style>
span { border-color: #B85237; }
span { border-color: rgb(184,82,55); }
td.TdClassName
{
border-color: #B85237;
}
.TagClassName
{
border-color: #B85237;
}
</style>