Shades of Smoke Tree #B56332
Tints of Smoke Tree #B56332
RGB
CMYK
RGB Variations
Color information
#B56332 (or 0xB56332) is known color: Smoke Tree. HEX triplet: B5, 63 and 32. RGB value is (181,99,50). Sum of RGB (Red+Green+Blue) = 181+99+50=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B56332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56332 is #4A9CCD. Grayscale: #767676. Windows color (decimal): -4889806 or 3302325. OLE color: 3302325.
HSL color Cylindrical-coordinate representation of color #B56332: hue angle of 22.44º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B56332 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 99 | 50 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.29 |
| HSL | 22.44º | 0.57% | 0.45% | - |
| HSV(B) | 22.44º | 0.72% | 0.71% | - |
| XYZ | 24.09 | 18.98 | 5.41 | - |
| YUV | 117.93 | 89.67 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 50 | 0 | 0.45 | 0.72 | 0.29 | 22.44 | 0.57 | 0.45 |
| Hex | B5 | 63 | 32 | 0 | 2D | 48 | 1D | 16 | 39 | 2D |
| Octal | 265 | 143 | 62 | 0 | 55 | 110 | 35 | 26 | 71 | 55 |
| Binary | 10110101 | 1100011 | 110010 | 0 | 101101 | 1001000 | 11101 | 10110 | 111001 | 101101 |
Color Harmonies of #B56332
Complementary color
Monochromatic Colors of #B56332
Black with #B56332
Text Example
Text Example
White with #B56332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56332; }
p { color: rgb(181,99,50); }
H1.HeaderClassName
{
color: #B56332;
}
.AnyTagClassName
{
color: #B56332;
}
</style>
background-color css
<style>
a { background-color: #B56332; }
a { background-color: rgb(181,99,50); }
div.DivClassName
{
background-color: #B56332;
}
.BgClassName
{
background-color: #B56332;
}
</style>
border-color css
<style>
span { border-color: #B56332; }
span { border-color: rgb(181,99,50); }
td.TdClassName
{
border-color: #B56332;
}
.TagClassName
{
border-color: #B56332;
}
</style>