#BA7F8A

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

Shades of Tapestry #BA7F8A

Tints of Tapestry #BA7F8A

Color information

#BA7F8A (or 0xBA7F8A) is unknown color: approx Tapestry. HEX triplet: BA, 7F and 8A. RGB value is (186,127,138). Sum of RGB (Red+Green+Blue) = 186+127+138=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F8A is #458075. Grayscale: #919191. Windows color (decimal): -4554870 or 9076666. OLE color: 9076666.

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

Color convert

RGB186127138-
CMYK00.320.260.27
HSL348.81º29.95%61.37%-
HSV(B)348.81º31.72%72.94%-
XYZ32.4327.4527.63-
YUV145.89123.55156.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 127 (50% from 255) = 28.16%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=41.24%
G=28.16%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612713800.320.260.27348.8129.9561.37
HexBA7F8A0201A1B15d1e3d
Octal27217721204032335353675
Binary101110101111111100010100100000110101101110101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F8A; }

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

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

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

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

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

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

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

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