#BA748D

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

Shades of Tapestry #BA748D

Tints of Tapestry #BA748D

Color information

#BA748D (or 0xBA748D) is unknown color: approx Tapestry. HEX triplet: BA, 74 and 8D. RGB value is (186,116,141). Sum of RGB (Red+Green+Blue) = 186+116+141=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA748D is #458B72. Grayscale: #8B8B8B. Windows color (decimal): -4557683 or 9270458. OLE color: 9270458.

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

Color convert

RGB186116141-
CMYK00.380.240.27
HSL338.57º33.65%59.22%-
HSV(B)338.57º37.63%72.94%-
XYZ31.324.8528.35-
YUV139.78128.69160.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=41.99%
G=26.19%
B=31.83%

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
Decimal18611614100.380.240.27338.5733.6559.22
HexBA748D026181B153223b
Octal27216421504630335234273
Binary1011101011101001000110101001101100011011101010011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA748D; }

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

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

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

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

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

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

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

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