Shades of Smoke Tree #B56133
Tints of Smoke Tree #B56133
RGB
CMYK
RGB Variations
Color information
#B56133 (or 0xB56133) is known color: Smoke Tree. HEX triplet: B5, 61 and 33. RGB value is (181,97,51). Sum of RGB (Red+Green+Blue) = 181+97+51=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B56133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56133 is #4A9ECC. Grayscale: #757575. Windows color (decimal): -4890317 or 3367349. OLE color: 3367349.
HSL color Cylindrical-coordinate representation of color #B56133: hue angle of 21.23º degrees, saturation: 0.56, 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 #B56133 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 51 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.29 |
| HSL | 21.23º | 0.56% | 0.45% | - |
| HSV(B) | 21.23º | 0.72% | 0.71% | - |
| XYZ | 23.93 | 18.61 | 5.46 | - |
| YUV | 116.87 | 90.83 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 51 | 0 | 0.46 | 0.72 | 0.29 | 21.23 | 0.56 | 0.45 |
| Hex | B5 | 61 | 33 | 0 | 2E | 48 | 1D | 15 | 38 | 2D |
| Octal | 265 | 141 | 63 | 0 | 56 | 110 | 35 | 25 | 70 | 55 |
| Binary | 10110101 | 1100001 | 110011 | 0 | 101110 | 1001000 | 11101 | 10101 | 111000 | 101101 |
Color Harmonies of #B56133
Complementary color
Monochromatic Colors of #B56133
Black with #B56133
Text Example
Text Example
White with #B56133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56133; }
p { color: rgb(181,97,51); }
H1.HeaderClassName
{
color: #B56133;
}
.AnyTagClassName
{
color: #B56133;
}
</style>
background-color css
<style>
a { background-color: #B56133; }
a { background-color: rgb(181,97,51); }
div.DivClassName
{
background-color: #B56133;
}
.BgClassName
{
background-color: #B56133;
}
</style>
border-color css
<style>
span { border-color: #B56133; }
span { border-color: rgb(181,97,51); }
td.TdClassName
{
border-color: #B56133;
}
.TagClassName
{
border-color: #B56133;
}
</style>