Shades of Smoke Tree #B85638
Tints of Smoke Tree #B85638
RGB
CMYK
RGB Variations
Color information
#B85638 (or 0xB85638) is known color: Smoke Tree. HEX triplet: B8, 56 and 38. RGB value is (184,86,56). Sum of RGB (Red+Green+Blue) = 184+86+56=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B85638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85638 is #47A9C7. Grayscale: #707070. Windows color (decimal): -4696520 or 3692216. OLE color: 3692216.
HSL color Cylindrical-coordinate representation of color #B85638: hue angle of 14.06º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B85638 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 56 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.28 |
| HSL | 14.06º | 0.53% | 0.47% | - |
| HSV(B) | 14.06º | 0.7% | 0.72% | - |
| XYZ | 23.81 | 17.13 | 5.79 | - |
| YUV | 111.88 | 96.47 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 56 | 0 | 0.53 | 0.70 | 0.28 | 14.06 | 0.53 | 0.47 |
| Hex | B8 | 56 | 38 | 0 | 35 | 46 | 1C | E | 35 | 2F |
| Octal | 270 | 126 | 70 | 0 | 65 | 106 | 34 | 16 | 65 | 57 |
| Binary | 10111000 | 1010110 | 111000 | 0 | 110101 | 1000110 | 11100 | 1110 | 110101 | 101111 |
Color Harmonies of #B85638
Complementary color
Monochromatic Colors of #B85638
Black with #B85638
Text Example
Text Example
White with #B85638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85638; }
p { color: rgb(184,86,56); }
H1.HeaderClassName
{
color: #B85638;
}
.AnyTagClassName
{
color: #B85638;
}
</style>
background-color css
<style>
a { background-color: #B85638; }
a { background-color: rgb(184,86,56); }
div.DivClassName
{
background-color: #B85638;
}
.BgClassName
{
background-color: #B85638;
}
</style>
border-color css
<style>
span { border-color: #B85638; }
span { border-color: rgb(184,86,56); }
td.TdClassName
{
border-color: #B85638;
}
.TagClassName
{
border-color: #B85638;
}
</style>