#BA747E

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

Shades of Tapestry #BA747E

Tints of Tapestry #BA747E

Color information

#BA747E (or 0xBA747E) is unknown color: approx Tapestry. HEX triplet: BA, 74 and 7E. RGB value is (186,116,126). Sum of RGB (Red+Green+Blue) = 186+116+126=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA747E is #458B81. Grayscale: #8A8A8A. Windows color (decimal): -4557698 or 8287418. OLE color: 8287418.

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

Color convert

RGB186116126-
CMYK00.380.320.27
HSL351.43º33.65%59.22%-
HSV(B)351.43º37.63%72.94%-
XYZ30.2624.4422.86-
YUV138.07121.19162.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 116 (45.70% from 255) = 27.10%
BLUE value IS 126 (49.61% from 255) = 29.44%
R=43.46%
G=27.10%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611612600.380.320.27351.4333.6559.22
HexBA747E026201B15f223b
Octal27216417604640335374273
Binary1011101011101001111110010011010000011011101011111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA747E; }

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

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

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

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

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

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

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

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