Shades of Grenadier #B6553B
Tints of Grenadier #B6553B
RGB
CMYK
RGB Variations
Color information
#B6553B (or 0xB6553B) is known color: Grenadier. HEX triplet: B6, 55 and 3B. RGB value is (182,85,59). Sum of RGB (Red+Green+Blue) = 182+85+59=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B6553B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6553B is #49AAC4. Grayscale: #6F6F6F. Windows color (decimal): -4827845 or 3888566. OLE color: 3888566.
HSL color Cylindrical-coordinate representation of color #B6553B: hue angle of 12.68º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6553B is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 59 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.29 |
| HSL | 12.68º | 0.51% | 0.47% | - |
| HSV(B) | 12.68º | 0.68% | 0.71% | - |
| XYZ | 23.33 | 16.76 | 6.14 | - |
| YUV | 111.04 | 98.64 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 59 | 0 | 0.53 | 0.68 | 0.29 | 12.68 | 0.51 | 0.47 |
| Hex | B6 | 55 | 3B | 0 | 35 | 44 | 1D | D | 33 | 2F |
| Octal | 266 | 125 | 73 | 0 | 65 | 104 | 35 | 15 | 63 | 57 |
| Binary | 10110110 | 1010101 | 111011 | 0 | 110101 | 1000100 | 11101 | 1101 | 110011 | 101111 |
Color Harmonies of #B6553B
Complementary color
Monochromatic Colors of #B6553B
Black with #B6553B
Text Example
Text Example
White with #B6553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6553B; }
p { color: rgb(182,85,59); }
H1.HeaderClassName
{
color: #B6553B;
}
.AnyTagClassName
{
color: #B6553B;
}
</style>
background-color css
<style>
a { background-color: #B6553B; }
a { background-color: rgb(182,85,59); }
div.DivClassName
{
background-color: #B6553B;
}
.BgClassName
{
background-color: #B6553B;
}
</style>
border-color css
<style>
span { border-color: #B6553B; }
span { border-color: rgb(182,85,59); }
td.TdClassName
{
border-color: #B6553B;
}
.TagClassName
{
border-color: #B6553B;
}
</style>