#BA6839

Color #BA6839 Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #BA6839

Tints of Smoke Tree #BA6839

Color information

#BA6839 (or 0xBA6839) is unknown color: approx Smoke Tree. HEX triplet: BA, 68 and 39. RGB value is (186,104,57). Sum of RGB (Red+Green+Blue) = 186+104+57=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6839 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6839 is #4597C6. Grayscale: #7B7B7B. Windows color (decimal): -4560839 or 3762362. OLE color: 3762362.

HSL color Cylindrical-coordinate representation of color #BA6839: hue angle of 21.86º degrees, saturation: 0.53, 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 #BA6839 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB18610457-
CMYK00.440.690.27
HSL21.86º53.09%47.65%-
HSV(B)21.86º69.35%72.94%-
XYZ25.9420.646.49-
YUV123.1690.67172.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 57 (22.66% from 255) = 16.43%
R=53.60%
G=29.97%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861045700.440.690.2721.8653.0947.65
HexBA683902C451B163530
Octal2721507105410533266560
Binary101110101101000111001010110010001011101110110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6839; }

 p { color: rgb(186,104,57); }

 H1.HeaderClassName
 {
   color: #BA6839;
 }
 .AnyTagClassName
 {
   color: #BA6839;
 }
</style>
background-color css

<style>
 a { background-color: #BA6839; }

 a { background-color: rgb(186,104,57); }

 div.DivClassName
 {
   background-color: #BA6839;
 }
 .BgClassName
 {
   background-color: #BA6839;
 }
</style>
border-color css

<style>
 span { border-color: #BA6839; }

 span { border-color: rgb(186,104,57); }

 td.TdClassName
 {
   border-color: #BA6839;
 }
 .TagClassName
 {
   border-color: #BA6839;
 }
</style>