#BA7687

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

Shades of Tapestry #BA7687

Tints of Tapestry #BA7687

Color information

#BA7687 (or 0xBA7687) is unknown color: approx Tapestry. HEX triplet: BA, 76 and 87. RGB value is (186,118,135). Sum of RGB (Red+Green+Blue) = 186+118+135=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7687 is #458978. Grayscale: #8C8C8C. Windows color (decimal): -4557177 or 8877754. OLE color: 8877754.

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

Color convert

RGB186118135-
CMYK00.370.270.27
HSL345º33.01%59.61%-
HSV(B)345º36.56%72.94%-
XYZ31.125.1526.14-
YUV140.27125.03160.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 118 (46.48% from 255) = 26.88%
BLUE value IS 135 (53.12% from 255) = 30.75%
R=42.37%
G=26.88%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611813500.370.270.2734533.0159.61
HexBA76870251B1B159213c
Octal27216620704533335314174
Binary1011101011101101000011101001011101111011101011001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7687; }

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

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

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

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

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

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

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

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