Shades of Smoke Tree #B76136
Tints of Smoke Tree #B76136
RGB
CMYK
RGB Variations
Color information
#B76136 (or 0xB76136) is known color: Smoke Tree. HEX triplet: B7, 61 and 36. RGB value is (183,97,54). Sum of RGB (Red+Green+Blue) = 183+97+54=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B76136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76136 is #489EC9. Grayscale: #767676. Windows color (decimal): -4759242 or 3563959. OLE color: 3563959.
HSL color Cylindrical-coordinate representation of color #B76136: hue angle of 20º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B76136 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 97 | 54 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.28 |
| HSL | 20º | 0.54% | 0.46% | - |
| HSV(B) | 20º | 0.7% | 0.72% | - |
| XYZ | 24.47 | 18.88 | 5.85 | - |
| YUV | 117.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 54 | 0 | 0.47 | 0.70 | 0.28 | 20 | 0.54 | 0.46 |
| Hex | B7 | 61 | 36 | 0 | 2F | 46 | 1C | 14 | 36 | 2E |
| Octal | 267 | 141 | 66 | 0 | 57 | 106 | 34 | 24 | 66 | 56 |
| Binary | 10110111 | 1100001 | 110110 | 0 | 101111 | 1000110 | 11100 | 10100 | 110110 | 101110 |
Color Harmonies of #B76136
Complementary color
Monochromatic Colors of #B76136
Black with #B76136
Text Example
Text Example
White with #B76136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76136; }
p { color: rgb(183,97,54); }
H1.HeaderClassName
{
color: #B76136;
}
.AnyTagClassName
{
color: #B76136;
}
</style>
background-color css
<style>
a { background-color: #B76136; }
a { background-color: rgb(183,97,54); }
div.DivClassName
{
background-color: #B76136;
}
.BgClassName
{
background-color: #B76136;
}
</style>
border-color css
<style>
span { border-color: #B76136; }
span { border-color: rgb(183,97,54); }
td.TdClassName
{
border-color: #B76136;
}
.TagClassName
{
border-color: #B76136;
}
</style>