#BA6482

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

Shades of Tapestry #BA6482

Tints of Tapestry #BA6482

Color information

#BA6482 (or 0xBA6482) is unknown color: approx Tapestry. HEX triplet: BA, 64 and 82. RGB value is (186,100,130). Sum of RGB (Red+Green+Blue) = 186+100+130=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6482 is #459B7D. Grayscale: #818181. Windows color (decimal): -4561790 or 8545466. OLE color: 8545466.

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

Color convert

RGB186100130-
CMYK00.460.300.27
HSL339.07º38.39%56.08%-
HSV(B)339.07º46.24%72.94%-
XYZ28.8421.1723.68-
YUV129.13128.49168.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 100 (39.45% from 255) = 24.04%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=44.71%
G=24.04%
B=31.25%

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
Decimal18610013000.460.300.27339.0738.3956.08
HexBA648202E1E1B1532638
Octal27214420205636335234670
Binary1011101011001001000001001011101111011011101010011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6482; }

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

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

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

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

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

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

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

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