#BA6080

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

Shades of Tapestry #BA6080

Tints of Tapestry #BA6080

Color information

#BA6080 (or 0xBA6080) is unknown color: approx Tapestry. HEX triplet: BA, 60 and 80. RGB value is (186,96,128). Sum of RGB (Red+Green+Blue) = 186+96+128=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6080 is #459F7F. Grayscale: #7E7E7E. Windows color (decimal): -4562816 or 8413370. OLE color: 8413370.

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

Color convert

RGB18696128-
CMYK00.480.310.27
HSL338.67º39.47%55.29%-
HSV(B)338.67º48.39%72.94%-
XYZ28.3320.3622.86-
YUV126.56128.82170.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=45.37%
G=23.41%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869612800.480.310.27338.6739.4755.29
HexBA60800301F1B1532737
Octal27214020006037335234767
Binary1011101011000001000000001100001111111011101010011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6080; }

 p { color: rgb(186,96,128); }

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

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

 a { background-color: rgb(186,96,128); }

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

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

 span { border-color: rgb(186,96,128); }

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