#BA7E8F

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

Shades of Tapestry #BA7E8F

Tints of Tapestry #BA7E8F

Color information

#BA7E8F (or 0xBA7E8F) is unknown color: approx Tapestry. HEX triplet: BA, 7E and 8F. RGB value is (186,126,143). Sum of RGB (Red+Green+Blue) = 186+126+143=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7E8F is #458170. Grayscale: #919191. Windows color (decimal): -4555121 or 9404090. OLE color: 9404090.

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

Color convert

RGB186126143-
CMYK00.320.230.27
HSL343º30.3%61.18%-
HSV(B)343º32.26%72.94%-
XYZ32.6727.3429.54-
YUV145.88126.38156.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 126 (49.61% from 255) = 27.69%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=40.88%
G=27.69%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612614300.320.230.2734330.361.18
HexBA7E8F020171B1571e3d
Octal27217621704027335273675
Binary101110101111110100011110100000101111101110101011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E8F; }

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

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

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

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

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

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

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

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