Shades of Smoke Tree #BA653E
Tints of Smoke Tree #BA653E
RGB
CMYK
RGB Variations
Color information
#BA653E (or 0xBA653E) is known color: Smoke Tree. HEX triplet: BA, 65 and 3E. RGB value is (186,101,62). Sum of RGB (Red+Green+Blue) = 186+101+62=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA653E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA653E is #459AC1. Grayscale: #7A7A7A. Windows color (decimal): -4561602 or 4089274. OLE color: 4089274.
HSL color Cylindrical-coordinate representation of color #BA653E: hue angle of 18.87º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA653E is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 62 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.27 |
| HSL | 18.87º | 0.5% | 0.49% | - |
| HSV(B) | 18.87º | 0.67% | 0.73% | - |
| XYZ | 25.77 | 20.09 | 7.08 | - |
| YUV | 121.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 62 | 0 | 0.46 | 0.67 | 0.27 | 18.87 | 0.5 | 0.49 |
| Hex | BA | 65 | 3E | 0 | 2E | 43 | 1B | 13 | 32 | 31 |
| Octal | 272 | 145 | 76 | 0 | 56 | 103 | 33 | 23 | 62 | 61 |
| Binary | 10111010 | 1100101 | 111110 | 0 | 101110 | 1000011 | 11011 | 10011 | 110010 | 110001 |
Color Harmonies of #BA653E
Complementary color
Monochromatic Colors of #BA653E
Black with #BA653E
Text Example
Text Example
White with #BA653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA653E; }
p { color: rgb(186,101,62); }
H1.HeaderClassName
{
color: #BA653E;
}
.AnyTagClassName
{
color: #BA653E;
}
</style>
background-color css
<style>
a { background-color: #BA653E; }
a { background-color: rgb(186,101,62); }
div.DivClassName
{
background-color: #BA653E;
}
.BgClassName
{
background-color: #BA653E;
}
</style>
border-color css
<style>
span { border-color: #BA653E; }
span { border-color: rgb(186,101,62); }
td.TdClassName
{
border-color: #BA653E;
}
.TagClassName
{
border-color: #BA653E;
}
</style>