#BA697C

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

Shades of Tapestry #BA697C

Tints of Tapestry #BA697C

Color information

#BA697C (or 0xBA697C) is unknown color: approx Tapestry. HEX triplet: BA, 69 and 7C. RGB value is (186,105,124). Sum of RGB (Red+Green+Blue) = 186+105+124=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA697C is #459683. Grayscale: #838383. Windows color (decimal): -4560516 or 8153530. OLE color: 8153530.

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

Color convert

RGB186105124-
CMYK00.440.330.27
HSL345.93º36.99%57.06%-
HSV(B)345.93º43.55%72.94%-
XYZ28.942221.79-
YUV131.38123.84166.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=44.82%
G=25.30%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610512400.440.330.27345.9336.9957.06
HexBA697C02C211B15a2539
Octal27215117405441335324571
Binary1011101011010011111100010110010000111011101011010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA697C; }

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

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

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

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

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

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

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

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