Shades of Smoke Tree #BA653B
Tints of Smoke Tree #BA653B
RGB
CMYK
RGB Variations
Color information
#BA653B (or 0xBA653B) is known color: Smoke Tree. HEX triplet: BA, 65 and 3B. RGB value is (186,101,59). Sum of RGB (Red+Green+Blue) = 186+101+59=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA653B is #459AC4. Grayscale: #797979. Windows color (decimal): -4561605 or 3892666. OLE color: 3892666.
HSL color Cylindrical-coordinate representation of color #BA653B: hue angle of 19.84º 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 #BA653B is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 59 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.27 |
| HSL | 19.84º | 0.52% | 0.48% | - |
| HSV(B) | 19.84º | 0.68% | 0.73% | - |
| XYZ | 25.69 | 20.06 | 6.66 | - |
| YUV | 121.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 59 | 0 | 0.46 | 0.68 | 0.27 | 19.84 | 0.52 | 0.48 |
| Hex | BA | 65 | 3B | 0 | 2E | 44 | 1B | 14 | 34 | 30 |
| Octal | 272 | 145 | 73 | 0 | 56 | 104 | 33 | 24 | 64 | 60 |
| Binary | 10111010 | 1100101 | 111011 | 0 | 101110 | 1000100 | 11011 | 10100 | 110100 | 110000 |
Color Harmonies of #BA653B
Complementary color
Monochromatic Colors of #BA653B
Black with #BA653B
Text Example
Text Example
White with #BA653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA653B; }
p { color: rgb(186,101,59); }
H1.HeaderClassName
{
color: #BA653B;
}
.AnyTagClassName
{
color: #BA653B;
}
</style>
background-color css
<style>
a { background-color: #BA653B; }
a { background-color: rgb(186,101,59); }
div.DivClassName
{
background-color: #BA653B;
}
.BgClassName
{
background-color: #BA653B;
}
</style>
border-color css
<style>
span { border-color: #BA653B; }
span { border-color: rgb(186,101,59); }
td.TdClassName
{
border-color: #BA653B;
}
.TagClassName
{
border-color: #BA653B;
}
</style>