Shades of Smoke Tree #B56637
Tints of Smoke Tree #B56637
RGB
CMYK
RGB Variations
Color information
#B56637 (or 0xB56637) is known color: Smoke Tree. HEX triplet: B5, 66 and 37. RGB value is (181,102,55). Sum of RGB (Red+Green+Blue) = 181+102+55=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B56637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56637 is #4A99C8. Grayscale: #787878. Windows color (decimal): -4889033 or 3630773. OLE color: 3630773.
HSL color Cylindrical-coordinate representation of color #B56637: hue angle of 22.38º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B56637 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 55 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.29 |
| HSL | 22.38º | 0.53% | 0.46% | - |
| HSV(B) | 22.38º | 0.7% | 0.71% | - |
| XYZ | 24.5 | 19.6 | 6.11 | - |
| YUV | 120.26 | 91.17 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 55 | 0 | 0.44 | 0.70 | 0.29 | 22.38 | 0.53 | 0.46 |
| Hex | B5 | 66 | 37 | 0 | 2C | 46 | 1D | 16 | 35 | 2E |
| Octal | 265 | 146 | 67 | 0 | 54 | 106 | 35 | 26 | 65 | 56 |
| Binary | 10110101 | 1100110 | 110111 | 0 | 101100 | 1000110 | 11101 | 10110 | 110101 | 101110 |
Color Harmonies of #B56637
Complementary color
Monochromatic Colors of #B56637
Black with #B56637
Text Example
Text Example
White with #B56637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56637; }
p { color: rgb(181,102,55); }
H1.HeaderClassName
{
color: #B56637;
}
.AnyTagClassName
{
color: #B56637;
}
</style>
background-color css
<style>
a { background-color: #B56637; }
a { background-color: rgb(181,102,55); }
div.DivClassName
{
background-color: #B56637;
}
.BgClassName
{
background-color: #B56637;
}
</style>
border-color css
<style>
span { border-color: #B56637; }
span { border-color: rgb(181,102,55); }
td.TdClassName
{
border-color: #B56637;
}
.TagClassName
{
border-color: #B56637;
}
</style>