Shades of Smoke Tree #BA653F
Tints of Smoke Tree #BA653F
RGB
CMYK
RGB Variations
Color information
#BA653F (or 0xBA653F) is known color: Smoke Tree. HEX triplet: BA, 65 and 3F. RGB value is (186,101,63). Sum of RGB (Red+Green+Blue) = 186+101+63=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA653F is #459AC0. Grayscale: #7A7A7A. Windows color (decimal): -4561601 or 4154810. OLE color: 4154810.
HSL color Cylindrical-coordinate representation of color #BA653F: hue angle of 18.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA653F is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 63 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.27 |
| HSL | 18.54º | 0.49% | 0.49% | - |
| HSV(B) | 18.54º | 0.66% | 0.73% | - |
| XYZ | 25.8 | 20.11 | 7.22 | - |
| YUV | 122.08 | 94.66 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 63 | 0 | 0.46 | 0.66 | 0.27 | 18.54 | 0.49 | 0.49 |
| Hex | BA | 65 | 3F | 0 | 2E | 42 | 1B | 13 | 31 | 31 |
| Octal | 272 | 145 | 77 | 0 | 56 | 102 | 33 | 23 | 61 | 61 |
| Binary | 10111010 | 1100101 | 111111 | 0 | 101110 | 1000010 | 11011 | 10011 | 110001 | 110001 |
Color Harmonies of #BA653F
Complementary color
Monochromatic Colors of #BA653F
Black with #BA653F
Text Example
Text Example
White with #BA653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA653F; }
p { color: rgb(186,101,63); }
H1.HeaderClassName
{
color: #BA653F;
}
.AnyTagClassName
{
color: #BA653F;
}
</style>
background-color css
<style>
a { background-color: #BA653F; }
a { background-color: rgb(186,101,63); }
div.DivClassName
{
background-color: #BA653F;
}
.BgClassName
{
background-color: #BA653F;
}
</style>
border-color css
<style>
span { border-color: #BA653F; }
span { border-color: rgb(186,101,63); }
td.TdClassName
{
border-color: #BA653F;
}
.TagClassName
{
border-color: #BA653F;
}
</style>