#BA788A

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

Shades of Tapestry #BA788A

Tints of Tapestry #BA788A

Color information

#BA788A (or 0xBA788A) is unknown color: approx Tapestry. HEX triplet: BA, 78 and 8A. RGB value is (186,120,138). Sum of RGB (Red+Green+Blue) = 186+120+138=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA788A is #458775. Grayscale: #8D8D8D. Windows color (decimal): -4556662 or 9074874. OLE color: 9074874.

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

Color convert

RGB186120138-
CMYK00.350.260.27
HSL343.64º32.35%60%-
HSV(B)343.64º35.48%72.94%-
XYZ31.5525.7127.34-
YUV141.79125.87159.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 120 (47.27% from 255) = 27.03%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=41.89%
G=27.03%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612013800.350.260.27343.6432.3560
HexBA788A0231A1B158203c
Octal27217021204332335304074
Binary1011101011110001000101001000111101011011101011000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA788A; }

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

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

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

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

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

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

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

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