#BA7985

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

Shades of Tapestry #BA7985

Tints of Tapestry #BA7985

Color information

#BA7985 (or 0xBA7985) is unknown color: approx Tapestry. HEX triplet: BA, 79 and 85. RGB value is (186,121,133). Sum of RGB (Red+Green+Blue) = 186+121+133=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7985 is #45867A. Grayscale: #8D8D8D. Windows color (decimal): -4556411 or 8747450. OLE color: 8747450.

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

Color convert

RGB186121133-
CMYK00.350.280.27
HSL348.92º32.02%60.2%-
HSV(B)348.92º34.95%72.94%-
XYZ31.3225.8125.52-
YUV141.8123.03159.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 133 (52.34% from 255) = 30.23%
R=42.27%
G=27.5%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612113300.350.280.27348.9232.0260.2
HexBA79850231C1B15d203c
Octal27217120504334335354074
Binary1011101011110011000010101000111110011011101011101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7985; }

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

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

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

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

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

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

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

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