#BA6140

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

Shades of Smoke Tree #BA6140

Tints of Smoke Tree #BA6140

Color information

#BA6140 (or 0xBA6140) is unknown color: approx Smoke Tree. HEX triplet: BA, 61 and 40. RGB value is (186,97,64). Sum of RGB (Red+Green+Blue) = 186+97+64=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6140 is #459EBF. Grayscale: #787878. Windows color (decimal): -4562624 or 4219322. OLE color: 4219322.

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

Color convert

RGB1869764-
CMYK00.480.660.27
HSL16.23º48.8%49.02%-
HSV(B)16.23º65.59%72.94%-
XYZ25.4519.367.25-
YUV119.8596.49175.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 64 (25.39% from 255) = 18.44%
R=53.60%
G=27.95%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186976400.480.660.2716.2348.849.02
HexBA6140030421B103131
Octal27214110006010233206161
Binary1011101011000011000000011000010000101101110000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6140; }

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

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

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

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

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

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

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

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