#BA787E

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

Shades of Tapestry #BA787E

Tints of Tapestry #BA787E

Color information

#BA787E (or 0xBA787E) is unknown color: approx Tapestry. HEX triplet: BA, 78 and 7E. RGB value is (186,120,126). Sum of RGB (Red+Green+Blue) = 186+120+126=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA787E is #458781. Grayscale: #8C8C8C. Windows color (decimal): -4556674 or 8288442. OLE color: 8288442.

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

Color convert

RGB186120126-
CMYK00.350.320.27
HSL354.55º32.35%60%-
HSV(B)354.55º35.48%72.94%-
XYZ30.7325.3823.02-
YUV140.42119.87160.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 120 (47.27% from 255) = 27.78%
BLUE value IS 126 (49.61% from 255) = 29.17%
R=43.06%
G=27.78%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612012600.350.320.27354.5532.3560
HexBA787E023201B163203c
Octal27217017604340335434074
Binary1011101011110001111110010001110000011011101100011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA787E; }

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

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

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

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

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

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

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

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