Shades of Grenadier #B6543C
Tints of Grenadier #B6543C
RGB
CMYK
RGB Variations
Color information
#B6543C (or 0xB6543C) is known color: Grenadier. HEX triplet: B6, 54 and 3C. RGB value is (182,84,60). Sum of RGB (Red+Green+Blue) = 182+84+60=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B6543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6543C is #49ABC3. Grayscale: #6E6E6E. Windows color (decimal): -4828100 or 3953846. OLE color: 3953846.
HSL color Cylindrical-coordinate representation of color #B6543C: hue angle of 11.8º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6543C is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 84 | 60 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.29 |
| HSL | 11.8º | 0.5% | 0.47% | - |
| HSV(B) | 11.8º | 0.67% | 0.71% | - |
| XYZ | 23.28 | 16.61 | 6.25 | - |
| YUV | 110.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 60 | 0 | 0.54 | 0.67 | 0.29 | 11.8 | 0.5 | 0.47 |
| Hex | B6 | 54 | 3C | 0 | 36 | 43 | 1D | C | 32 | 2F |
| Octal | 266 | 124 | 74 | 0 | 66 | 103 | 35 | 14 | 62 | 57 |
| Binary | 10110110 | 1010100 | 111100 | 0 | 110110 | 1000011 | 11101 | 1100 | 110010 | 101111 |
Color Harmonies of #B6543C
Complementary color
Monochromatic Colors of #B6543C
Black with #B6543C
Text Example
Text Example
White with #B6543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6543C; }
p { color: rgb(182,84,60); }
H1.HeaderClassName
{
color: #B6543C;
}
.AnyTagClassName
{
color: #B6543C;
}
</style>
background-color css
<style>
a { background-color: #B6543C; }
a { background-color: rgb(182,84,60); }
div.DivClassName
{
background-color: #B6543C;
}
.BgClassName
{
background-color: #B6543C;
}
</style>
border-color css
<style>
span { border-color: #B6543C; }
span { border-color: rgb(182,84,60); }
td.TdClassName
{
border-color: #B6543C;
}
.TagClassName
{
border-color: #B6543C;
}
</style>