#BA6879

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

Shades of Tapestry #BA6879

Tints of Tapestry #BA6879

Color information

#BA6879 (or 0xBA6879) is unknown color: approx Tapestry. HEX triplet: BA, 68 and 79. RGB value is (186,104,121). Sum of RGB (Red+Green+Blue) = 186+104+121=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6879 is #459786. Grayscale: #828282. Windows color (decimal): -4560775 or 7956666. OLE color: 7956666.

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

Color convert

RGB186104121-
CMYK00.440.350.27
HSL347.56º37.27%56.86%-
HSV(B)347.56º44.09%72.94%-
XYZ28.6521.7220.77-
YUV130.46122.67167.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 121 (47.66% from 255) = 29.44%
R=45.26%
G=25.30%
B=29.44%

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
Decimal18610412100.440.350.27347.5637.2756.86
HexBA687902C231B15c2539
Octal27215017105443335344571
Binary1011101011010001111001010110010001111011101011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6879; }

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

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

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

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

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

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

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

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