Shades of Grenadier #BB473C
Tints of Grenadier #BB473C
RGB
CMYK
RGB Variations
Color information
#BB473C (or 0xBB473C) is known color: Grenadier. HEX triplet: BB, 47 and 3C. RGB value is (187,71,60). Sum of RGB (Red+Green+Blue) = 187+71+60=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB473C is #44B8C3. Grayscale: #686868. Windows color (decimal): -4503748 or 3950523. OLE color: 3950523.
HSL color Cylindrical-coordinate representation of color #BB473C: hue angle of 5.2º 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 #BB473C is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 60 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.27 |
| HSL | 5.2º | 0.51% | 0.48% | - |
| HSV(B) | 5.2º | 0.68% | 0.73% | - |
| XYZ | 23.56 | 15.4 | 6.01 | - |
| YUV | 104.43 | 102.93 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 60 | 0 | 0.62 | 0.68 | 0.27 | 5.2 | 0.51 | 0.48 |
| Hex | BB | 47 | 3C | 0 | 3E | 44 | 1B | 5 | 33 | 30 |
| Octal | 273 | 107 | 74 | 0 | 76 | 104 | 33 | 5 | 63 | 60 |
| Binary | 10111011 | 1000111 | 111100 | 0 | 111110 | 1000100 | 11011 | 101 | 110011 | 110000 |
Color Harmonies of #BB473C
Complementary color
Monochromatic Colors of #BB473C
Black with #BB473C
Text Example
Text Example
White with #BB473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB473C; }
p { color: rgb(187,71,60); }
H1.HeaderClassName
{
color: #BB473C;
}
.AnyTagClassName
{
color: #BB473C;
}
</style>
background-color css
<style>
a { background-color: #BB473C; }
a { background-color: rgb(187,71,60); }
div.DivClassName
{
background-color: #BB473C;
}
.BgClassName
{
background-color: #BB473C;
}
</style>
border-color css
<style>
span { border-color: #BB473C; }
span { border-color: rgb(187,71,60); }
td.TdClassName
{
border-color: #BB473C;
}
.TagClassName
{
border-color: #BB473C;
}
</style>