Shades of Smoke Tree #B76032
Tints of Smoke Tree #B76032
RGB
CMYK
RGB Variations
Color information
#B76032 (or 0xB76032) is known color: Smoke Tree. HEX triplet: B7, 60 and 32. RGB value is (183,96,50). Sum of RGB (Red+Green+Blue) = 183+96+50=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B76032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76032 is #489FCD. Grayscale: #757575. Windows color (decimal): -4759502 or 3301559. OLE color: 3301559.
HSL color Cylindrical-coordinate representation of color #B76032: hue angle of 20.75º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B76032 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 50 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.28 |
| HSL | 20.75º | 0.57% | 0.46% | - |
| HSV(B) | 20.75º | 0.73% | 0.72% | - |
| XYZ | 24.29 | 18.66 | 5.34 | - |
| YUV | 116.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 50 | 0 | 0.48 | 0.73 | 0.28 | 20.75 | 0.57 | 0.46 |
| Hex | B7 | 60 | 32 | 0 | 30 | 49 | 1C | 15 | 39 | 2E |
| Octal | 267 | 140 | 62 | 0 | 60 | 111 | 34 | 25 | 71 | 56 |
| Binary | 10110111 | 1100000 | 110010 | 0 | 110000 | 1001001 | 11100 | 10101 | 111001 | 101110 |
Color Harmonies of #B76032
Complementary color
Monochromatic Colors of #B76032
Black with #B76032
Text Example
Text Example
White with #B76032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76032; }
p { color: rgb(183,96,50); }
H1.HeaderClassName
{
color: #B76032;
}
.AnyTagClassName
{
color: #B76032;
}
</style>
background-color css
<style>
a { background-color: #B76032; }
a { background-color: rgb(183,96,50); }
div.DivClassName
{
background-color: #B76032;
}
.BgClassName
{
background-color: #B76032;
}
</style>
border-color css
<style>
span { border-color: #B76032; }
span { border-color: rgb(183,96,50); }
td.TdClassName
{
border-color: #B76032;
}
.TagClassName
{
border-color: #B76032;
}
</style>