#BA6C90

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

Shades of Tapestry #BA6C90

Tints of Tapestry #BA6C90

Color information

#BA6C90 (or 0xBA6C90) is unknown color: approx Tapestry. HEX triplet: BA, 6C and 90. RGB value is (186,108,144). Sum of RGB (Red+Green+Blue) = 186+108+144=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6C90 is #45936F. Grayscale: #878787. Windows color (decimal): -4559728 or 9465018. OLE color: 9465018.

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

Color convert

RGB186108144-
CMYK00.420.230.27
HSL332.31º36.11%57.65%-
HSV(B)332.31º41.94%72.94%-
XYZ30.6523.1829.24-
YUV135.43132.84164.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 108 (42.58% from 255) = 24.66%
BLUE value IS 144 (56.64% from 255) = 32.88%
R=42.47%
G=24.66%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610814400.420.230.27332.3136.1157.65
HexBA6C9002A171B14c243a
Octal27215422005227335144472
Binary1011101011011001001000001010101011111011101001100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C90; }

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

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

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

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

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

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

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

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