Shades of Grenadier #B8563B
Tints of Grenadier #B8563B
RGB
CMYK
RGB Variations
Color information
#B8563B (or 0xB8563B) is known color: Grenadier. HEX triplet: B8, 56 and 3B. RGB value is (184,86,59). Sum of RGB (Red+Green+Blue) = 184+86+59=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B8563B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8563B is #47A9C4. Grayscale: #707070. Windows color (decimal): -4696517 or 3888824. OLE color: 3888824.
HSL color Cylindrical-coordinate representation of color #B8563B: hue angle of 12.96º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8563B is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 59 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.28 |
| HSL | 12.96º | 0.51% | 0.48% | - |
| HSV(B) | 12.96º | 0.68% | 0.72% | - |
| XYZ | 23.88 | 17.16 | 6.19 | - |
| YUV | 112.22 | 97.97 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 59 | 0 | 0.53 | 0.68 | 0.28 | 12.96 | 0.51 | 0.48 |
| Hex | B8 | 56 | 3B | 0 | 35 | 44 | 1C | D | 33 | 30 |
| Octal | 270 | 126 | 73 | 0 | 65 | 104 | 34 | 15 | 63 | 60 |
| Binary | 10111000 | 1010110 | 111011 | 0 | 110101 | 1000100 | 11100 | 1101 | 110011 | 110000 |
Color Harmonies of #B8563B
Complementary color
Monochromatic Colors of #B8563B
Black with #B8563B
Text Example
Text Example
White with #B8563B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8563B; }
p { color: rgb(184,86,59); }
H1.HeaderClassName
{
color: #B8563B;
}
.AnyTagClassName
{
color: #B8563B;
}
</style>
background-color css
<style>
a { background-color: #B8563B; }
a { background-color: rgb(184,86,59); }
div.DivClassName
{
background-color: #B8563B;
}
.BgClassName
{
background-color: #B8563B;
}
</style>
border-color css
<style>
span { border-color: #B8563B; }
span { border-color: rgb(184,86,59); }
td.TdClassName
{
border-color: #B8563B;
}
.TagClassName
{
border-color: #B8563B;
}
</style>