#BA6780

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

Shades of Tapestry #BA6780

Tints of Tapestry #BA6780

Color information

#BA6780 (or 0xBA6780) is unknown color: approx Tapestry. HEX triplet: BA, 67 and 80. RGB value is (186,103,128). Sum of RGB (Red+Green+Blue) = 186+103+128=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6780 is #45987F. Grayscale: #828282. Windows color (decimal): -4561024 or 8415162. OLE color: 8415162.

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

Color convert

RGB186103128-
CMYK00.450.310.27
HSL341.93º37.56%56.67%-
HSV(B)341.93º44.62%72.94%-
XYZ2921.723.08-
YUV130.67126.5167.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 103 (40.62% from 255) = 24.70%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=44.60%
G=24.70%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610312800.450.310.27341.9337.5656.67
HexBA678002D1F1B1562639
Octal27214720005537335264671
Binary1011101011001111000000001011011111111011101010110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6780; }

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

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

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

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

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

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

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

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