Shades of Smoke Tree #B56135
Tints of Smoke Tree #B56135
RGB
CMYK
RGB Variations
Color information
#B56135 (or 0xB56135) is known color: Smoke Tree. HEX triplet: B5, 61 and 35. RGB value is (181,97,53). Sum of RGB (Red+Green+Blue) = 181+97+53=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B56135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56135 is #4A9ECA. Grayscale: #757575. Windows color (decimal): -4890315 or 3498421. OLE color: 3498421.
HSL color Cylindrical-coordinate representation of color #B56135: hue angle of 20.62º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B56135 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 53 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.29 |
| HSL | 20.63º | 0.55% | 0.46% | - |
| HSV(B) | 20.63º | 0.71% | 0.71% | - |
| XYZ | 23.97 | 18.63 | 5.7 | - |
| YUV | 117.1 | 91.83 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 53 | 0 | 0.46 | 0.71 | 0.29 | 20.63 | 0.55 | 0.46 |
| Hex | B5 | 61 | 35 | 0 | 2E | 47 | 1D | 15 | 37 | 2E |
| Octal | 265 | 141 | 65 | 0 | 56 | 107 | 35 | 25 | 67 | 56 |
| Binary | 10110101 | 1100001 | 110101 | 0 | 101110 | 1000111 | 11101 | 10101 | 110111 | 101110 |
Color Harmonies of #B56135
Complementary color
Monochromatic Colors of #B56135
Black with #B56135
Text Example
Text Example
White with #B56135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56135; }
p { color: rgb(181,97,53); }
H1.HeaderClassName
{
color: #B56135;
}
.AnyTagClassName
{
color: #B56135;
}
</style>
background-color css
<style>
a { background-color: #B56135; }
a { background-color: rgb(181,97,53); }
div.DivClassName
{
background-color: #B56135;
}
.BgClassName
{
background-color: #B56135;
}
</style>
border-color css
<style>
span { border-color: #B56135; }
span { border-color: rgb(181,97,53); }
td.TdClassName
{
border-color: #B56135;
}
.TagClassName
{
border-color: #B56135;
}
</style>