#BA6240

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

Shades of Smoke Tree #BA6240

Tints of Smoke Tree #BA6240

Color information

#BA6240 (or 0xBA6240) is unknown color: approx Smoke Tree. HEX triplet: BA, 62 and 40. RGB value is (186,98,64). Sum of RGB (Red+Green+Blue) = 186+98+64=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6240 is #459DBF. Grayscale: #787878. Windows color (decimal): -4562368 or 4219578. OLE color: 4219578.

HSL color Cylindrical-coordinate representation of color #BA6240: hue angle of 16.72º 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 #BA6240 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1869864-
CMYK00.470.660.27
HSL16.72º48.8%49.02%-
HSV(B)16.72º65.59%72.94%-
XYZ25.5419.547.28-
YUV120.4496.15174.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 98 (38.67% from 255) = 28.16%
BLUE value IS 64 (25.39% from 255) = 18.39%
R=53.45%
G=28.16%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186986400.470.660.2716.7248.849.02
HexBA624002F421B113131
Octal27214210005710233216161
Binary1011101011000101000000010111110000101101110001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6240; }

 p { color: rgb(186,98,64); }

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

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

 a { background-color: rgb(186,98,64); }

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

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

 span { border-color: rgb(186,98,64); }

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