Shades of Smoke Tree #B95B32
Tints of Smoke Tree #B95B32
RGB
CMYK
RGB Variations
Color information
#B95B32 (or 0xB95B32) is known color: Smoke Tree. HEX triplet: B9, 5B and 32. RGB value is (185,91,50). Sum of RGB (Red+Green+Blue) = 185+91+50=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95B32 is #46A4CD. Grayscale: #727272. Windows color (decimal): -4629710 or 3300281. OLE color: 3300281.
HSL color Cylindrical-coordinate representation of color #B95B32: hue angle of 18.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B95B32 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 91 | 50 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.27 |
| HSL | 18.22º | 0.57% | 0.46% | - |
| HSV(B) | 18.22º | 0.73% | 0.73% | - |
| XYZ | 24.32 | 18.03 | 5.22 | - |
| YUV | 114.43 | 91.64 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 91 | 50 | 0 | 0.51 | 0.73 | 0.27 | 18.22 | 0.57 | 0.46 |
| Hex | B9 | 5B | 32 | 0 | 33 | 49 | 1B | 12 | 39 | 2E |
| Octal | 271 | 133 | 62 | 0 | 63 | 111 | 33 | 22 | 71 | 56 |
| Binary | 10111001 | 1011011 | 110010 | 0 | 110011 | 1001001 | 11011 | 10010 | 111001 | 101110 |
Color Harmonies of #B95B32
Complementary color
Monochromatic Colors of #B95B32
Black with #B95B32
Text Example
Text Example
White with #B95B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95B32; }
p { color: rgb(185,91,50); }
H1.HeaderClassName
{
color: #B95B32;
}
.AnyTagClassName
{
color: #B95B32;
}
</style>
background-color css
<style>
a { background-color: #B95B32; }
a { background-color: rgb(185,91,50); }
div.DivClassName
{
background-color: #B95B32;
}
.BgClassName
{
background-color: #B95B32;
}
</style>
border-color css
<style>
span { border-color: #B95B32; }
span { border-color: rgb(185,91,50); }
td.TdClassName
{
border-color: #B95B32;
}
.TagClassName
{
border-color: #B95B32;
}
</style>