Shades of Smoke Tree #BB5531
Tints of Smoke Tree #BB5531
RGB
CMYK
RGB Variations
Color information
#BB5531 (or 0xBB5531) is known color: Smoke Tree. HEX triplet: BB, 55 and 31. RGB value is (187,85,49). Sum of RGB (Red+Green+Blue) = 187+85+49=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5531 is #44AACE. Grayscale: #6F6F6F. Windows color (decimal): -4500175 or 3233211. OLE color: 3233211.
HSL color Cylindrical-coordinate representation of color #BB5531: hue angle of 15.65º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB5531 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 49 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.27 |
| HSL | 15.65º | 0.58% | 0.46% | - |
| HSV(B) | 15.65º | 0.74% | 0.73% | - |
| XYZ | 24.3 | 17.28 | 4.96 | - |
| YUV | 111.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 49 | 0 | 0.55 | 0.74 | 0.27 | 15.65 | 0.58 | 0.46 |
| Hex | BB | 55 | 31 | 0 | 37 | 4A | 1B | 10 | 3A | 2E |
| Octal | 273 | 125 | 61 | 0 | 67 | 112 | 33 | 20 | 72 | 56 |
| Binary | 10111011 | 1010101 | 110001 | 0 | 110111 | 1001010 | 11011 | 10000 | 111010 | 101110 |
Color Harmonies of #BB5531
Complementary color
Monochromatic Colors of #BB5531
Black with #BB5531
Text Example
Text Example
White with #BB5531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5531; }
p { color: rgb(187,85,49); }
H1.HeaderClassName
{
color: #BB5531;
}
.AnyTagClassName
{
color: #BB5531;
}
</style>
background-color css
<style>
a { background-color: #BB5531; }
a { background-color: rgb(187,85,49); }
div.DivClassName
{
background-color: #BB5531;
}
.BgClassName
{
background-color: #BB5531;
}
</style>
border-color css
<style>
span { border-color: #BB5531; }
span { border-color: rgb(187,85,49); }
td.TdClassName
{
border-color: #BB5531;
}
.TagClassName
{
border-color: #BB5531;
}
</style>