#BA688C

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

Shades of Tapestry #BA688C

Tints of Tapestry #BA688C

Color information

#BA688C (or 0xBA688C) is unknown color: approx Tapestry. HEX triplet: BA, 68 and 8C. RGB value is (186,104,140). Sum of RGB (Red+Green+Blue) = 186+104+140=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA688C is #459773. Grayscale: #848484. Windows color (decimal): -4560756 or 9201850. OLE color: 9201850.

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

Color convert

RGB186104140-
CMYK00.440.250.27
HSL333.66º37.27%56.86%-
HSV(B)333.66º44.09%72.94%-
XYZ29.9322.2327.52-
YUV132.62132.17166.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 104 (41.02% from 255) = 24.19%
BLUE value IS 140 (55.08% from 255) = 32.56%
R=43.26%
G=24.19%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610414000.440.250.27333.6637.2756.86
HexBA688C02C191B14e2539
Octal27215021405431335164571
Binary1011101011010001000110001011001100111011101001110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA688C; }

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

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

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

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

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

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

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

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