#BA7489

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

Shades of Tapestry #BA7489

Tints of Tapestry #BA7489

Color information

#BA7489 (or 0xBA7489) is unknown color: approx Tapestry. HEX triplet: BA, 74 and 89. RGB value is (186,116,137). Sum of RGB (Red+Green+Blue) = 186+116+137=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7489 is #458B76. Grayscale: #8B8B8B. Windows color (decimal): -4557687 or 9008314. OLE color: 9008314.

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

Color convert

RGB186116137-
CMYK00.380.260.27
HSL342º33.65%59.22%-
HSV(B)342º37.63%72.94%-
XYZ31.0124.7426.81-
YUV139.32126.69161.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 137 (53.91% from 255) = 31.21%
R=42.37%
G=26.42%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611613700.380.260.2734233.6559.22
HexBA74890261A1B156223b
Octal27216421104632335264273
Binary1011101011101001000100101001101101011011101010110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7489; }

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

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

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

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

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

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

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

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