#ba7591

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

Shades of Tapestry #BA7591

Tints of Tapestry #BA7591

Color information

#BA7591 (or 0xBA7591) is unknown color: approx Tapestry. HEX triplet: BA, 75 and 91. RGB value is (186,117,145). Sum of RGB (Red+Green+Blue) = 186+117+145=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7591 is #458A6E. Grayscale: #8C8C8C. Windows color (decimal): -4557423 or 9532858. OLE color: 9532858.

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

Color convert

RGB186117145-
CMYK00.370.220.27
HSL335.65º33.33%59.41%-
HSV(B)335.65º37.1%72.94%-
XYZ31.7225.2129.98-
YUV140.82130.36160.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 145 (57.03% from 255) = 32.37%
R=41.52%
G=26.12%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611714500.370.220.27335.6533.3359.41
HexBA7591025161B150213b
Octal27216522104526335204173
Binary1011101011101011001000101001011011011011101010000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7591; }

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

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

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

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

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

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

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

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