#ba7f8e

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

Shades of Tapestry #BA7F8E

Tints of Tapestry #BA7F8E

Color information

#BA7F8E (or 0xBA7F8E) is unknown color: approx Tapestry. HEX triplet: BA, 7F and 8E. RGB value is (186,127,142). Sum of RGB (Red+Green+Blue) = 186+127+142=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F8E is #458071. Grayscale: #929292. Windows color (decimal): -4554866 or 9338810. OLE color: 9338810.

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

Color convert

RGB186127142-
CMYK00.320.240.27
HSL344.75º29.95%61.37%-
HSV(B)344.75º31.72%72.94%-
XYZ32.7227.5729.19-
YUV146.35125.55156.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=40.88%
G=27.91%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612714200.320.240.27344.7529.9561.37
HexBA7F8E020181B1591e3d
Octal27217721604030335313675
Binary101110101111111100011100100000110001101110101100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7f8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7f8e; }

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

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

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

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

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

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

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

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