Shades of Grenadier #BB482C
Tints of Grenadier #BB482C
RGB
CMYK
RGB Variations
Color information
#BB482C (or 0xBB482C) is known color: Grenadier. HEX triplet: BB, 48 and 2C. RGB value is (187,72,44). Sum of RGB (Red+Green+Blue) = 187+72+44=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB482C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB482C is #44B7D3. Grayscale: #676767. Windows color (decimal): -4503508 or 2902203. OLE color: 2902203.
HSL color Cylindrical-coordinate representation of color #BB482C: hue angle of 11.75º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB482C is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 44 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.27 |
| HSL | 11.75º | 0.62% | 0.45% | - |
| HSV(B) | 11.75º | 0.76% | 0.73% | - |
| XYZ | 23.27 | 15.38 | 4.13 | - |
| YUV | 103.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 44 | 0 | 0.61 | 0.76 | 0.27 | 11.75 | 0.62 | 0.45 |
| Hex | BB | 48 | 2C | 0 | 3D | 4C | 1B | C | 3E | 2D |
| Octal | 273 | 110 | 54 | 0 | 75 | 114 | 33 | 14 | 76 | 55 |
| Binary | 10111011 | 1001000 | 101100 | 0 | 111101 | 1001100 | 11011 | 1100 | 111110 | 101101 |
Color Harmonies of #BB482C
Complementary color
Monochromatic Colors of #BB482C
Black with #BB482C
Text Example
Text Example
White with #BB482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB482C; }
p { color: rgb(187,72,44); }
H1.HeaderClassName
{
color: #BB482C;
}
.AnyTagClassName
{
color: #BB482C;
}
</style>
background-color css
<style>
a { background-color: #BB482C; }
a { background-color: rgb(187,72,44); }
div.DivClassName
{
background-color: #BB482C;
}
.BgClassName
{
background-color: #BB482C;
}
</style>
border-color css
<style>
span { border-color: #BB482C; }
span { border-color: rgb(187,72,44); }
td.TdClassName
{
border-color: #BB482C;
}
.TagClassName
{
border-color: #BB482C;
}
</style>