Shades of Smoke Tree #BB5A2E
Tints of Smoke Tree #BB5A2E
RGB
CMYK
RGB Variations
Color information
#BB5A2E (or 0xBB5A2E) is known color: Smoke Tree. HEX triplet: BB, 5A and 2E. RGB value is (187,90,46). Sum of RGB (Red+Green+Blue) = 187+90+46=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5A2E is #44A5D1. Grayscale: #727272. Windows color (decimal): -4498898 or 3037883. OLE color: 3037883.
HSL color Cylindrical-coordinate representation of color #BB5A2E: hue angle of 18.72º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB5A2E is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 90 | 46 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.27 |
| HSL | 18.72º | 0.61% | 0.46% | - |
| HSV(B) | 18.72º | 0.75% | 0.73% | - |
| XYZ | 24.64 | 18.07 | 4.77 | - |
| YUV | 113.99 | 89.64 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 46 | 0 | 0.52 | 0.75 | 0.27 | 18.72 | 0.61 | 0.46 |
| Hex | BB | 5A | 2E | 0 | 34 | 4B | 1B | 13 | 3D | 2E |
| Octal | 273 | 132 | 56 | 0 | 64 | 113 | 33 | 23 | 75 | 56 |
| Binary | 10111011 | 1011010 | 101110 | 0 | 110100 | 1001011 | 11011 | 10011 | 111101 | 101110 |
Color Harmonies of #BB5A2E
Complementary color
Monochromatic Colors of #BB5A2E
Black with #BB5A2E
Text Example
Text Example
White with #BB5A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5A2E; }
p { color: rgb(187,90,46); }
H1.HeaderClassName
{
color: #BB5A2E;
}
.AnyTagClassName
{
color: #BB5A2E;
}
</style>
background-color css
<style>
a { background-color: #BB5A2E; }
a { background-color: rgb(187,90,46); }
div.DivClassName
{
background-color: #BB5A2E;
}
.BgClassName
{
background-color: #BB5A2E;
}
</style>
border-color css
<style>
span { border-color: #BB5A2E; }
span { border-color: rgb(187,90,46); }
td.TdClassName
{
border-color: #BB5A2E;
}
.TagClassName
{
border-color: #BB5A2E;
}
</style>