#BA6582

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

Shades of Tapestry #BA6582

Tints of Tapestry #BA6582

Color information

#BA6582 (or 0xBA6582) is unknown color: approx Tapestry. HEX triplet: BA, 65 and 82. RGB value is (186,101,130). Sum of RGB (Red+Green+Blue) = 186+101+130=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6582 is #459A7D. Grayscale: #818181. Windows color (decimal): -4561534 or 8545722. OLE color: 8545722.

HSL color Cylindrical-coordinate representation of color #BA6582: hue angle of 339.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6582 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB186101130-
CMYK00.460.300.27
HSL339.53º38.12%56.27%-
HSV(B)339.53º45.7%72.94%-
XYZ28.9321.3623.72-
YUV129.72128.16168.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 101 (39.84% from 255) = 24.22%
BLUE value IS 130 (51.17% from 255) = 31.18%
R=44.60%
G=24.22%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610113000.460.300.27339.5338.1256.27
HexBA658202E1E1B1542638
Octal27214520205636335244670
Binary1011101011001011000001001011101111011011101010100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6582; }

 p { color: rgb(186,101,130); }

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

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

 a { background-color: rgb(186,101,130); }

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

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

 span { border-color: rgb(186,101,130); }

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