Shades of Smoke Tree #B96639
Tints of Smoke Tree #B96639
RGB
CMYK
RGB Variations
Color information
#B96639 (or 0xB96639) is known color: Smoke Tree. HEX triplet: B9, 66 and 39. RGB value is (185,102,57). Sum of RGB (Red+Green+Blue) = 185+102+57=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B96639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96639 is #4699C6. Grayscale: #797979. Windows color (decimal): -4626887 or 3761849. OLE color: 3761849.
HSL color Cylindrical-coordinate representation of color #B96639: hue angle of 21.09º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B96639 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 57 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.27 |
| HSL | 21.09º | 0.53% | 0.47% | - |
| HSV(B) | 21.09º | 0.69% | 0.73% | - |
| XYZ | 25.5 | 20.11 | 6.41 | - |
| YUV | 121.69 | 91.5 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 57 | 0 | 0.45 | 0.69 | 0.27 | 21.09 | 0.53 | 0.47 |
| Hex | B9 | 66 | 39 | 0 | 2D | 45 | 1B | 15 | 35 | 2F |
| Octal | 271 | 146 | 71 | 0 | 55 | 105 | 33 | 25 | 65 | 57 |
| Binary | 10111001 | 1100110 | 111001 | 0 | 101101 | 1000101 | 11011 | 10101 | 110101 | 101111 |
Color Harmonies of #B96639
Complementary color
Monochromatic Colors of #B96639
Black with #B96639
Text Example
Text Example
White with #B96639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96639; }
p { color: rgb(185,102,57); }
H1.HeaderClassName
{
color: #B96639;
}
.AnyTagClassName
{
color: #B96639;
}
</style>
background-color css
<style>
a { background-color: #B96639; }
a { background-color: rgb(185,102,57); }
div.DivClassName
{
background-color: #B96639;
}
.BgClassName
{
background-color: #B96639;
}
</style>
border-color css
<style>
span { border-color: #B96639; }
span { border-color: rgb(185,102,57); }
td.TdClassName
{
border-color: #B96639;
}
.TagClassName
{
border-color: #B96639;
}
</style>