#BA7191

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

Shades of Tapestry #BA7191

Tints of Tapestry #BA7191

Color information

#BA7191 (or 0xBA7191) is unknown color: approx Tapestry. HEX triplet: BA, 71 and 91. RGB value is (186,113,145). Sum of RGB (Red+Green+Blue) = 186+113+145=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7191 is #458E6E. Grayscale: #8A8A8A. Windows color (decimal): -4558447 or 9531834. OLE color: 9531834.

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

Color convert

RGB186113145-
CMYK00.390.220.27
HSL333.7º34.6%58.63%-
HSV(B)333.7º39.25%72.94%-
XYZ31.2724.2929.83-
YUV138.48131.68161.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 113 (44.53% from 255) = 25.45%
BLUE value IS 145 (57.03% from 255) = 32.66%
R=41.89%
G=25.45%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611314500.390.220.27333.734.658.63
HexBA7191027161B14e233b
Octal27216122104726335164373
Binary1011101011100011001000101001111011011011101001110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7191; }

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

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

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

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

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

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

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

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