Shades of Smoke Tree #BA653C
Tints of Smoke Tree #BA653C
RGB
CMYK
RGB Variations
Color information
#BA653C (or 0xBA653C) is known color: Smoke Tree. HEX triplet: BA, 65 and 3C. RGB value is (186,101,60). Sum of RGB (Red+Green+Blue) = 186+101+60=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA653C is #459AC3. Grayscale: #797979. Windows color (decimal): -4561604 or 3958202. OLE color: 3958202.
HSL color Cylindrical-coordinate representation of color #BA653C: hue angle of 19.52º degrees, saturation: 0.51, 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 #BA653C is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 60 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.27 |
| HSL | 19.52º | 0.51% | 0.48% | - |
| HSV(B) | 19.52º | 0.68% | 0.73% | - |
| XYZ | 25.72 | 20.07 | 6.79 | - |
| YUV | 121.74 | 93.16 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 60 | 0 | 0.46 | 0.68 | 0.27 | 19.52 | 0.51 | 0.48 |
| Hex | BA | 65 | 3C | 0 | 2E | 44 | 1B | 14 | 33 | 30 |
| Octal | 272 | 145 | 74 | 0 | 56 | 104 | 33 | 24 | 63 | 60 |
| Binary | 10111010 | 1100101 | 111100 | 0 | 101110 | 1000100 | 11011 | 10100 | 110011 | 110000 |
Color Harmonies of #BA653C
Complementary color
Monochromatic Colors of #BA653C
Black with #BA653C
Text Example
Text Example
White with #BA653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA653C; }
p { color: rgb(186,101,60); }
H1.HeaderClassName
{
color: #BA653C;
}
.AnyTagClassName
{
color: #BA653C;
}
</style>
background-color css
<style>
a { background-color: #BA653C; }
a { background-color: rgb(186,101,60); }
div.DivClassName
{
background-color: #BA653C;
}
.BgClassName
{
background-color: #BA653C;
}
</style>
border-color css
<style>
span { border-color: #BA653C; }
span { border-color: rgb(186,101,60); }
td.TdClassName
{
border-color: #BA653C;
}
.TagClassName
{
border-color: #BA653C;
}
</style>