Shades of Grenadier #B8553D
Tints of Grenadier #B8553D
RGB
CMYK
RGB Variations
Color information
#B8553D (or 0xB8553D) is known color: Grenadier. HEX triplet: B8, 55 and 3D. RGB value is (184,85,61). Sum of RGB (Red+Green+Blue) = 184+85+61=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B8553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8553D is #47AAC2. Grayscale: #707070. Windows color (decimal): -4696771 or 4019640. OLE color: 4019640.
HSL color Cylindrical-coordinate representation of color #B8553D: hue angle of 11.71º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8553D is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 61 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.28 |
| HSL | 11.71º | 0.5% | 0.48% | - |
| HSV(B) | 11.71º | 0.67% | 0.72% | - |
| XYZ | 23.86 | 17.02 | 6.44 | - |
| YUV | 111.87 | 99.3 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 61 | 0 | 0.54 | 0.67 | 0.28 | 11.71 | 0.5 | 0.48 |
| Hex | B8 | 55 | 3D | 0 | 36 | 43 | 1C | C | 32 | 30 |
| Octal | 270 | 125 | 75 | 0 | 66 | 103 | 34 | 14 | 62 | 60 |
| Binary | 10111000 | 1010101 | 111101 | 0 | 110110 | 1000011 | 11100 | 1100 | 110010 | 110000 |
Color Harmonies of #B8553D
Complementary color
Monochromatic Colors of #B8553D
Black with #B8553D
Text Example
Text Example
White with #B8553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8553D; }
p { color: rgb(184,85,61); }
H1.HeaderClassName
{
color: #B8553D;
}
.AnyTagClassName
{
color: #B8553D;
}
</style>
background-color css
<style>
a { background-color: #B8553D; }
a { background-color: rgb(184,85,61); }
div.DivClassName
{
background-color: #B8553D;
}
.BgClassName
{
background-color: #B8553D;
}
</style>
border-color css
<style>
span { border-color: #B8553D; }
span { border-color: rgb(184,85,61); }
td.TdClassName
{
border-color: #B8553D;
}
.TagClassName
{
border-color: #B8553D;
}
</style>