#BA7980

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

Shades of Tapestry #BA7980

Tints of Tapestry #BA7980

Color information

#BA7980 (or 0xBA7980) is unknown color: approx Tapestry. HEX triplet: BA, 79 and 80. RGB value is (186,121,128). Sum of RGB (Red+Green+Blue) = 186+121+128=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7980 is #45867F. Grayscale: #8D8D8D. Windows color (decimal): -4556416 or 8419770. OLE color: 8419770.

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

Color convert

RGB186121128-
CMYK00.350.310.27
HSL353.54º32.02%60.2%-
HSV(B)353.54º34.95%72.94%-
XYZ30.9825.6723.74-
YUV141.23120.53159.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=42.76%
G=27.82%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612112800.350.310.27353.5432.0260.2
HexBA79800231F1B162203c
Octal27217120004337335424074
Binary1011101011110011000000001000111111111011101100010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7980; }

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

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

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

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

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

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

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

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