#BA688D

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

Shades of Tapestry #BA688D

Tints of Tapestry #BA688D

Color information

#BA688D (or 0xBA688D) is unknown color: approx Tapestry. HEX triplet: BA, 68 and 8D. RGB value is (186,104,141). Sum of RGB (Red+Green+Blue) = 186+104+141=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA688D is #459772. Grayscale: #848484. Windows color (decimal): -4560755 or 9267386. OLE color: 9267386.

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

Color convert

RGB186104141-
CMYK00.440.240.27
HSL332.93º37.27%56.86%-
HSV(B)332.93º44.09%72.94%-
XYZ30.0122.2627.91-
YUV132.74132.67165.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 104 (41.02% from 255) = 24.13%
BLUE value IS 141 (55.47% from 255) = 32.71%
R=43.16%
G=24.13%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610414100.440.240.27332.9337.2756.86
HexBA688D02C181B14d2539
Octal27215021505430335154571
Binary1011101011010001000110101011001100011011101001101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA688D; }

 p { color: rgb(186,104,141); }

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

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

 a { background-color: rgb(186,104,141); }

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

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

 span { border-color: rgb(186,104,141); }

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