Shades of Grenadier #BB553D
Tints of Grenadier #BB553D
RGB
CMYK
RGB Variations
Color information
#BB553D (or 0xBB553D) is known color: Grenadier. HEX triplet: BB, 55 and 3D. RGB value is (187,85,61). Sum of RGB (Red+Green+Blue) = 187+85+61=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB553D is #44AAC2. Grayscale: #707070. Windows color (decimal): -4500163 or 4019643. OLE color: 4019643.
HSL color Cylindrical-coordinate representation of color #BB553D: hue angle of 11.43º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB553D is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 61 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.27 |
| HSL | 11.43º | 0.51% | 0.49% | - |
| HSV(B) | 11.43º | 0.67% | 0.73% | - |
| XYZ | 24.58 | 17.4 | 6.48 | - |
| YUV | 112.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 61 | 0 | 0.55 | 0.67 | 0.27 | 11.43 | 0.51 | 0.49 |
| Hex | BB | 55 | 3D | 0 | 37 | 43 | 1B | B | 33 | 31 |
| Octal | 273 | 125 | 75 | 0 | 67 | 103 | 33 | 13 | 63 | 61 |
| Binary | 10111011 | 1010101 | 111101 | 0 | 110111 | 1000011 | 11011 | 1011 | 110011 | 110001 |
Color Harmonies of #BB553D
Complementary color
Monochromatic Colors of #BB553D
Black with #BB553D
Text Example
Text Example
White with #BB553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB553D; }
p { color: rgb(187,85,61); }
H1.HeaderClassName
{
color: #BB553D;
}
.AnyTagClassName
{
color: #BB553D;
}
</style>
background-color css
<style>
a { background-color: #BB553D; }
a { background-color: rgb(187,85,61); }
div.DivClassName
{
background-color: #BB553D;
}
.BgClassName
{
background-color: #BB553D;
}
</style>
border-color css
<style>
span { border-color: #BB553D; }
span { border-color: rgb(187,85,61); }
td.TdClassName
{
border-color: #BB553D;
}
.TagClassName
{
border-color: #BB553D;
}
</style>