Shades of Smoke Tree #BA643D
Tints of Smoke Tree #BA643D
RGB
CMYK
RGB Variations
Color information
#BA643D (or 0xBA643D) is known color: Smoke Tree. HEX triplet: BA, 64 and 3D. RGB value is (186,100,61). Sum of RGB (Red+Green+Blue) = 186+100+61=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA643D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA643D is #459BC2. Grayscale: #797979. Windows color (decimal): -4561859 or 4023482. OLE color: 4023482.
HSL color Cylindrical-coordinate representation of color #BA643D: hue angle of 18.72º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA643D is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 61 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.27 |
| HSL | 18.72º | 0.51% | 0.48% | - |
| HSV(B) | 18.72º | 0.67% | 0.73% | - |
| XYZ | 25.65 | 19.89 | 6.9 | - |
| YUV | 121.27 | 93.99 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 61 | 0 | 0.46 | 0.67 | 0.27 | 18.72 | 0.51 | 0.48 |
| Hex | BA | 64 | 3D | 0 | 2E | 43 | 1B | 13 | 33 | 30 |
| Octal | 272 | 144 | 75 | 0 | 56 | 103 | 33 | 23 | 63 | 60 |
| Binary | 10111010 | 1100100 | 111101 | 0 | 101110 | 1000011 | 11011 | 10011 | 110011 | 110000 |
Color Harmonies of #BA643D
Complementary color
Monochromatic Colors of #BA643D
Black with #BA643D
Text Example
Text Example
White with #BA643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA643D; }
p { color: rgb(186,100,61); }
H1.HeaderClassName
{
color: #BA643D;
}
.AnyTagClassName
{
color: #BA643D;
}
</style>
background-color css
<style>
a { background-color: #BA643D; }
a { background-color: rgb(186,100,61); }
div.DivClassName
{
background-color: #BA643D;
}
.BgClassName
{
background-color: #BA643D;
}
</style>
border-color css
<style>
span { border-color: #BA643D; }
span { border-color: rgb(186,100,61); }
td.TdClassName
{
border-color: #BA643D;
}
.TagClassName
{
border-color: #BA643D;
}
</style>