Shades of Grenadier #BB523B
Tints of Grenadier #BB523B
RGB
CMYK
RGB Variations
Color information
#BB523B (or 0xBB523B) is known color: Grenadier. HEX triplet: BB, 52 and 3B. RGB value is (187,82,59). Sum of RGB (Red+Green+Blue) = 187+82+59=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB523B is #44ADC4. Grayscale: #6E6E6E. Windows color (decimal): -4500933 or 3887803. OLE color: 3887803.
HSL color Cylindrical-coordinate representation of color #BB523B: hue angle of 10.78º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB523B is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 59 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.27 |
| HSL | 10.78º | 0.52% | 0.48% | - |
| HSV(B) | 10.78º | 0.68% | 0.73% | - |
| XYZ | 24.3 | 16.92 | 6.12 | - |
| YUV | 110.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 59 | 0 | 0.56 | 0.68 | 0.27 | 10.78 | 0.52 | 0.48 |
| Hex | BB | 52 | 3B | 0 | 38 | 44 | 1B | B | 34 | 30 |
| Octal | 273 | 122 | 73 | 0 | 70 | 104 | 33 | 13 | 64 | 60 |
| Binary | 10111011 | 1010010 | 111011 | 0 | 111000 | 1000100 | 11011 | 1011 | 110100 | 110000 |
Color Harmonies of #BB523B
Complementary color
Monochromatic Colors of #BB523B
Black with #BB523B
Text Example
Text Example
White with #BB523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB523B; }
p { color: rgb(187,82,59); }
H1.HeaderClassName
{
color: #BB523B;
}
.AnyTagClassName
{
color: #BB523B;
}
</style>
background-color css
<style>
a { background-color: #BB523B; }
a { background-color: rgb(187,82,59); }
div.DivClassName
{
background-color: #BB523B;
}
.BgClassName
{
background-color: #BB523B;
}
</style>
border-color css
<style>
span { border-color: #BB523B; }
span { border-color: rgb(187,82,59); }
td.TdClassName
{
border-color: #BB523B;
}
.TagClassName
{
border-color: #BB523B;
}
</style>