#BA7E87

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

Shades of Tapestry #BA7E87

Tints of Tapestry #BA7E87

Color information

#BA7E87 (or 0xBA7E87) is unknown color: approx Tapestry. HEX triplet: BA, 7E and 87. RGB value is (186,126,135). Sum of RGB (Red+Green+Blue) = 186+126+135=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7E87 is #458178. Grayscale: #909090. Windows color (decimal): -4555129 or 8879802. OLE color: 8879802.

HSL color Cylindrical-coordinate representation of color #BA7E87: hue angle of 351º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7E87 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB186126135-
CMYK00.320.270.27
HSL351º30.3%61.18%-
HSV(B)351º32.26%72.94%-
XYZ32.0827.1126.46-
YUV144.97122.38157.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 126 (49.61% from 255) = 28.19%
BLUE value IS 135 (53.12% from 255) = 30.20%
R=41.61%
G=28.19%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612613500.320.270.2735130.361.18
HexBA7E870201B1B15f1e3d
Octal27217620704033335373675
Binary101110101111110100001110100000110111101110101111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E87; }

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

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

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

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

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

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

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

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