#BA7A93

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

Shades of Tapestry #BA7A93

Tints of Tapestry #BA7A93

Color information

#BA7A93 (or 0xBA7A93) is unknown color: approx Tapestry. HEX triplet: BA, 7A and 93. RGB value is (186,122,147). Sum of RGB (Red+Green+Blue) = 186+122+147=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A93 is #45856C. Grayscale: #8F8F8F. Windows color (decimal): -4556141 or 9665210. OLE color: 9665210.

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

Color convert

RGB186122147-
CMYK00.340.210.27
HSL336.56º31.68%60.39%-
HSV(B)336.56º34.41%72.94%-
XYZ32.4826.4631-
YUV143.99129.7157.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 147 (57.81% from 255) = 32.31%
R=40.88%
G=26.81%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612214700.340.210.27336.5631.6860.39
HexBA7A93022151B151203c
Octal27217222304225335214074
Binary1011101011110101001001101000101010111011101010001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A93; }

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

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

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

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

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

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

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

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