Shades of Smoke Tree #B9593B
Tints of Smoke Tree #B9593B
RGB
CMYK
RGB Variations
Color information
#B9593B (or 0xB9593B) is known color: Smoke Tree. HEX triplet: B9, 59 and 3B. RGB value is (185,89,59). Sum of RGB (Red+Green+Blue) = 185+89+59=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9593B is #46A6C4. Grayscale: #727272. Windows color (decimal): -4630213 or 3889593. OLE color: 3889593.
HSL color Cylindrical-coordinate representation of color #B9593B: hue angle of 14.29º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9593B is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 89 | 59 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.27 |
| HSL | 14.29º | 0.52% | 0.48% | - |
| HSV(B) | 14.29º | 0.68% | 0.73% | - |
| XYZ | 24.37 | 17.77 | 6.28 | - |
| YUV | 114.28 | 96.8 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 59 | 0 | 0.52 | 0.68 | 0.27 | 14.29 | 0.52 | 0.48 |
| Hex | B9 | 59 | 3B | 0 | 34 | 44 | 1B | E | 34 | 30 |
| Octal | 271 | 131 | 73 | 0 | 64 | 104 | 33 | 16 | 64 | 60 |
| Binary | 10111001 | 1011001 | 111011 | 0 | 110100 | 1000100 | 11011 | 1110 | 110100 | 110000 |
Color Harmonies of #B9593B
Complementary color
Monochromatic Colors of #B9593B
Black with #B9593B
Text Example
Text Example
White with #B9593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9593B; }
p { color: rgb(185,89,59); }
H1.HeaderClassName
{
color: #B9593B;
}
.AnyTagClassName
{
color: #B9593B;
}
</style>
background-color css
<style>
a { background-color: #B9593B; }
a { background-color: rgb(185,89,59); }
div.DivClassName
{
background-color: #B9593B;
}
.BgClassName
{
background-color: #B9593B;
}
</style>
border-color css
<style>
span { border-color: #B9593B; }
span { border-color: rgb(185,89,59); }
td.TdClassName
{
border-color: #B9593B;
}
.TagClassName
{
border-color: #B9593B;
}
</style>