Shades of Smoke Tree #BA673E
Tints of Smoke Tree #BA673E
RGB
CMYK
RGB Variations
Color information
#BA673E (or 0xBA673E) is known color: Smoke Tree. HEX triplet: BA, 67 and 3E. RGB value is (186,103,62). Sum of RGB (Red+Green+Blue) = 186+103+62=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA673E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA673E is #4598C1. Grayscale: #7B7B7B. Windows color (decimal): -4561090 or 4089786. OLE color: 4089786.
HSL color Cylindrical-coordinate representation of color #BA673E: hue angle of 19.84º 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 #BA673E is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 62 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.27 |
| HSL | 19.84º | 0.5% | 0.49% | - |
| HSV(B) | 19.84º | 0.67% | 0.73% | - |
| XYZ | 25.97 | 20.49 | 7.14 | - |
| YUV | 123.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 62 | 0 | 0.45 | 0.67 | 0.27 | 19.84 | 0.5 | 0.49 |
| Hex | BA | 67 | 3E | 0 | 2D | 43 | 1B | 14 | 32 | 31 |
| Octal | 272 | 147 | 76 | 0 | 55 | 103 | 33 | 24 | 62 | 61 |
| Binary | 10111010 | 1100111 | 111110 | 0 | 101101 | 1000011 | 11011 | 10100 | 110010 | 110001 |
Color Harmonies of #BA673E
Complementary color
Monochromatic Colors of #BA673E
Black with #BA673E
Text Example
Text Example
White with #BA673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA673E; }
p { color: rgb(186,103,62); }
H1.HeaderClassName
{
color: #BA673E;
}
.AnyTagClassName
{
color: #BA673E;
}
</style>
background-color css
<style>
a { background-color: #BA673E; }
a { background-color: rgb(186,103,62); }
div.DivClassName
{
background-color: #BA673E;
}
.BgClassName
{
background-color: #BA673E;
}
</style>
border-color css
<style>
span { border-color: #BA673E; }
span { border-color: rgb(186,103,62); }
td.TdClassName
{
border-color: #BA673E;
}
.TagClassName
{
border-color: #BA673E;
}
</style>