Shades of Smoke Tree #BB5A2C
Tints of Smoke Tree #BB5A2C
RGB
CMYK
RGB Variations
Color information
#BB5A2C (or 0xBB5A2C) is known color: Smoke Tree. HEX triplet: BB, 5A and 2C. RGB value is (187,90,44). Sum of RGB (Red+Green+Blue) = 187+90+44=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5A2C is #44A5D3. Grayscale: #727272. Windows color (decimal): -4498900 or 2906811. OLE color: 2906811.
HSL color Cylindrical-coordinate representation of color #BB5A2C: hue angle of 19.3º 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 #BB5A2C is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 90 | 44 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.27 |
| HSL | 19.3º | 0.62% | 0.45% | - |
| HSV(B) | 19.3º | 0.76% | 0.73% | - |
| XYZ | 24.6 | 18.06 | 4.57 | - |
| YUV | 113.76 | 88.64 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 44 | 0 | 0.52 | 0.76 | 0.27 | 19.3 | 0.62 | 0.45 |
| Hex | BB | 5A | 2C | 0 | 34 | 4C | 1B | 13 | 3E | 2D |
| Octal | 273 | 132 | 54 | 0 | 64 | 114 | 33 | 23 | 76 | 55 |
| Binary | 10111011 | 1011010 | 101100 | 0 | 110100 | 1001100 | 11011 | 10011 | 111110 | 101101 |
Color Harmonies of #BB5A2C
Complementary color
Monochromatic Colors of #BB5A2C
Black with #BB5A2C
Text Example
Text Example
White with #BB5A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5A2C; }
p { color: rgb(187,90,44); }
H1.HeaderClassName
{
color: #BB5A2C;
}
.AnyTagClassName
{
color: #BB5A2C;
}
</style>
background-color css
<style>
a { background-color: #BB5A2C; }
a { background-color: rgb(187,90,44); }
div.DivClassName
{
background-color: #BB5A2C;
}
.BgClassName
{
background-color: #BB5A2C;
}
</style>
border-color css
<style>
span { border-color: #BB5A2C; }
span { border-color: rgb(187,90,44); }
td.TdClassName
{
border-color: #BB5A2C;
}
.TagClassName
{
border-color: #BB5A2C;
}
</style>