#BA798A

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

Shades of Tapestry #BA798A

Tints of Tapestry #BA798A

Color information

#BA798A (or 0xBA798A) is unknown color: approx Tapestry. HEX triplet: BA, 79 and 8A. RGB value is (186,121,138). Sum of RGB (Red+Green+Blue) = 186+121+138=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA798A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA798A is #458675. Grayscale: #8E8E8E. Windows color (decimal): -4556406 or 9075130. OLE color: 9075130.

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

Color convert

RGB186121138-
CMYK00.350.260.27
HSL344.31º32.02%60.2%-
HSV(B)344.31º34.95%72.94%-
XYZ31.6725.9527.38-
YUV142.37125.53159.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 121 (47.66% from 255) = 27.19%
BLUE value IS 138 (54.30% from 255) = 31.01%
R=41.80%
G=27.19%
B=31.01%

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
Decimal18612113800.350.260.27344.3132.0260.2
HexBA798A0231A1B158203c
Octal27217121204332335304074
Binary1011101011110011000101001000111101011011101011000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA798A; }

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

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

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

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

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

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

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

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