Shades of Smoke Tree #BB5E33
Tints of Smoke Tree #BB5E33
RGB
CMYK
RGB Variations
Color information
#BB5E33 (or 0xBB5E33) is known color: Smoke Tree. HEX triplet: BB, 5E and 33. RGB value is (187,94,51). Sum of RGB (Red+Green+Blue) = 187+94+51=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E33 is #44A1CC. Grayscale: #757575. Windows color (decimal): -4497869 or 3366587. OLE color: 3366587.
HSL color Cylindrical-coordinate representation of color #BB5E33: hue angle of 18.97º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB5E33 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 51 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.27 |
| HSL | 18.97º | 0.57% | 0.47% | - |
| HSV(B) | 18.97º | 0.73% | 0.73% | - |
| XYZ | 25.09 | 18.81 | 5.44 | - |
| YUV | 116.91 | 90.81 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 51 | 0 | 0.50 | 0.73 | 0.27 | 18.97 | 0.57 | 0.47 |
| Hex | BB | 5E | 33 | 0 | 32 | 49 | 1B | 13 | 39 | 2F |
| Octal | 273 | 136 | 63 | 0 | 62 | 111 | 33 | 23 | 71 | 57 |
| Binary | 10111011 | 1011110 | 110011 | 0 | 110010 | 1001001 | 11011 | 10011 | 111001 | 101111 |
Color Harmonies of #BB5E33
Complementary color
Monochromatic Colors of #BB5E33
Black with #BB5E33
Text Example
Text Example
White with #BB5E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E33; }
p { color: rgb(187,94,51); }
H1.HeaderClassName
{
color: #BB5E33;
}
.AnyTagClassName
{
color: #BB5E33;
}
</style>
background-color css
<style>
a { background-color: #BB5E33; }
a { background-color: rgb(187,94,51); }
div.DivClassName
{
background-color: #BB5E33;
}
.BgClassName
{
background-color: #BB5E33;
}
</style>
border-color css
<style>
span { border-color: #BB5E33; }
span { border-color: rgb(187,94,51); }
td.TdClassName
{
border-color: #BB5E33;
}
.TagClassName
{
border-color: #BB5E33;
}
</style>