#BA7F87

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

Shades of Tapestry #BA7F87

Tints of Tapestry #BA7F87

Color information

#BA7F87 (or 0xBA7F87) is unknown color: approx Tapestry. HEX triplet: BA, 7F and 87. RGB value is (186,127,135). Sum of RGB (Red+Green+Blue) = 186+127+135=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F87 is #458078. Grayscale: #919191. Windows color (decimal): -4554873 or 8880058. OLE color: 8880058.

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

Color convert

RGB186127135-
CMYK00.320.270.27
HSL351.86º29.95%61.37%-
HSV(B)351.86º31.72%72.94%-
XYZ32.2127.3726.51-
YUV145.55122.05156.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 135 (53.12% from 255) = 30.13%
R=41.52%
G=28.35%
B=30.13%

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
Decimal18612713500.320.270.27351.8629.9561.37
HexBA7F870201B1B1601e3d
Octal27217720704033335403675
Binary101110101111111100001110100000110111101110110000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F87; }

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

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

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

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

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

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

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

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