Shades of Grenadier #BB4829
Tints of Grenadier #BB4829
RGB
CMYK
RGB Variations
Color information
#BB4829 (or 0xBB4829) is known color: Grenadier. HEX triplet: BB, 48 and 29. RGB value is (187,72,41). Sum of RGB (Red+Green+Blue) = 187+72+41=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4829 is #44B7D6. Grayscale: #676767. Windows color (decimal): -4503511 or 2705595. OLE color: 2705595.
HSL color Cylindrical-coordinate representation of color #BB4829: hue angle of 12.74º degrees, saturation: 0.64, 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 #BB4829 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 41 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.27 |
| HSL | 12.74º | 0.64% | 0.45% | - |
| HSV(B) | 12.74º | 0.78% | 0.73% | - |
| XYZ | 23.21 | 15.36 | 3.84 | - |
| YUV | 102.85 | 93.1 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 41 | 0 | 0.61 | 0.78 | 0.27 | 12.74 | 0.64 | 0.45 |
| Hex | BB | 48 | 29 | 0 | 3D | 4E | 1B | D | 40 | 2D |
| Octal | 273 | 110 | 51 | 0 | 75 | 116 | 33 | 15 | 100 | 55 |
| Binary | 10111011 | 1001000 | 101001 | 0 | 111101 | 1001110 | 11011 | 1101 | 1000000 | 101101 |
Color Harmonies of #BB4829
Complementary color
Monochromatic Colors of #BB4829
Black with #BB4829
Text Example
Text Example
White with #BB4829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4829; }
p { color: rgb(187,72,41); }
H1.HeaderClassName
{
color: #BB4829;
}
.AnyTagClassName
{
color: #BB4829;
}
</style>
background-color css
<style>
a { background-color: #BB4829; }
a { background-color: rgb(187,72,41); }
div.DivClassName
{
background-color: #BB4829;
}
.BgClassName
{
background-color: #BB4829;
}
</style>
border-color css
<style>
span { border-color: #BB4829; }
span { border-color: rgb(187,72,41); }
td.TdClassName
{
border-color: #BB4829;
}
.TagClassName
{
border-color: #BB4829;
}
</style>