Shades of Grenadier #B95136
Tints of Grenadier #B95136
RGB
CMYK
RGB Variations
Color information
#B95136 (or 0xB95136) is known color: Grenadier. HEX triplet: B9, 51 and 36. RGB value is (185,81,54). Sum of RGB (Red+Green+Blue) = 185+81+54=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B95136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95136 is #46AEC9. Grayscale: #6D6D6D. Windows color (decimal): -4632266 or 3559865. OLE color: 3559865.
HSL color Cylindrical-coordinate representation of color #B95136: hue angle of 12.37º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B95136 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 54 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.27 |
| HSL | 12.37º | 0.55% | 0.47% | - |
| HSV(B) | 12.37º | 0.71% | 0.73% | - |
| XYZ | 23.62 | 16.47 | 5.42 | - |
| YUV | 109.02 | 96.96 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 54 | 0 | 0.56 | 0.71 | 0.27 | 12.37 | 0.55 | 0.47 |
| Hex | B9 | 51 | 36 | 0 | 38 | 47 | 1B | C | 37 | 2F |
| Octal | 271 | 121 | 66 | 0 | 70 | 107 | 33 | 14 | 67 | 57 |
| Binary | 10111001 | 1010001 | 110110 | 0 | 111000 | 1000111 | 11011 | 1100 | 110111 | 101111 |
Color Harmonies of #B95136
Complementary color
Monochromatic Colors of #B95136
Black with #B95136
Text Example
Text Example
White with #B95136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95136; }
p { color: rgb(185,81,54); }
H1.HeaderClassName
{
color: #B95136;
}
.AnyTagClassName
{
color: #B95136;
}
</style>
background-color css
<style>
a { background-color: #B95136; }
a { background-color: rgb(185,81,54); }
div.DivClassName
{
background-color: #B95136;
}
.BgClassName
{
background-color: #B95136;
}
</style>
border-color css
<style>
span { border-color: #B95136; }
span { border-color: rgb(185,81,54); }
td.TdClassName
{
border-color: #B95136;
}
.TagClassName
{
border-color: #B95136;
}
</style>