#BA8086

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

Shades of Tapestry #BA8086

Tints of Tapestry #BA8086

Color information

#BA8086 (or 0xBA8086) is unknown color: approx Tapestry. HEX triplet: BA, 80 and 86. RGB value is (186,128,134). Sum of RGB (Red+Green+Blue) = 186+128+134=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8086 is #457F79. Grayscale: #929292. Windows color (decimal): -4554618 or 8814778. OLE color: 8814778.

HSL color Cylindrical-coordinate representation of color #BA8086: hue angle of 353.79º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8086 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB186128134-
CMYK00.310.280.27
HSL353.79º29.59%61.57%-
HSV(B)353.79º31.18%72.94%-
XYZ32.2727.626.18-
YUV146.03121.22156.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 134 (52.73% from 255) = 29.91%
R=41.52%
G=28.57%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612813400.310.280.27353.7929.5961.57
HexBA808601F1C1B1621e3e
Octal27220020603734335423676
Binary101110101000000010000110011111111001101110110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8086; }

 p { color: rgb(186,128,134); }

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

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

 a { background-color: rgb(186,128,134); }

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

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

 span { border-color: rgb(186,128,134); }

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