Shades of Smoke Tree #B8653E
Tints of Smoke Tree #B8653E
RGB
CMYK
RGB Variations
Color information
#B8653E (or 0xB8653E) is known color: Smoke Tree. HEX triplet: B8, 65 and 3E. RGB value is (184,101,62). Sum of RGB (Red+Green+Blue) = 184+101+62=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8653E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8653E is #479AC1. Grayscale: #797979. Windows color (decimal): -4692674 or 4089272. OLE color: 4089272.
HSL color Cylindrical-coordinate representation of color #B8653E: hue angle of 19.18º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8653E is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 62 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.28 |
| HSL | 19.18º | 0.5% | 0.48% | - |
| HSV(B) | 19.18º | 0.66% | 0.72% | - |
| XYZ | 25.29 | 19.85 | 7.06 | - |
| YUV | 121.37 | 94.5 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 62 | 0 | 0.45 | 0.66 | 0.28 | 19.18 | 0.5 | 0.48 |
| Hex | B8 | 65 | 3E | 0 | 2D | 42 | 1C | 13 | 32 | 30 |
| Octal | 270 | 145 | 76 | 0 | 55 | 102 | 34 | 23 | 62 | 60 |
| Binary | 10111000 | 1100101 | 111110 | 0 | 101101 | 1000010 | 11100 | 10011 | 110010 | 110000 |
Color Harmonies of #B8653E
Complementary color
Monochromatic Colors of #B8653E
Black with #B8653E
Text Example
Text Example
White with #B8653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8653E; }
p { color: rgb(184,101,62); }
H1.HeaderClassName
{
color: #B8653E;
}
.AnyTagClassName
{
color: #B8653E;
}
</style>
background-color css
<style>
a { background-color: #B8653E; }
a { background-color: rgb(184,101,62); }
div.DivClassName
{
background-color: #B8653E;
}
.BgClassName
{
background-color: #B8653E;
}
</style>
border-color css
<style>
span { border-color: #B8653E; }
span { border-color: rgb(184,101,62); }
td.TdClassName
{
border-color: #B8653E;
}
.TagClassName
{
border-color: #B8653E;
}
</style>