Shades of Grenadier #BB4327
Tints of Grenadier #BB4327
RGB
CMYK
RGB Variations
Color information
#BB4327 (or 0xBB4327) is known color: Grenadier. HEX triplet: BB, 43 and 27. RGB value is (187,67,39). Sum of RGB (Red+Green+Blue) = 187+67+39=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4327 is #44BCD8. Grayscale: #636363. Windows color (decimal): -4504793 or 2573243. OLE color: 2573243.
HSL color Cylindrical-coordinate representation of color #BB4327: hue angle of 11.35º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB4327 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 39 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.27 |
| HSL | 11.35º | 0.65% | 0.44% | - |
| HSV(B) | 11.35º | 0.79% | 0.73% | - |
| XYZ | 22.87 | 14.73 | 3.56 | - |
| YUV | 99.69 | 93.76 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 39 | 0 | 0.64 | 0.79 | 0.27 | 11.35 | 0.65 | 0.44 |
| Hex | BB | 43 | 27 | 0 | 40 | 4F | 1B | B | 41 | 2C |
| Octal | 273 | 103 | 47 | 0 | 100 | 117 | 33 | 13 | 101 | 54 |
| Binary | 10111011 | 1000011 | 100111 | 0 | 1000000 | 1001111 | 11011 | 1011 | 1000001 | 101100 |
Color Harmonies of #BB4327
Complementary color
Monochromatic Colors of #BB4327
Black with #BB4327
Text Example
Text Example
White with #BB4327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4327; }
p { color: rgb(187,67,39); }
H1.HeaderClassName
{
color: #BB4327;
}
.AnyTagClassName
{
color: #BB4327;
}
</style>
background-color css
<style>
a { background-color: #BB4327; }
a { background-color: rgb(187,67,39); }
div.DivClassName
{
background-color: #BB4327;
}
.BgClassName
{
background-color: #BB4327;
}
</style>
border-color css
<style>
span { border-color: #BB4327; }
span { border-color: rgb(187,67,39); }
td.TdClassName
{
border-color: #BB4327;
}
.TagClassName
{
border-color: #BB4327;
}
</style>