#BA798C

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

Shades of Tapestry #BA798C

Tints of Tapestry #BA798C

Color information

#BA798C (or 0xBA798C) is unknown color: approx Tapestry. HEX triplet: BA, 79 and 8C. RGB value is (186,121,140). Sum of RGB (Red+Green+Blue) = 186+121+140=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA798C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA798C is #458673. Grayscale: #8E8E8E. Windows color (decimal): -4556404 or 9206202. OLE color: 9206202.

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

Color convert

RGB186121140-
CMYK00.350.250.27
HSL342.46º32.02%60.2%-
HSV(B)342.46º34.95%72.94%-
XYZ31.8226.0128.15-
YUV142.6126.53158.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 140 (55.08% from 255) = 31.32%
R=41.61%
G=27.07%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612114000.350.250.27342.4632.0260.2
HexBA798C023191B156203c
Octal27217121404331335264074
Binary1011101011110011000110001000111100111011101010110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA798C; }

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

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

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

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

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

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

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

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