#BA748E

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

Shades of Tapestry #BA748E

Tints of Tapestry #BA748E

Color information

#BA748E (or 0xBA748E) is unknown color: approx Tapestry. HEX triplet: BA, 74 and 8E. RGB value is (186,116,142). Sum of RGB (Red+Green+Blue) = 186+116+142=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA748E is #458B71. Grayscale: #8B8B8B. Windows color (decimal): -4557682 or 9335994. OLE color: 9335994.

HSL color Cylindrical-coordinate representation of color #BA748E: hue angle of 337.71º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA748E is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB186116142-
CMYK00.380.240.27
HSL337.71º33.65%59.22%-
HSV(B)337.71º37.63%72.94%-
XYZ31.3824.8828.74-
YUV139.89129.19160.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 116 (45.70% from 255) = 26.13%
BLUE value IS 142 (55.86% from 255) = 31.98%
R=41.89%
G=26.13%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611614200.380.240.27337.7133.6559.22
HexBA748E026181B152223b
Octal27216421604630335224273
Binary1011101011101001000111001001101100011011101010010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA748E; }

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

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

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

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

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

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

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

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