#BA7785

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

Shades of Tapestry #BA7785

Tints of Tapestry #BA7785

Color information

#BA7785 (or 0xBA7785) is unknown color: approx Tapestry. HEX triplet: BA, 77 and 85. RGB value is (186,119,133). Sum of RGB (Red+Green+Blue) = 186+119+133=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7785 is #45887A. Grayscale: #8C8C8C. Windows color (decimal): -4556923 or 8746938. OLE color: 8746938.

HSL color Cylindrical-coordinate representation of color #BA7785: hue angle of 347.46º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA7785 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB186119133-
CMYK00.360.280.27
HSL347.46º32.68%59.8%-
HSV(B)347.46º36.02%72.94%-
XYZ31.0825.3325.44-
YUV140.63123.7160.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 119 (46.88% from 255) = 27.17%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=42.47%
G=27.17%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611913300.360.280.27347.4632.6859.8
HexBA77850241C1B15b213c
Octal27216720504434335334174
Binary1011101011101111000010101001001110011011101011011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7785; }

 p { color: rgb(186,119,133); }

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

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

 a { background-color: rgb(186,119,133); }

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

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

 span { border-color: rgb(186,119,133); }

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