#BA748F

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

Shades of Tapestry #BA748F

Tints of Tapestry #BA748F

Color information

#BA748F (or 0xBA748F) is unknown color: approx Tapestry. HEX triplet: BA, 74 and 8F. RGB value is (186,116,143). Sum of RGB (Red+Green+Blue) = 186+116+143=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA748F is #458B70. Grayscale: #8B8B8B. Windows color (decimal): -4557681 or 9401530. OLE color: 9401530.

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

Color convert

RGB186116143-
CMYK00.380.230.27
HSL336.86º33.65%59.22%-
HSV(B)336.86º37.63%72.94%-
XYZ31.4524.9129.14-
YUV140.01129.69160.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 116 (45.70% from 255) = 26.07%
BLUE value IS 143 (56.25% from 255) = 32.13%
R=41.80%
G=26.07%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611614300.380.230.27336.8633.6559.22
HexBA748F026171B151223b
Octal27216421704627335214273
Binary1011101011101001000111101001101011111011101010001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA748F; }

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

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

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

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

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

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

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

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