Shades of Smoke Tree #BB5932
Tints of Smoke Tree #BB5932
RGB
CMYK
RGB Variations
Color information
#BB5932 (or 0xBB5932) is known color: Smoke Tree. HEX triplet: BB, 59 and 32. RGB value is (187,89,50). Sum of RGB (Red+Green+Blue) = 187+89+50=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5932 is #44A6CD. Grayscale: #727272. Windows color (decimal): -4499150 or 3299771. OLE color: 3299771.
HSL color Cylindrical-coordinate representation of color #BB5932: hue angle of 17.08º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB5932 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 50 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.27 |
| HSL | 17.08º | 0.58% | 0.46% | - |
| HSV(B) | 17.08º | 0.73% | 0.73% | - |
| XYZ | 24.64 | 17.94 | 5.18 | - |
| YUV | 113.86 | 91.97 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 50 | 0 | 0.52 | 0.73 | 0.27 | 17.08 | 0.58 | 0.46 |
| Hex | BB | 59 | 32 | 0 | 34 | 49 | 1B | 11 | 3A | 2E |
| Octal | 273 | 131 | 62 | 0 | 64 | 111 | 33 | 21 | 72 | 56 |
| Binary | 10111011 | 1011001 | 110010 | 0 | 110100 | 1001001 | 11011 | 10001 | 111010 | 101110 |
Color Harmonies of #BB5932
Complementary color
Monochromatic Colors of #BB5932
Black with #BB5932
Text Example
Text Example
White with #BB5932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5932; }
p { color: rgb(187,89,50); }
H1.HeaderClassName
{
color: #BB5932;
}
.AnyTagClassName
{
color: #BB5932;
}
</style>
background-color css
<style>
a { background-color: #BB5932; }
a { background-color: rgb(187,89,50); }
div.DivClassName
{
background-color: #BB5932;
}
.BgClassName
{
background-color: #BB5932;
}
</style>
border-color css
<style>
span { border-color: #BB5932; }
span { border-color: rgb(187,89,50); }
td.TdClassName
{
border-color: #BB5932;
}
.TagClassName
{
border-color: #BB5932;
}
</style>