#BA748C

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

Shades of Tapestry #BA748C

Tints of Tapestry #BA748C

Color information

#BA748C (or 0xBA748C) is unknown color: approx Tapestry. HEX triplet: BA, 74 and 8C. RGB value is (186,116,140). Sum of RGB (Red+Green+Blue) = 186+116+140=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA748C is #458B73. Grayscale: #8B8B8B. Windows color (decimal): -4557684 or 9204922. OLE color: 9204922.

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

Color convert

RGB186116140-
CMYK00.380.250.27
HSL339.43º33.65%59.22%-
HSV(B)339.43º37.63%72.94%-
XYZ31.2324.8227.96-
YUV139.67128.19161.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 116 (45.70% from 255) = 26.24%
BLUE value IS 140 (55.08% from 255) = 31.67%
R=42.08%
G=26.24%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611614000.380.250.27339.4333.6559.22
HexBA748C026191B153223b
Octal27216421404631335234273
Binary1011101011101001000110001001101100111011101010011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA748C; }

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

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

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

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

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

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

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

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