Shades of Smoke Tree #BB5C2E
Tints of Smoke Tree #BB5C2E
RGB
CMYK
RGB Variations
Color information
#BB5C2E (or 0xBB5C2E) is known color: Smoke Tree. HEX triplet: BB, 5C and 2E. RGB value is (187,92,46). Sum of RGB (Red+Green+Blue) = 187+92+46=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5C2E is #44A3D1. Grayscale: #737373. Windows color (decimal): -4498386 or 3038395. OLE color: 3038395.
HSL color Cylindrical-coordinate representation of color #BB5C2E: hue angle of 19.57º 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 #BB5C2E is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 92 | 46 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.27 |
| HSL | 19.57º | 0.61% | 0.46% | - |
| HSV(B) | 19.57º | 0.75% | 0.73% | - |
| XYZ | 24.81 | 18.42 | 4.83 | - |
| YUV | 115.16 | 88.97 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 46 | 0 | 0.51 | 0.75 | 0.27 | 19.57 | 0.61 | 0.46 |
| Hex | BB | 5C | 2E | 0 | 33 | 4B | 1B | 14 | 3D | 2E |
| Octal | 273 | 134 | 56 | 0 | 63 | 113 | 33 | 24 | 75 | 56 |
| Binary | 10111011 | 1011100 | 101110 | 0 | 110011 | 1001011 | 11011 | 10100 | 111101 | 101110 |
Color Harmonies of #BB5C2E
Complementary color
Monochromatic Colors of #BB5C2E
Black with #BB5C2E
Text Example
Text Example
White with #BB5C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5C2E; }
p { color: rgb(187,92,46); }
H1.HeaderClassName
{
color: #BB5C2E;
}
.AnyTagClassName
{
color: #BB5C2E;
}
</style>
background-color css
<style>
a { background-color: #BB5C2E; }
a { background-color: rgb(187,92,46); }
div.DivClassName
{
background-color: #BB5C2E;
}
.BgClassName
{
background-color: #BB5C2E;
}
</style>
border-color css
<style>
span { border-color: #BB5C2E; }
span { border-color: rgb(187,92,46); }
td.TdClassName
{
border-color: #BB5C2E;
}
.TagClassName
{
border-color: #BB5C2E;
}
</style>