#BA6889

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

Shades of Tapestry #BA6889

Tints of Tapestry #BA6889

Color information

#BA6889 (or 0xBA6889) is unknown color: approx Tapestry. HEX triplet: BA, 68 and 89. RGB value is (186,104,137). Sum of RGB (Red+Green+Blue) = 186+104+137=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6889 is #459776. Grayscale: #848484. Windows color (decimal): -4560759 or 9005242. OLE color: 9005242.

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

Color convert

RGB186104137-
CMYK00.440.260.27
HSL335.85º37.27%56.86%-
HSV(B)335.85º44.09%72.94%-
XYZ29.7222.1526.38-
YUV132.28130.67166.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 104 (41.02% from 255) = 24.36%
BLUE value IS 137 (53.91% from 255) = 32.08%
R=43.56%
G=24.36%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610413700.440.260.27335.8537.2756.86
HexBA688902C1A1B1502539
Octal27215021105432335204571
Binary1011101011010001000100101011001101011011101010000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6889; }

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

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

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

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

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

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

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

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