#BA797E

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

Shades of Tapestry #BA797E

Tints of Tapestry #BA797E

Color information

#BA797E (or 0xBA797E) is unknown color: approx Tapestry. HEX triplet: BA, 79 and 7E. RGB value is (186,121,126). Sum of RGB (Red+Green+Blue) = 186+121+126=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA797E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA797E is #458681. Grayscale: #8D8D8D. Windows color (decimal): -4556418 or 8288698. OLE color: 8288698.

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

Color convert

RGB186121126-
CMYK00.350.320.27
HSL355.38º32.02%60.2%-
HSV(B)355.38º34.95%72.94%-
XYZ30.8525.6223.06-
YUV141119.53160.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 121 (47.66% from 255) = 27.94%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=42.96%
G=27.94%
B=29.10%

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
Decimal18612112600.350.320.27355.3832.0260.2
HexBA797E023201B163203c
Octal27217117604340335434074
Binary1011101011110011111110010001110000011011101100011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA797E; }

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

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

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

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

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

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

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

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