Shades of Grenadier #BB482B
Tints of Grenadier #BB482B
RGB
CMYK
RGB Variations
Color information
#BB482B (or 0xBB482B) is known color: Grenadier. HEX triplet: BB, 48 and 2B. RGB value is (187,72,43). Sum of RGB (Red+Green+Blue) = 187+72+43=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB482B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB482B is #44B7D4. Grayscale: #676767. Windows color (decimal): -4503509 or 2836667. OLE color: 2836667.
HSL color Cylindrical-coordinate representation of color #BB482B: hue angle of 12.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB482B is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 43 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.27 |
| HSL | 12.08º | 0.63% | 0.45% | - |
| HSV(B) | 12.08º | 0.77% | 0.73% | - |
| XYZ | 23.25 | 15.37 | 4.03 | - |
| YUV | 103.08 | 94.1 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 43 | 0 | 0.61 | 0.77 | 0.27 | 12.08 | 0.63 | 0.45 |
| Hex | BB | 48 | 2B | 0 | 3D | 4D | 1B | C | 3F | 2D |
| Octal | 273 | 110 | 53 | 0 | 75 | 115 | 33 | 14 | 77 | 55 |
| Binary | 10111011 | 1001000 | 101011 | 0 | 111101 | 1001101 | 11011 | 1100 | 111111 | 101101 |
Color Harmonies of #BB482B
Complementary color
Monochromatic Colors of #BB482B
Black with #BB482B
Text Example
Text Example
White with #BB482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB482B; }
p { color: rgb(187,72,43); }
H1.HeaderClassName
{
color: #BB482B;
}
.AnyTagClassName
{
color: #BB482B;
}
</style>
background-color css
<style>
a { background-color: #BB482B; }
a { background-color: rgb(187,72,43); }
div.DivClassName
{
background-color: #BB482B;
}
.BgClassName
{
background-color: #BB482B;
}
</style>
border-color css
<style>
span { border-color: #BB482B; }
span { border-color: rgb(187,72,43); }
td.TdClassName
{
border-color: #BB482B;
}
.TagClassName
{
border-color: #BB482B;
}
</style>