#BA6778

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

Shades of Tapestry #BA6778

Tints of Tapestry #BA6778

Color information

#BA6778 (or 0xBA6778) is unknown color: approx Tapestry. HEX triplet: BA, 67 and 78. RGB value is (186,103,120). Sum of RGB (Red+Green+Blue) = 186+103+120=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6778 is #459887. Grayscale: #818181. Windows color (decimal): -4561032 or 7890874. OLE color: 7890874.

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

Color convert

RGB186103120-
CMYK00.450.350.27
HSL347.71º37.56%56.67%-
HSV(B)347.71º44.62%72.94%-
XYZ28.4921.520.42-
YUV129.76122.5168.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 120 (47.27% from 255) = 29.34%
R=45.48%
G=25.18%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610312000.450.350.27347.7137.5656.67
HexBA677802D231B15c2639
Octal27214717005543335344671
Binary1011101011001111111000010110110001111011101011100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6778; }

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

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

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

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

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

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

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

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