Shades of Grenadier #BB4832
Tints of Grenadier #BB4832
RGB
CMYK
RGB Variations
Color information
#BB4832 (or 0xBB4832) is known color: Grenadier. HEX triplet: BB, 48 and 32. RGB value is (187,72,50). Sum of RGB (Red+Green+Blue) = 187+72+50=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4832 is #44B7CD. Grayscale: #686868. Windows color (decimal): -4503502 or 3295419. OLE color: 3295419.
HSL color Cylindrical-coordinate representation of color #BB4832: hue angle of 9.64º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB4832 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 50 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.27 |
| HSL | 9.64º | 0.58% | 0.46% | - |
| HSV(B) | 9.64º | 0.73% | 0.73% | - |
| XYZ | 23.39 | 15.43 | 4.76 | - |
| YUV | 103.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 50 | 0 | 0.61 | 0.73 | 0.27 | 9.64 | 0.58 | 0.46 |
| Hex | BB | 48 | 32 | 0 | 3D | 49 | 1B | A | 3A | 2E |
| Octal | 273 | 110 | 62 | 0 | 75 | 111 | 33 | 12 | 72 | 56 |
| Binary | 10111011 | 1001000 | 110010 | 0 | 111101 | 1001001 | 11011 | 1010 | 111010 | 101110 |
Color Harmonies of #BB4832
Complementary color
Monochromatic Colors of #BB4832
Black with #BB4832
Text Example
Text Example
White with #BB4832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4832; }
p { color: rgb(187,72,50); }
H1.HeaderClassName
{
color: #BB4832;
}
.AnyTagClassName
{
color: #BB4832;
}
</style>
background-color css
<style>
a { background-color: #BB4832; }
a { background-color: rgb(187,72,50); }
div.DivClassName
{
background-color: #BB4832;
}
.BgClassName
{
background-color: #BB4832;
}
</style>
border-color css
<style>
span { border-color: #BB4832; }
span { border-color: rgb(187,72,50); }
td.TdClassName
{
border-color: #BB4832;
}
.TagClassName
{
border-color: #BB4832;
}
</style>