#BA6878

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

Shades of Tapestry #BA6878

Tints of Tapestry #BA6878

Color information

#BA6878 (or 0xBA6878) is unknown color: approx Tapestry. HEX triplet: BA, 68 and 78. RGB value is (186,104,120). Sum of RGB (Red+Green+Blue) = 186+104+120=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6878 is #459787. Grayscale: #828282. Windows color (decimal): -4560776 or 7891130. OLE color: 7891130.

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

Color convert

RGB186104120-
CMYK00.440.350.27
HSL348.29º37.27%56.86%-
HSV(B)348.29º44.09%72.94%-
XYZ28.5921.720.45-
YUV130.34122.17167.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 104 (41.02% from 255) = 25.37%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=45.37%
G=25.37%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610412000.440.350.27348.2937.2756.86
HexBA687802C231B15c2539
Octal27215017005443335344571
Binary1011101011010001111000010110010001111011101011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6878; }

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

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

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

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

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

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

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

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