#BA6784

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

Shades of Tapestry #BA6784

Tints of Tapestry #BA6784

Color information

#BA6784 (or 0xBA6784) is unknown color: approx Tapestry. HEX triplet: BA, 67 and 84. RGB value is (186,103,132). Sum of RGB (Red+Green+Blue) = 186+103+132=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6784 is #45987B. Grayscale: #838383. Windows color (decimal): -4561020 or 8677306. OLE color: 8677306.

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

Color convert

RGB186103132-
CMYK00.450.290.27
HSL339.04º37.56%56.67%-
HSV(B)339.04º44.62%72.94%-
XYZ29.2621.8124.5-
YUV131.12128.5167.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 103 (40.62% from 255) = 24.47%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=44.18%
G=24.47%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610313200.450.290.27339.0437.5656.67
HexBA678402D1D1B1532639
Octal27214720405535335234671
Binary1011101011001111000010001011011110111011101010011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6784; }

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

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

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

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

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

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

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

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