#BA798E

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

Shades of Tapestry #BA798E

Tints of Tapestry #BA798E

Color information

#BA798E (or 0xBA798E) is unknown color: approx Tapestry. HEX triplet: BA, 79 and 8E. RGB value is (186,121,142). Sum of RGB (Red+Green+Blue) = 186+121+142=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA798E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA798E is #458671. Grayscale: #8E8E8E. Windows color (decimal): -4556402 or 9337274. OLE color: 9337274.

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

Color convert

RGB186121142-
CMYK00.350.240.27
HSL340.62º32.02%60.2%-
HSV(B)340.62º34.95%72.94%-
XYZ31.9726.0728.94-
YUV142.83127.53158.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=41.43%
G=26.95%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612114200.350.240.27340.6232.0260.2
HexBA798E023181B155203c
Octal27217121604330335254074
Binary1011101011110011000111001000111100011011101010101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA798E; }

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

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

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

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

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

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

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

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