Shades of Grenadier #BB4A2F
Tints of Grenadier #BB4A2F
RGB
CMYK
RGB Variations
Color information
#BB4A2F (or 0xBB4A2F) is known color: Grenadier. HEX triplet: BB, 4A and 2F. RGB value is (187,74,47). Sum of RGB (Red+Green+Blue) = 187+74+47=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4A2F is #44B5D0. Grayscale: #686868. Windows color (decimal): -4502993 or 3099323. OLE color: 3099323.
HSL color Cylindrical-coordinate representation of color #BB4A2F: hue angle of 11.57º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB4A2F is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 47 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.27 |
| HSL | 11.57º | 0.6% | 0.46% | - |
| HSV(B) | 11.57º | 0.75% | 0.73% | - |
| XYZ | 23.46 | 15.67 | 4.48 | - |
| YUV | 104.71 | 95.44 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 47 | 0 | 0.60 | 0.75 | 0.27 | 11.57 | 0.6 | 0.46 |
| Hex | BB | 4A | 2F | 0 | 3C | 4B | 1B | C | 3C | 2E |
| Octal | 273 | 112 | 57 | 0 | 74 | 113 | 33 | 14 | 74 | 56 |
| Binary | 10111011 | 1001010 | 101111 | 0 | 111100 | 1001011 | 11011 | 1100 | 111100 | 101110 |
Color Harmonies of #BB4A2F
Complementary color
Monochromatic Colors of #BB4A2F
Black with #BB4A2F
Text Example
Text Example
White with #BB4A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4A2F; }
p { color: rgb(187,74,47); }
H1.HeaderClassName
{
color: #BB4A2F;
}
.AnyTagClassName
{
color: #BB4A2F;
}
</style>
background-color css
<style>
a { background-color: #BB4A2F; }
a { background-color: rgb(187,74,47); }
div.DivClassName
{
background-color: #BB4A2F;
}
.BgClassName
{
background-color: #BB4A2F;
}
</style>
border-color css
<style>
span { border-color: #BB4A2F; }
span { border-color: rgb(187,74,47); }
td.TdClassName
{
border-color: #BB4A2F;
}
.TagClassName
{
border-color: #BB4A2F;
}
</style>