Shades of Smoke Tree #B26136
Tints of Smoke Tree #B26136
RGB
CMYK
RGB Variations
Color information
#B26136 (or 0xB26136) is known color: Smoke Tree. HEX triplet: B2, 61 and 36. RGB value is (178,97,54). Sum of RGB (Red+Green+Blue) = 178+97+54=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B26136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26136 is #4D9EC9. Grayscale: #747474. Windows color (decimal): -5086922 or 3563954. OLE color: 3563954.
HSL color Cylindrical-coordinate representation of color #B26136: hue angle of 20.81º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B26136 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 97 | 54 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.30 |
| HSL | 20.81º | 0.53% | 0.45% | - |
| HSV(B) | 20.81º | 0.7% | 0.7% | - |
| XYZ | 23.3 | 18.28 | 5.79 | - |
| YUV | 116.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 54 | 0 | 0.46 | 0.70 | 0.30 | 20.81 | 0.53 | 0.45 |
| Hex | B2 | 61 | 36 | 0 | 2E | 46 | 1E | 15 | 35 | 2D |
| Octal | 262 | 141 | 66 | 0 | 56 | 106 | 36 | 25 | 65 | 55 |
| Binary | 10110010 | 1100001 | 110110 | 0 | 101110 | 1000110 | 11110 | 10101 | 110101 | 101101 |
Color Harmonies of #B26136
Complementary color
Monochromatic Colors of #B26136
Black with #B26136
Text Example
Text Example
White with #B26136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26136; }
p { color: rgb(178,97,54); }
H1.HeaderClassName
{
color: #B26136;
}
.AnyTagClassName
{
color: #B26136;
}
</style>
background-color css
<style>
a { background-color: #B26136; }
a { background-color: rgb(178,97,54); }
div.DivClassName
{
background-color: #B26136;
}
.BgClassName
{
background-color: #B26136;
}
</style>
border-color css
<style>
span { border-color: #B26136; }
span { border-color: rgb(178,97,54); }
td.TdClassName
{
border-color: #B26136;
}
.TagClassName
{
border-color: #B26136;
}
</style>