Shades of Grenadier #BB472A
Tints of Grenadier #BB472A
RGB
CMYK
RGB Variations
Color information
#BB472A (or 0xBB472A) is known color: Grenadier. HEX triplet: BB, 47 and 2A. RGB value is (187,71,42). Sum of RGB (Red+Green+Blue) = 187+71+42=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB472A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB472A is #44B8D5. Grayscale: #666666. Windows color (decimal): -4503766 or 2770875. OLE color: 2770875.
HSL color Cylindrical-coordinate representation of color #BB472A: hue angle of 12º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB472A is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 42 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.27 |
| HSL | 12º | 0.63% | 0.45% | - |
| HSV(B) | 12º | 0.78% | 0.73% | - |
| XYZ | 23.16 | 15.24 | 3.91 | - |
| YUV | 102.38 | 93.93 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 42 | 0 | 0.62 | 0.78 | 0.27 | 12 | 0.63 | 0.45 |
| Hex | BB | 47 | 2A | 0 | 3E | 4E | 1B | C | 3F | 2D |
| Octal | 273 | 107 | 52 | 0 | 76 | 116 | 33 | 14 | 77 | 55 |
| Binary | 10111011 | 1000111 | 101010 | 0 | 111110 | 1001110 | 11011 | 1100 | 111111 | 101101 |
Color Harmonies of #BB472A
Complementary color
Monochromatic Colors of #BB472A
Black with #BB472A
Text Example
Text Example
White with #BB472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB472A; }
p { color: rgb(187,71,42); }
H1.HeaderClassName
{
color: #BB472A;
}
.AnyTagClassName
{
color: #BB472A;
}
</style>
background-color css
<style>
a { background-color: #BB472A; }
a { background-color: rgb(187,71,42); }
div.DivClassName
{
background-color: #BB472A;
}
.BgClassName
{
background-color: #BB472A;
}
</style>
border-color css
<style>
span { border-color: #BB472A; }
span { border-color: rgb(187,71,42); }
td.TdClassName
{
border-color: #BB472A;
}
.TagClassName
{
border-color: #BB472A;
}
</style>