Shades of Smoke Tree #B96738
Tints of Smoke Tree #B96738
RGB
CMYK
RGB Variations
Color information
#B96738 (or 0xB96738) is known color: Smoke Tree. HEX triplet: B9, 67 and 38. RGB value is (185,103,56). Sum of RGB (Red+Green+Blue) = 185+103+56=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B96738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96738 is #4698C7. Grayscale: #7A7A7A. Windows color (decimal): -4626632 or 3696569. OLE color: 3696569.
HSL color Cylindrical-coordinate representation of color #B96738: hue angle of 21.86º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B96738 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 56 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.27 |
| HSL | 21.86º | 0.54% | 0.47% | - |
| HSV(B) | 21.86º | 0.7% | 0.73% | - |
| XYZ | 25.57 | 20.3 | 6.31 | - |
| YUV | 122.16 | 90.67 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 56 | 0 | 0.44 | 0.70 | 0.27 | 21.86 | 0.54 | 0.47 |
| Hex | B9 | 67 | 38 | 0 | 2C | 46 | 1B | 16 | 36 | 2F |
| Octal | 271 | 147 | 70 | 0 | 54 | 106 | 33 | 26 | 66 | 57 |
| Binary | 10111001 | 1100111 | 111000 | 0 | 101100 | 1000110 | 11011 | 10110 | 110110 | 101111 |
Color Harmonies of #B96738
Complementary color
Monochromatic Colors of #B96738
Black with #B96738
Text Example
Text Example
White with #B96738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96738; }
p { color: rgb(185,103,56); }
H1.HeaderClassName
{
color: #B96738;
}
.AnyTagClassName
{
color: #B96738;
}
</style>
background-color css
<style>
a { background-color: #B96738; }
a { background-color: rgb(185,103,56); }
div.DivClassName
{
background-color: #B96738;
}
.BgClassName
{
background-color: #B96738;
}
</style>
border-color css
<style>
span { border-color: #B96738; }
span { border-color: rgb(185,103,56); }
td.TdClassName
{
border-color: #B96738;
}
.TagClassName
{
border-color: #B96738;
}
</style>