Shades of Grenadier #B8533D
Tints of Grenadier #B8533D
RGB
CMYK
RGB Variations
Color information
#B8533D (or 0xB8533D) is known color: Grenadier. HEX triplet: B8, 53 and 3D. RGB value is (184,83,61). Sum of RGB (Red+Green+Blue) = 184+83+61=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8533D is #47ACC2. Grayscale: #6E6E6E. Windows color (decimal): -4697283 or 4019128. OLE color: 4019128.
HSL color Cylindrical-coordinate representation of color #B8533D: hue angle of 10.73º 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 #B8533D is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 61 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.28 |
| HSL | 10.73º | 0.5% | 0.48% | - |
| HSV(B) | 10.73º | 0.67% | 0.72% | - |
| XYZ | 23.7 | 16.71 | 6.39 | - |
| YUV | 110.69 | 99.96 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 61 | 0 | 0.55 | 0.67 | 0.28 | 10.73 | 0.5 | 0.48 |
| Hex | B8 | 53 | 3D | 0 | 37 | 43 | 1C | B | 32 | 30 |
| Octal | 270 | 123 | 75 | 0 | 67 | 103 | 34 | 13 | 62 | 60 |
| Binary | 10111000 | 1010011 | 111101 | 0 | 110111 | 1000011 | 11100 | 1011 | 110010 | 110000 |
Color Harmonies of #B8533D
Complementary color
Monochromatic Colors of #B8533D
Black with #B8533D
Text Example
Text Example
White with #B8533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8533D; }
p { color: rgb(184,83,61); }
H1.HeaderClassName
{
color: #B8533D;
}
.AnyTagClassName
{
color: #B8533D;
}
</style>
background-color css
<style>
a { background-color: #B8533D; }
a { background-color: rgb(184,83,61); }
div.DivClassName
{
background-color: #B8533D;
}
.BgClassName
{
background-color: #B8533D;
}
</style>
border-color css
<style>
span { border-color: #B8533D; }
span { border-color: rgb(184,83,61); }
td.TdClassName
{
border-color: #B8533D;
}
.TagClassName
{
border-color: #B8533D;
}
</style>