#BA7186

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

Shades of Tapestry #BA7186

Tints of Tapestry #BA7186

Color information

#BA7186 (or 0xBA7186) is unknown color: approx Tapestry. HEX triplet: BA, 71 and 86. RGB value is (186,113,134). Sum of RGB (Red+Green+Blue) = 186+113+134=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7186 is #458E79. Grayscale: #898989. Windows color (decimal): -4558458 or 8810938. OLE color: 8810938.

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

Color convert

RGB186113134-
CMYK00.390.280.27
HSL342.74º34.6%58.63%-
HSV(B)342.74º39.25%72.94%-
XYZ30.4623.9725.58-
YUV137.22126.18162.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=42.96%
G=26.10%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611313400.390.280.27342.7434.658.63
HexBA71860271C1B157233b
Octal27216120604734335274373
Binary1011101011100011000011001001111110011011101010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7186; }

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

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

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

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

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

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

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

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