Shades of Grenadier #BB553C
Tints of Grenadier #BB553C
RGB
CMYK
RGB Variations
Color information
#BB553C (or 0xBB553C) is known color: Grenadier. HEX triplet: BB, 55 and 3C. RGB value is (187,85,60). Sum of RGB (Red+Green+Blue) = 187+85+60=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB553C is #44AAC3. Grayscale: #707070. Windows color (decimal): -4500164 or 3954107. OLE color: 3954107.
HSL color Cylindrical-coordinate representation of color #BB553C: hue angle of 11.81º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB553C is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 60 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.27 |
| HSL | 11.81º | 0.51% | 0.48% | - |
| HSV(B) | 11.81º | 0.68% | 0.73% | - |
| XYZ | 24.56 | 17.39 | 6.34 | - |
| YUV | 112.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 60 | 0 | 0.55 | 0.68 | 0.27 | 11.81 | 0.51 | 0.48 |
| Hex | BB | 55 | 3C | 0 | 37 | 44 | 1B | C | 33 | 30 |
| Octal | 273 | 125 | 74 | 0 | 67 | 104 | 33 | 14 | 63 | 60 |
| Binary | 10111011 | 1010101 | 111100 | 0 | 110111 | 1000100 | 11011 | 1100 | 110011 | 110000 |
Color Harmonies of #BB553C
Complementary color
Monochromatic Colors of #BB553C
Black with #BB553C
Text Example
Text Example
White with #BB553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB553C; }
p { color: rgb(187,85,60); }
H1.HeaderClassName
{
color: #BB553C;
}
.AnyTagClassName
{
color: #BB553C;
}
</style>
background-color css
<style>
a { background-color: #BB553C; }
a { background-color: rgb(187,85,60); }
div.DivClassName
{
background-color: #BB553C;
}
.BgClassName
{
background-color: #BB553C;
}
</style>
border-color css
<style>
span { border-color: #BB553C; }
span { border-color: rgb(187,85,60); }
td.TdClassName
{
border-color: #BB553C;
}
.TagClassName
{
border-color: #BB553C;
}
</style>