#BA7087

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

Shades of Tapestry #BA7087

Tints of Tapestry #BA7087

Color information

#BA7087 (or 0xBA7087) is unknown color: approx Tapestry. HEX triplet: BA, 70 and 87. RGB value is (186,112,135). Sum of RGB (Red+Green+Blue) = 186+112+135=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7087 is #458F78. Grayscale: #888888. Windows color (decimal): -4558713 or 8876218. OLE color: 8876218.

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

Color convert

RGB186112135-
CMYK00.400.270.27
HSL341.35º34.91%58.43%-
HSV(B)341.35º39.78%72.94%-
XYZ30.4223.7825.91-
YUV136.75127.02163.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 135 (53.12% from 255) = 31.18%
R=42.96%
G=25.87%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611213500.400.270.27341.3534.9158.43
HexBA70870281B1B155233a
Octal27216020705033335254372
Binary1011101011100001000011101010001101111011101010101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7087; }

 p { color: rgb(186,112,135); }

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

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

 a { background-color: rgb(186,112,135); }

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

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

 span { border-color: rgb(186,112,135); }

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