Shades of Grenadier #BB4A31
Tints of Grenadier #BB4A31
RGB
CMYK
RGB Variations
Color information
#BB4A31 (or 0xBB4A31) is known color: Grenadier. HEX triplet: BB, 4A and 31. RGB value is (187,74,49). Sum of RGB (Red+Green+Blue) = 187+74+49=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4A31 is #44B5CE. Grayscale: #696969. Windows color (decimal): -4502991 or 3230395. OLE color: 3230395.
HSL color Cylindrical-coordinate representation of color #BB4A31: hue angle of 10.87º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB4A31 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 49 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.27 |
| HSL | 10.87º | 0.58% | 0.46% | - |
| HSV(B) | 10.87º | 0.74% | 0.73% | - |
| XYZ | 23.5 | 15.68 | 4.69 | - |
| YUV | 104.94 | 96.44 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 49 | 0 | 0.60 | 0.74 | 0.27 | 10.87 | 0.58 | 0.46 |
| Hex | BB | 4A | 31 | 0 | 3C | 4A | 1B | B | 3A | 2E |
| Octal | 273 | 112 | 61 | 0 | 74 | 112 | 33 | 13 | 72 | 56 |
| Binary | 10111011 | 1001010 | 110001 | 0 | 111100 | 1001010 | 11011 | 1011 | 111010 | 101110 |
Color Harmonies of #BB4A31
Complementary color
Monochromatic Colors of #BB4A31
Black with #BB4A31
Text Example
Text Example
White with #BB4A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4A31; }
p { color: rgb(187,74,49); }
H1.HeaderClassName
{
color: #BB4A31;
}
.AnyTagClassName
{
color: #BB4A31;
}
</style>
background-color css
<style>
a { background-color: #BB4A31; }
a { background-color: rgb(187,74,49); }
div.DivClassName
{
background-color: #BB4A31;
}
.BgClassName
{
background-color: #BB4A31;
}
</style>
border-color css
<style>
span { border-color: #BB4A31; }
span { border-color: rgb(187,74,49); }
td.TdClassName
{
border-color: #BB4A31;
}
.TagClassName
{
border-color: #BB4A31;
}
</style>