#BA6481

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

Shades of Tapestry #BA6481

Tints of Tapestry #BA6481

Color information

#BA6481 (or 0xBA6481) is unknown color: approx Tapestry. HEX triplet: BA, 64 and 81. RGB value is (186,100,129). Sum of RGB (Red+Green+Blue) = 186+100+129=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6481 is #459B7E. Grayscale: #808080. Windows color (decimal): -4561791 or 8479930. OLE color: 8479930.

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

Color convert

RGB186100129-
CMYK00.460.310.27
HSL339.77º38.39%56.08%-
HSV(B)339.77º46.24%72.94%-
XYZ28.7721.1423.33-
YUV129.02127.99168.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 100 (39.45% from 255) = 24.10%
BLUE value IS 129 (50.78% from 255) = 31.08%
R=44.82%
G=24.10%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610012900.460.310.27339.7738.3956.08
HexBA648102E1F1B1542638
Octal27214420105637335244670
Binary1011101011001001000000101011101111111011101010100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6481; }

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

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

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

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

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

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

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

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