#BA787C

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

Shades of Tapestry #BA787C

Tints of Tapestry #BA787C

Color information

#BA787C (or 0xBA787C) is unknown color: approx Tapestry. HEX triplet: BA, 78 and 7C. RGB value is (186,120,124). Sum of RGB (Red+Green+Blue) = 186+120+124=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA787C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA787C is #458783. Grayscale: #8C8C8C. Windows color (decimal): -4556676 or 8157370. OLE color: 8157370.

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

Color convert

RGB186120124-
CMYK00.350.330.27
HSL356.36º32.35%60%-
HSV(B)356.36º35.48%72.94%-
XYZ30.625.3322.34-
YUV140.19118.87160.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 120 (47.27% from 255) = 27.91%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=43.26%
G=27.91%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612012400.350.330.27356.3632.3560
HexBA787C023211B164203c
Octal27217017404341335444074
Binary1011101011110001111100010001110000111011101100100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA787C; }

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

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

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

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

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

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

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

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