#BA8090

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

Shades of Tapestry #BA8090

Tints of Tapestry #BA8090

Color information

#BA8090 (or 0xBA8090) is unknown color: approx Tapestry. HEX triplet: BA, 80 and 90. RGB value is (186,128,144). Sum of RGB (Red+Green+Blue) = 186+128+144=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8090 is #457F6F. Grayscale: #939393. Windows color (decimal): -4554608 or 9470138. OLE color: 9470138.

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

Color convert

RGB186128144-
CMYK00.310.230.27
HSL343.45º29.59%61.57%-
HSV(B)343.45º31.18%72.94%-
XYZ3327.8930.03-
YUV147.17126.22155.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 144 (56.64% from 255) = 31.44%
R=40.61%
G=27.95%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612814400.310.230.27343.4529.5961.57
HexBA809001F171B1571e3e
Octal27220022003727335273676
Binary101110101000000010010000011111101111101110101011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8090; }

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

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

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

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

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

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

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

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