#BA7A8F

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

Shades of Tapestry #BA7A8F

Tints of Tapestry #BA7A8F

Color information

#BA7A8F (or 0xBA7A8F) is unknown color: approx Tapestry. HEX triplet: BA, 7A and 8F. RGB value is (186,122,143). Sum of RGB (Red+Green+Blue) = 186+122+143=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A8F is #458570. Grayscale: #8F8F8F. Windows color (decimal): -4556145 or 9403066. OLE color: 9403066.

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

Color convert

RGB186122143-
CMYK00.340.230.27
HSL340.31º31.68%60.39%-
HSV(B)340.31º34.41%72.94%-
XYZ32.1726.3429.38-
YUV143.53127.7158.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=41.24%
G=27.05%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612214300.340.230.27340.3131.6860.39
HexBA7A8F022171B154203c
Octal27217221704227335244074
Binary1011101011110101000111101000101011111011101010100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A8F; }

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

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

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

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

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

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

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

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