Shades of Smoke Tree #B36132
Tints of Smoke Tree #B36132
RGB
CMYK
RGB Variations
Color information
#B36132 (or 0xB36132) is known color: Smoke Tree. HEX triplet: B3, 61 and 32. RGB value is (179,97,50). Sum of RGB (Red+Green+Blue) = 179+97+50=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B36132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36132 is #4C9ECD. Grayscale: #747474. Windows color (decimal): -5021390 or 3301811. OLE color: 3301811.
HSL color Cylindrical-coordinate representation of color #B36132: hue angle of 21.86º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B36132 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 97 | 50 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.30 |
| HSL | 21.86º | 0.56% | 0.45% | - |
| HSV(B) | 21.86º | 0.72% | 0.7% | - |
| XYZ | 23.44 | 18.36 | 5.33 | - |
| YUV | 116.16 | 90.67 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 50 | 0 | 0.46 | 0.72 | 0.30 | 21.86 | 0.56 | 0.45 |
| Hex | B3 | 61 | 32 | 0 | 2E | 48 | 1E | 16 | 38 | 2D |
| Octal | 263 | 141 | 62 | 0 | 56 | 110 | 36 | 26 | 70 | 55 |
| Binary | 10110011 | 1100001 | 110010 | 0 | 101110 | 1001000 | 11110 | 10110 | 111000 | 101101 |
Color Harmonies of #B36132
Complementary color
Monochromatic Colors of #B36132
Black with #B36132
Text Example
Text Example
White with #B36132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36132; }
p { color: rgb(179,97,50); }
H1.HeaderClassName
{
color: #B36132;
}
.AnyTagClassName
{
color: #B36132;
}
</style>
background-color css
<style>
a { background-color: #B36132; }
a { background-color: rgb(179,97,50); }
div.DivClassName
{
background-color: #B36132;
}
.BgClassName
{
background-color: #B36132;
}
</style>
border-color css
<style>
span { border-color: #B36132; }
span { border-color: rgb(179,97,50); }
td.TdClassName
{
border-color: #B36132;
}
.TagClassName
{
border-color: #B36132;
}
</style>