Shades of Smoke Tree #B86032
Tints of Smoke Tree #B86032
RGB
CMYK
RGB Variations
Color information
#B86032 (or 0xB86032) is known color: Smoke Tree. HEX triplet: B8, 60 and 32. RGB value is (184,96,50). Sum of RGB (Red+Green+Blue) = 184+96+50=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B86032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86032 is #479FCD. Grayscale: #757575. Windows color (decimal): -4693966 or 3301560. OLE color: 3301560.
HSL color Cylindrical-coordinate representation of color #B86032: hue angle of 20.6º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B86032 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 50 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.28 |
| HSL | 20.6º | 0.57% | 0.46% | - |
| HSV(B) | 20.6º | 0.73% | 0.72% | - |
| XYZ | 24.53 | 18.79 | 5.35 | - |
| YUV | 117.07 | 90.15 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 50 | 0 | 0.48 | 0.73 | 0.28 | 20.6 | 0.57 | 0.46 |
| Hex | B8 | 60 | 32 | 0 | 30 | 49 | 1C | 15 | 39 | 2E |
| Octal | 270 | 140 | 62 | 0 | 60 | 111 | 34 | 25 | 71 | 56 |
| Binary | 10111000 | 1100000 | 110010 | 0 | 110000 | 1001001 | 11100 | 10101 | 111001 | 101110 |
Color Harmonies of #B86032
Complementary color
Monochromatic Colors of #B86032
Black with #B86032
Text Example
Text Example
White with #B86032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86032; }
p { color: rgb(184,96,50); }
H1.HeaderClassName
{
color: #B86032;
}
.AnyTagClassName
{
color: #B86032;
}
</style>
background-color css
<style>
a { background-color: #B86032; }
a { background-color: rgb(184,96,50); }
div.DivClassName
{
background-color: #B86032;
}
.BgClassName
{
background-color: #B86032;
}
</style>
border-color css
<style>
span { border-color: #B86032; }
span { border-color: rgb(184,96,50); }
td.TdClassName
{
border-color: #B86032;
}
.TagClassName
{
border-color: #B86032;
}
</style>