#BA7990

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

Shades of Tapestry #BA7990

Tints of Tapestry #BA7990

Color information

#BA7990 (or 0xBA7990) is unknown color: approx Tapestry. HEX triplet: BA, 79 and 90. RGB value is (186,121,144). Sum of RGB (Red+Green+Blue) = 186+121+144=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7990 is #45866F. Grayscale: #8F8F8F. Windows color (decimal): -4556400 or 9468346. OLE color: 9468346.

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

Color convert

RGB186121144-
CMYK00.350.230.27
HSL338.77º32.02%60.2%-
HSV(B)338.77º34.95%72.94%-
XYZ32.1226.1329.74-
YUV143.06128.53158.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=41.24%
G=26.83%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612114400.350.230.27338.7732.0260.2
HexBA7990023171B153203c
Octal27217122004327335234074
Binary1011101011110011001000001000111011111011101010011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7990; }

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

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

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

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

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

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

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

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