#BA7589

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

Shades of Tapestry #BA7589

Tints of Tapestry #BA7589

Color information

#BA7589 (or 0xBA7589) is unknown color: approx Tapestry. HEX triplet: BA, 75 and 89. RGB value is (186,117,137). Sum of RGB (Red+Green+Blue) = 186+117+137=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7589 is #458A76. Grayscale: #8B8B8B. Windows color (decimal): -4557431 or 9008570. OLE color: 9008570.

HSL color Cylindrical-coordinate representation of color #BA7589: hue angle of 342.61º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7589 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB186117137-
CMYK00.370.260.27
HSL342.61º33.33%59.41%-
HSV(B)342.61º37.1%72.94%-
XYZ31.1324.9726.85-
YUV139.91126.36160.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=42.27%
G=26.59%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611713700.370.260.27342.6133.3359.41
HexBA75890251A1B157213b
Octal27216521104532335274173
Binary1011101011101011000100101001011101011011101010111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7589; }

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

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

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

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

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

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

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

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