#BA798D

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

Shades of Tapestry #BA798D

Tints of Tapestry #BA798D

Color information

#BA798D (or 0xBA798D) is unknown color: approx Tapestry. HEX triplet: BA, 79 and 8D. RGB value is (186,121,141). Sum of RGB (Red+Green+Blue) = 186+121+141=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA798D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA798D is #458672. Grayscale: #8E8E8E. Windows color (decimal): -4556403 or 9271738. OLE color: 9271738.

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

Color convert

RGB186121141-
CMYK00.350.240.27
HSL341.54º32.02%60.2%-
HSV(B)341.54º34.95%72.94%-
XYZ31.8926.0428.54-
YUV142.72127.03158.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 121 (47.66% from 255) = 27.01%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=41.52%
G=27.01%
B=31.47%

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
Decimal18612114100.350.240.27341.5432.0260.2
HexBA798D023181B156203c
Octal27217121504330335264074
Binary1011101011110011000110101000111100011011101010110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA798D; }

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

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

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

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

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

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

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

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