#BA7390

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

Shades of Tapestry #BA7390

Tints of Tapestry #BA7390

Color information

#BA7390 (or 0xBA7390) is unknown color: approx Tapestry. HEX triplet: BA, 73 and 90. RGB value is (186,115,144). Sum of RGB (Red+Green+Blue) = 186+115+144=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7390 is #458C6F. Grayscale: #8B8B8B. Windows color (decimal): -4557936 or 9466810. OLE color: 9466810.

HSL color Cylindrical-coordinate representation of color #BA7390: hue angle of 335.49º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA7390 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB186115144-
CMYK00.380.230.27
HSL335.49º33.97%59.02%-
HSV(B)335.49º38.17%72.94%-
XYZ31.4124.7129.5-
YUV139.54130.52161.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 115 (45.31% from 255) = 25.84%
BLUE value IS 144 (56.64% from 255) = 32.36%
R=41.80%
G=25.84%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611514400.380.230.27335.4933.9759.02
HexBA7390026171B14f223b
Octal27216322004627335174273
Binary1011101011100111001000001001101011111011101001111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7390; }

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

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

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

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

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

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

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

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