Shades of Grenadier #BB4629
Tints of Grenadier #BB4629
RGB
CMYK
RGB Variations
Color information
#BB4629 (or 0xBB4629) is known color: Grenadier. HEX triplet: BB, 46 and 29. RGB value is (187,70,41). Sum of RGB (Red+Green+Blue) = 187+70+41=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4629 is #44B9D6. Grayscale: #656565. Windows color (decimal): -4504023 or 2705083. OLE color: 2705083.
HSL color Cylindrical-coordinate representation of color #BB4629: hue angle of 11.92º 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 #BB4629 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 41 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.27 |
| HSL | 11.92º | 0.64% | 0.45% | - |
| HSV(B) | 11.92º | 0.78% | 0.73% | - |
| XYZ | 23.08 | 15.11 | 3.8 | - |
| YUV | 101.68 | 93.76 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 41 | 0 | 0.63 | 0.78 | 0.27 | 11.92 | 0.64 | 0.45 |
| Hex | BB | 46 | 29 | 0 | 3F | 4E | 1B | C | 40 | 2D |
| Octal | 273 | 106 | 51 | 0 | 77 | 116 | 33 | 14 | 100 | 55 |
| Binary | 10111011 | 1000110 | 101001 | 0 | 111111 | 1001110 | 11011 | 1100 | 1000000 | 101101 |
Color Harmonies of #BB4629
Complementary color
Monochromatic Colors of #BB4629
Black with #BB4629
Text Example
Text Example
White with #BB4629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4629; }
p { color: rgb(187,70,41); }
H1.HeaderClassName
{
color: #BB4629;
}
.AnyTagClassName
{
color: #BB4629;
}
</style>
background-color css
<style>
a { background-color: #BB4629; }
a { background-color: rgb(187,70,41); }
div.DivClassName
{
background-color: #BB4629;
}
.BgClassName
{
background-color: #BB4629;
}
</style>
border-color css
<style>
span { border-color: #BB4629; }
span { border-color: rgb(187,70,41); }
td.TdClassName
{
border-color: #BB4629;
}
.TagClassName
{
border-color: #BB4629;
}
</style>