#BA6786

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

Shades of Tapestry #BA6786

Tints of Tapestry #BA6786

Color information

#BA6786 (or 0xBA6786) is unknown color: approx Tapestry. HEX triplet: BA, 67 and 86. RGB value is (186,103,134). Sum of RGB (Red+Green+Blue) = 186+103+134=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6786 is #459879. Grayscale: #838383. Windows color (decimal): -4561018 or 8808378. OLE color: 8808378.

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

Color convert

RGB186103134-
CMYK00.450.280.27
HSL337.59º37.56%56.67%-
HSV(B)337.59º44.62%72.94%-
XYZ29.421.8625.22-
YUV131.35129.5166.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 103 (40.62% from 255) = 24.35%
BLUE value IS 134 (52.73% from 255) = 31.68%
R=43.97%
G=24.35%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610313400.450.280.27337.5937.5656.67
HexBA678602D1C1B1522639
Octal27214720605534335224671
Binary1011101011001111000011001011011110011011101010010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6786; }

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

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

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

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

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

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

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

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