#BA788F

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

Shades of Tapestry #BA788F

Tints of Tapestry #BA788F

Color information

#BA788F (or 0xBA788F) is unknown color: approx Tapestry. HEX triplet: BA, 78 and 8F. RGB value is (186,120,143). Sum of RGB (Red+Green+Blue) = 186+120+143=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA788F is #458770. Grayscale: #8E8E8E. Windows color (decimal): -4556657 or 9402554. OLE color: 9402554.

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

Color convert

RGB186120143-
CMYK00.350.230.27
HSL339.09º32.35%60%-
HSV(B)339.09º35.48%72.94%-
XYZ31.9225.8629.29-
YUV142.36128.37159.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 120 (47.27% from 255) = 26.73%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=41.43%
G=26.73%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612014300.350.230.27339.0932.3560
HexBA788F023171B153203c
Octal27217021704327335234074
Binary1011101011110001000111101000111011111011101010011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA788F; }

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

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

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

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

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

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

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

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