Shades of Smoke Tree #BA673A
Tints of Smoke Tree #BA673A
RGB
CMYK
RGB Variations
Color information
#BA673A (or 0xBA673A) is known color: Smoke Tree. HEX triplet: BA, 67 and 3A. RGB value is (186,103,58). Sum of RGB (Red+Green+Blue) = 186+103+58=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA673A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA673A is #4598C5. Grayscale: #7A7A7A. Windows color (decimal): -4561094 or 3827642. OLE color: 3827642.
HSL color Cylindrical-coordinate representation of color #BA673A: hue angle of 21.09º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA673A is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 58 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.27 |
| HSL | 21.09º | 0.52% | 0.48% | - |
| HSV(B) | 21.09º | 0.69% | 0.73% | - |
| XYZ | 25.86 | 20.45 | 6.59 | - |
| YUV | 122.69 | 91.5 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 58 | 0 | 0.45 | 0.69 | 0.27 | 21.09 | 0.52 | 0.48 |
| Hex | BA | 67 | 3A | 0 | 2D | 45 | 1B | 15 | 34 | 30 |
| Octal | 272 | 147 | 72 | 0 | 55 | 105 | 33 | 25 | 64 | 60 |
| Binary | 10111010 | 1100111 | 111010 | 0 | 101101 | 1000101 | 11011 | 10101 | 110100 | 110000 |
Color Harmonies of #BA673A
Complementary color
Monochromatic Colors of #BA673A
Black with #BA673A
Text Example
Text Example
White with #BA673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA673A; }
p { color: rgb(186,103,58); }
H1.HeaderClassName
{
color: #BA673A;
}
.AnyTagClassName
{
color: #BA673A;
}
</style>
background-color css
<style>
a { background-color: #BA673A; }
a { background-color: rgb(186,103,58); }
div.DivClassName
{
background-color: #BA673A;
}
.BgClassName
{
background-color: #BA673A;
}
</style>
border-color css
<style>
span { border-color: #BA673A; }
span { border-color: rgb(186,103,58); }
td.TdClassName
{
border-color: #BA673A;
}
.TagClassName
{
border-color: #BA673A;
}
</style>