Shades of Smoke Tree #B56436
Tints of Smoke Tree #B56436
RGB
CMYK
RGB Variations
Color information
#B56436 (or 0xB56436) is known color: Smoke Tree. HEX triplet: B5, 64 and 36. RGB value is (181,100,54). Sum of RGB (Red+Green+Blue) = 181+100+54=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B56436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56436 is #4A9BC9. Grayscale: #777777. Windows color (decimal): -4889546 or 3564725. OLE color: 3564725.
HSL color Cylindrical-coordinate representation of color #B56436: hue angle of 21.73º 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 #B56436 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 54 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.29 |
| HSL | 21.73º | 0.54% | 0.46% | - |
| HSV(B) | 21.73º | 0.7% | 0.71% | - |
| XYZ | 24.28 | 19.2 | 5.92 | - |
| YUV | 118.98 | 91.34 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 54 | 0 | 0.45 | 0.70 | 0.29 | 21.73 | 0.54 | 0.46 |
| Hex | B5 | 64 | 36 | 0 | 2D | 46 | 1D | 16 | 36 | 2E |
| Octal | 265 | 144 | 66 | 0 | 55 | 106 | 35 | 26 | 66 | 56 |
| Binary | 10110101 | 1100100 | 110110 | 0 | 101101 | 1000110 | 11101 | 10110 | 110110 | 101110 |
Color Harmonies of #B56436
Complementary color
Monochromatic Colors of #B56436
Black with #B56436
Text Example
Text Example
White with #B56436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56436; }
p { color: rgb(181,100,54); }
H1.HeaderClassName
{
color: #B56436;
}
.AnyTagClassName
{
color: #B56436;
}
</style>
background-color css
<style>
a { background-color: #B56436; }
a { background-color: rgb(181,100,54); }
div.DivClassName
{
background-color: #B56436;
}
.BgClassName
{
background-color: #B56436;
}
</style>
border-color css
<style>
span { border-color: #B56436; }
span { border-color: rgb(181,100,54); }
td.TdClassName
{
border-color: #B56436;
}
.TagClassName
{
border-color: #B56436;
}
</style>