Shades of Grenadier #B85135
Tints of Grenadier #B85135
RGB
CMYK
RGB Variations
Color information
#B85135 (or 0xB85135) is known color: Grenadier. HEX triplet: B8, 51 and 35. RGB value is (184,81,53). Sum of RGB (Red+Green+Blue) = 184+81+53=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B85135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85135 is #47AECA. Grayscale: #6C6C6C. Windows color (decimal): -4697803 or 3494328. OLE color: 3494328.
HSL color Cylindrical-coordinate representation of color #B85135: hue angle of 12.82º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B85135 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 53 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.28 |
| HSL | 12.82º | 0.55% | 0.46% | - |
| HSV(B) | 12.82º | 0.71% | 0.72% | - |
| XYZ | 23.35 | 16.33 | 5.29 | - |
| YUV | 108.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 53 | 0 | 0.56 | 0.71 | 0.28 | 12.82 | 0.55 | 0.46 |
| Hex | B8 | 51 | 35 | 0 | 38 | 47 | 1C | D | 37 | 2E |
| Octal | 270 | 121 | 65 | 0 | 70 | 107 | 34 | 15 | 67 | 56 |
| Binary | 10111000 | 1010001 | 110101 | 0 | 111000 | 1000111 | 11100 | 1101 | 110111 | 101110 |
Color Harmonies of #B85135
Complementary color
Monochromatic Colors of #B85135
Black with #B85135
Text Example
Text Example
White with #B85135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85135; }
p { color: rgb(184,81,53); }
H1.HeaderClassName
{
color: #B85135;
}
.AnyTagClassName
{
color: #B85135;
}
</style>
background-color css
<style>
a { background-color: #B85135; }
a { background-color: rgb(184,81,53); }
div.DivClassName
{
background-color: #B85135;
}
.BgClassName
{
background-color: #B85135;
}
</style>
border-color css
<style>
span { border-color: #B85135; }
span { border-color: rgb(184,81,53); }
td.TdClassName
{
border-color: #B85135;
}
.TagClassName
{
border-color: #B85135;
}
</style>