Shades of Grenadier #BB533E
Tints of Grenadier #BB533E
RGB
CMYK
RGB Variations
Color information
#BB533E (or 0xBB533E) is known color: Grenadier. HEX triplet: BB, 53 and 3E. RGB value is (187,83,62). Sum of RGB (Red+Green+Blue) = 187+83+62=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB533E is #44ACC1. Grayscale: #6F6F6F. Windows color (decimal): -4500674 or 4084667. OLE color: 4084667.
HSL color Cylindrical-coordinate representation of color #BB533E: hue angle of 10.08º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB533E is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 62 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.27 |
| HSL | 10.08º | 0.5% | 0.49% | - |
| HSV(B) | 10.08º | 0.67% | 0.73% | - |
| XYZ | 24.46 | 17.1 | 6.57 | - |
| YUV | 111.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 62 | 0 | 0.56 | 0.67 | 0.27 | 10.08 | 0.5 | 0.49 |
| Hex | BB | 53 | 3E | 0 | 38 | 43 | 1B | A | 32 | 31 |
| Octal | 273 | 123 | 76 | 0 | 70 | 103 | 33 | 12 | 62 | 61 |
| Binary | 10111011 | 1010011 | 111110 | 0 | 111000 | 1000011 | 11011 | 1010 | 110010 | 110001 |
Color Harmonies of #BB533E
Complementary color
Monochromatic Colors of #BB533E
Black with #BB533E
Text Example
Text Example
White with #BB533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB533E; }
p { color: rgb(187,83,62); }
H1.HeaderClassName
{
color: #BB533E;
}
.AnyTagClassName
{
color: #BB533E;
}
</style>
background-color css
<style>
a { background-color: #BB533E; }
a { background-color: rgb(187,83,62); }
div.DivClassName
{
background-color: #BB533E;
}
.BgClassName
{
background-color: #BB533E;
}
</style>
border-color css
<style>
span { border-color: #BB533E; }
span { border-color: rgb(187,83,62); }
td.TdClassName
{
border-color: #BB533E;
}
.TagClassName
{
border-color: #BB533E;
}
</style>