Shades of Smoke Tree #BA673B
Tints of Smoke Tree #BA673B
RGB
CMYK
RGB Variations
Color information
#BA673B (or 0xBA673B) is known color: Smoke Tree. HEX triplet: BA, 67 and 3B. RGB value is (186,103,59). Sum of RGB (Red+Green+Blue) = 186+103+59=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA673B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA673B is #4598C4. Grayscale: #7B7B7B. Windows color (decimal): -4561093 or 3893178. OLE color: 3893178.
HSL color Cylindrical-coordinate representation of color #BA673B: hue angle of 20.79º 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 #BA673B is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 59 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.27 |
| HSL | 20.79º | 0.52% | 0.48% | - |
| HSV(B) | 20.79º | 0.68% | 0.73% | - |
| XYZ | 25.89 | 20.46 | 6.72 | - |
| YUV | 122.8 | 92 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 59 | 0 | 0.45 | 0.68 | 0.27 | 20.79 | 0.52 | 0.48 |
| Hex | BA | 67 | 3B | 0 | 2D | 44 | 1B | 15 | 34 | 30 |
| Octal | 272 | 147 | 73 | 0 | 55 | 104 | 33 | 25 | 64 | 60 |
| Binary | 10111010 | 1100111 | 111011 | 0 | 101101 | 1000100 | 11011 | 10101 | 110100 | 110000 |
Color Harmonies of #BA673B
Complementary color
Monochromatic Colors of #BA673B
Black with #BA673B
Text Example
Text Example
White with #BA673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA673B; }
p { color: rgb(186,103,59); }
H1.HeaderClassName
{
color: #BA673B;
}
.AnyTagClassName
{
color: #BA673B;
}
</style>
background-color css
<style>
a { background-color: #BA673B; }
a { background-color: rgb(186,103,59); }
div.DivClassName
{
background-color: #BA673B;
}
.BgClassName
{
background-color: #BA673B;
}
</style>
border-color css
<style>
span { border-color: #BA673B; }
span { border-color: rgb(186,103,59); }
td.TdClassName
{
border-color: #BA673B;
}
.TagClassName
{
border-color: #BA673B;
}
</style>