Shades of Smoke Tree #B56636
Tints of Smoke Tree #B56636
RGB
CMYK
RGB Variations
Color information
#B56636 (or 0xB56636) is known color: Smoke Tree. HEX triplet: B5, 66 and 36. RGB value is (181,102,54). Sum of RGB (Red+Green+Blue) = 181+102+54=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B56636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56636 is #4A99C9. Grayscale: #787878. Windows color (decimal): -4889034 or 3565237. OLE color: 3565237.
HSL color Cylindrical-coordinate representation of color #B56636: hue angle of 22.68º degrees, saturation: 0.54, 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 #B56636 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 54 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.29 |
| HSL | 22.68º | 0.54% | 0.46% | - |
| HSV(B) | 22.68º | 0.7% | 0.71% | - |
| XYZ | 24.47 | 19.59 | 5.98 | - |
| YUV | 120.15 | 90.67 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 54 | 0 | 0.44 | 0.70 | 0.29 | 22.68 | 0.54 | 0.46 |
| Hex | B5 | 66 | 36 | 0 | 2C | 46 | 1D | 17 | 36 | 2E |
| Octal | 265 | 146 | 66 | 0 | 54 | 106 | 35 | 27 | 66 | 56 |
| Binary | 10110101 | 1100110 | 110110 | 0 | 101100 | 1000110 | 11101 | 10111 | 110110 | 101110 |
Color Harmonies of #B56636
Complementary color
Monochromatic Colors of #B56636
Black with #B56636
Text Example
Text Example
White with #B56636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56636; }
p { color: rgb(181,102,54); }
H1.HeaderClassName
{
color: #B56636;
}
.AnyTagClassName
{
color: #B56636;
}
</style>
background-color css
<style>
a { background-color: #B56636; }
a { background-color: rgb(181,102,54); }
div.DivClassName
{
background-color: #B56636;
}
.BgClassName
{
background-color: #B56636;
}
</style>
border-color css
<style>
span { border-color: #B56636; }
span { border-color: rgb(181,102,54); }
td.TdClassName
{
border-color: #B56636;
}
.TagClassName
{
border-color: #B56636;
}
</style>