#BA7689

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

Shades of Tapestry #BA7689

Tints of Tapestry #BA7689

Color information

#BA7689 (or 0xBA7689) is unknown color: approx Tapestry. HEX triplet: BA, 76 and 89. RGB value is (186,118,137). Sum of RGB (Red+Green+Blue) = 186+118+137=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7689 is #458976. Grayscale: #8C8C8C. Windows color (decimal): -4557175 or 9008826. OLE color: 9008826.

HSL color Cylindrical-coordinate representation of color #BA7689: hue angle of 343.24º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7689 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB186118137-
CMYK00.370.260.27
HSL343.24º33.01%59.61%-
HSV(B)343.24º36.56%72.94%-
XYZ31.2425.226.88-
YUV140.5126.03160.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 137 (53.91% from 255) = 31.07%
R=42.18%
G=26.76%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611813700.370.260.27343.2433.0159.61
HexBA76890251A1B157213c
Octal27216621104532335274174
Binary1011101011101101000100101001011101011011101010111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7689; }

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

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

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

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

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

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

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

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