Shades of Smoke Tree #BB5B2C
Tints of Smoke Tree #BB5B2C
RGB
CMYK
RGB Variations
Color information
#BB5B2C (or 0xBB5B2C) is known color: Smoke Tree. HEX triplet: BB, 5B and 2C. RGB value is (187,91,44). Sum of RGB (Red+Green+Blue) = 187+91+44=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5B2C is #44A4D3. Grayscale: #727272. Windows color (decimal): -4498644 or 2907067. OLE color: 2907067.
HSL color Cylindrical-coordinate representation of color #BB5B2C: hue angle of 19.72º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB5B2C is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 91 | 44 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.27 |
| HSL | 19.72º | 0.62% | 0.45% | - |
| HSV(B) | 19.72º | 0.76% | 0.73% | - |
| XYZ | 24.69 | 18.23 | 4.6 | - |
| YUV | 114.35 | 88.3 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 91 | 44 | 0 | 0.51 | 0.76 | 0.27 | 19.72 | 0.62 | 0.45 |
| Hex | BB | 5B | 2C | 0 | 33 | 4C | 1B | 14 | 3E | 2D |
| Octal | 273 | 133 | 54 | 0 | 63 | 114 | 33 | 24 | 76 | 55 |
| Binary | 10111011 | 1011011 | 101100 | 0 | 110011 | 1001100 | 11011 | 10100 | 111110 | 101101 |
Color Harmonies of #BB5B2C
Complementary color
Monochromatic Colors of #BB5B2C
Black with #BB5B2C
Text Example
Text Example
White with #BB5B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5B2C; }
p { color: rgb(187,91,44); }
H1.HeaderClassName
{
color: #BB5B2C;
}
.AnyTagClassName
{
color: #BB5B2C;
}
</style>
background-color css
<style>
a { background-color: #BB5B2C; }
a { background-color: rgb(187,91,44); }
div.DivClassName
{
background-color: #BB5B2C;
}
.BgClassName
{
background-color: #BB5B2C;
}
</style>
border-color css
<style>
span { border-color: #BB5B2C; }
span { border-color: rgb(187,91,44); }
td.TdClassName
{
border-color: #BB5B2C;
}
.TagClassName
{
border-color: #BB5B2C;
}
</style>