Shades of Grenadier #BB4A34
Tints of Grenadier #BB4A34
RGB
CMYK
RGB Variations
Color information
#BB4A34 (or 0xBB4A34) is known color: Grenadier. HEX triplet: BB, 4A and 34. RGB value is (187,74,52). Sum of RGB (Red+Green+Blue) = 187+74+52=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4A34 is #44B5CB. Grayscale: #696969. Windows color (decimal): -4502988 or 3427003. OLE color: 3427003.
HSL color Cylindrical-coordinate representation of color #BB4A34: hue angle of 9.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB4A34 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 52 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.27 |
| HSL | 9.78º | 0.56% | 0.47% | - |
| HSV(B) | 9.78º | 0.72% | 0.73% | - |
| XYZ | 23.56 | 15.71 | 5.04 | - |
| YUV | 105.28 | 97.94 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 52 | 0 | 0.60 | 0.72 | 0.27 | 9.78 | 0.56 | 0.47 |
| Hex | BB | 4A | 34 | 0 | 3C | 48 | 1B | A | 38 | 2F |
| Octal | 273 | 112 | 64 | 0 | 74 | 110 | 33 | 12 | 70 | 57 |
| Binary | 10111011 | 1001010 | 110100 | 0 | 111100 | 1001000 | 11011 | 1010 | 111000 | 101111 |
Color Harmonies of #BB4A34
Complementary color
Monochromatic Colors of #BB4A34
Black with #BB4A34
Text Example
Text Example
White with #BB4A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4A34; }
p { color: rgb(187,74,52); }
H1.HeaderClassName
{
color: #BB4A34;
}
.AnyTagClassName
{
color: #BB4A34;
}
</style>
background-color css
<style>
a { background-color: #BB4A34; }
a { background-color: rgb(187,74,52); }
div.DivClassName
{
background-color: #BB4A34;
}
.BgClassName
{
background-color: #BB4A34;
}
</style>
border-color css
<style>
span { border-color: #BB4A34; }
span { border-color: rgb(187,74,52); }
td.TdClassName
{
border-color: #BB4A34;
}
.TagClassName
{
border-color: #BB4A34;
}
</style>