#BA7586

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

Shades of Tapestry #BA7586

Tints of Tapestry #BA7586

Color information

#BA7586 (or 0xBA7586) is unknown color: approx Tapestry. HEX triplet: BA, 75 and 86. RGB value is (186,117,134). Sum of RGB (Red+Green+Blue) = 186+117+134=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7586 is #458A79. Grayscale: #8B8B8B. Windows color (decimal): -4557434 or 8811962. OLE color: 8811962.

HSL color Cylindrical-coordinate representation of color #BA7586: hue angle of 345.22º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7586 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB186117134-
CMYK00.370.280.27
HSL345.22º33.33%59.41%-
HSV(B)345.22º37.1%72.94%-
XYZ30.9124.8825.73-
YUV139.57124.86161.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=42.56%
G=26.77%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611713400.370.280.27345.2233.3359.41
HexBA75860251C1B159213b
Octal27216520604534335314173
Binary1011101011101011000011001001011110011011101011001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7586; }

 p { color: rgb(186,117,134); }

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

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

 a { background-color: rgb(186,117,134); }

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

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

 span { border-color: rgb(186,117,134); }

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