#BA688E

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

Shades of Tapestry #BA688E

Tints of Tapestry #BA688E

Color information

#BA688E (or 0xBA688E) is unknown color: approx Tapestry. HEX triplet: BA, 68 and 8E. RGB value is (186,104,142). Sum of RGB (Red+Green+Blue) = 186+104+142=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA688E is #459771. Grayscale: #848484. Windows color (decimal): -4560754 or 9332922. OLE color: 9332922.

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

Color convert

RGB186104142-
CMYK00.440.240.27
HSL332.2º37.27%56.86%-
HSV(B)332.2º44.09%72.94%-
XYZ30.0822.2928.31-
YUV132.85133.17165.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 104 (41.02% from 255) = 24.07%
BLUE value IS 142 (55.86% from 255) = 32.87%
R=43.06%
G=24.07%
B=32.87%

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
Decimal18610414200.440.240.27332.237.2756.86
HexBA688E02C181B14c2539
Octal27215021605430335144571
Binary1011101011010001000111001011001100011011101001100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA688E; }

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

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

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

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

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

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

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

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