Shades of Smoke Tree #BB5E2E
Tints of Smoke Tree #BB5E2E
RGB
CMYK
RGB Variations
Color information
#BB5E2E (or 0xBB5E2E) is known color: Smoke Tree. HEX triplet: BB, 5E and 2E. RGB value is (187,94,46). Sum of RGB (Red+Green+Blue) = 187+94+46=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E2E is #44A1D1. Grayscale: #747474. Windows color (decimal): -4497874 or 3038907. OLE color: 3038907.
HSL color Cylindrical-coordinate representation of color #BB5E2E: hue angle of 20.43º 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 #BB5E2E is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 46 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.27 |
| HSL | 20.43º | 0.61% | 0.46% | - |
| HSV(B) | 20.43º | 0.75% | 0.73% | - |
| XYZ | 24.99 | 18.77 | 4.89 | - |
| YUV | 116.34 | 88.31 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 46 | 0 | 0.50 | 0.75 | 0.27 | 20.43 | 0.61 | 0.46 |
| Hex | BB | 5E | 2E | 0 | 32 | 4B | 1B | 14 | 3D | 2E |
| Octal | 273 | 136 | 56 | 0 | 62 | 113 | 33 | 24 | 75 | 56 |
| Binary | 10111011 | 1011110 | 101110 | 0 | 110010 | 1001011 | 11011 | 10100 | 111101 | 101110 |
Color Harmonies of #BB5E2E
Complementary color
Monochromatic Colors of #BB5E2E
Black with #BB5E2E
Text Example
Text Example
White with #BB5E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E2E; }
p { color: rgb(187,94,46); }
H1.HeaderClassName
{
color: #BB5E2E;
}
.AnyTagClassName
{
color: #BB5E2E;
}
</style>
background-color css
<style>
a { background-color: #BB5E2E; }
a { background-color: rgb(187,94,46); }
div.DivClassName
{
background-color: #BB5E2E;
}
.BgClassName
{
background-color: #BB5E2E;
}
</style>
border-color css
<style>
span { border-color: #BB5E2E; }
span { border-color: rgb(187,94,46); }
td.TdClassName
{
border-color: #BB5E2E;
}
.TagClassName
{
border-color: #BB5E2E;
}
</style>