#BA7994

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

Shades of Tapestry #BA7994

Tints of Tapestry #BA7994

Color information

#BA7994 (or 0xBA7994) is unknown color: approx Tapestry. HEX triplet: BA, 79 and 94. RGB value is (186,121,148). Sum of RGB (Red+Green+Blue) = 186+121+148=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7994 is #45866B. Grayscale: #8F8F8F. Windows color (decimal): -4556396 or 9730490. OLE color: 9730490.

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

Color convert

RGB186121148-
CMYK00.350.200.27
HSL335.08º32.02%60.2%-
HSV(B)335.08º34.95%72.94%-
XYZ32.4326.2531.37-
YUV143.51130.53158.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 148 (58.20% from 255) = 32.53%
R=40.88%
G=26.59%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612114800.350.200.27335.0832.0260.2
HexBA7994023141B14f203c
Octal27217122404324335174074
Binary1011101011110011001010001000111010011011101001111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7994; }

 p { color: rgb(186,121,148); }

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

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

 a { background-color: rgb(186,121,148); }

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

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

 span { border-color: rgb(186,121,148); }

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