#BA778A

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

Shades of Tapestry #BA778A

Tints of Tapestry #BA778A

Color information

#BA778A (or 0xBA778A) is unknown color: approx Tapestry. HEX triplet: BA, 77 and 8A. RGB value is (186,119,138). Sum of RGB (Red+Green+Blue) = 186+119+138=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA778A is #458875. Grayscale: #8D8D8D. Windows color (decimal): -4556918 or 9074618. OLE color: 9074618.

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

Color convert

RGB186119138-
CMYK00.360.260.27
HSL342.99º32.68%59.8%-
HSV(B)342.99º36.02%72.94%-
XYZ31.4325.4727.3-
YUV141.2126.2159.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 119 (46.88% from 255) = 26.86%
BLUE value IS 138 (54.30% from 255) = 31.15%
R=41.99%
G=26.86%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611913800.360.260.27342.9932.6859.8
HexBA778A0241A1B157213c
Octal27216721204432335274174
Binary1011101011101111000101001001001101011011101010111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA778A; }

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

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

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

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

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

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

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

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