#BA697E

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

Shades of Tapestry #BA697E

Tints of Tapestry #BA697E

Color information

#BA697E (or 0xBA697E) is unknown color: approx Tapestry. HEX triplet: BA, 69 and 7E. RGB value is (186,105,126). Sum of RGB (Red+Green+Blue) = 186+105+126=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA697E is #459681. Grayscale: #838383. Windows color (decimal): -4560514 or 8284602. OLE color: 8284602.

HSL color Cylindrical-coordinate representation of color #BA697E: hue angle of 344.44º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA697E is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB186105126-
CMYK00.440.320.27
HSL344.44º36.99%57.06%-
HSV(B)344.44º43.55%72.94%-
XYZ29.0722.0522.46-
YUV131.61124.84166.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=44.60%
G=25.18%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610512600.440.320.27344.4436.9957.06
HexBA697E02C201B1582539
Octal27215117605440335304571
Binary1011101011010011111110010110010000011011101011000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA697E; }

 p { color: rgb(186,105,126); }

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

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

 a { background-color: rgb(186,105,126); }

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

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

 span { border-color: rgb(186,105,126); }

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