Shades of Smoke Tree #B85637
Tints of Smoke Tree #B85637
RGB
CMYK
RGB Variations
Color information
#B85637 (or 0xB85637) is known color: Smoke Tree. HEX triplet: B8, 56 and 37. RGB value is (184,86,55). Sum of RGB (Red+Green+Blue) = 184+86+55=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B85637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85637 is #47A9C8. Grayscale: #6F6F6F. Windows color (decimal): -4696521 or 3626680. OLE color: 3626680.
HSL color Cylindrical-coordinate representation of color #B85637: hue angle of 14.42º degrees, saturation: 0.54, 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 #B85637 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 55 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.28 |
| HSL | 14.42º | 0.54% | 0.47% | - |
| HSV(B) | 14.42º | 0.7% | 0.72% | - |
| XYZ | 23.78 | 17.12 | 5.67 | - |
| YUV | 111.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 55 | 0 | 0.53 | 0.70 | 0.28 | 14.42 | 0.54 | 0.47 |
| Hex | B8 | 56 | 37 | 0 | 35 | 46 | 1C | E | 36 | 2F |
| Octal | 270 | 126 | 67 | 0 | 65 | 106 | 34 | 16 | 66 | 57 |
| Binary | 10111000 | 1010110 | 110111 | 0 | 110101 | 1000110 | 11100 | 1110 | 110110 | 101111 |
Color Harmonies of #B85637
Complementary color
Monochromatic Colors of #B85637
Black with #B85637
Text Example
Text Example
White with #B85637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85637; }
p { color: rgb(184,86,55); }
H1.HeaderClassName
{
color: #B85637;
}
.AnyTagClassName
{
color: #B85637;
}
</style>
background-color css
<style>
a { background-color: #B85637; }
a { background-color: rgb(184,86,55); }
div.DivClassName
{
background-color: #B85637;
}
.BgClassName
{
background-color: #B85637;
}
</style>
border-color css
<style>
span { border-color: #B85637; }
span { border-color: rgb(184,86,55); }
td.TdClassName
{
border-color: #B85637;
}
.TagClassName
{
border-color: #B85637;
}
</style>