#BA7189

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

Shades of Tapestry #BA7189

Tints of Tapestry #BA7189

Color information

#BA7189 (or 0xBA7189) is unknown color: approx Tapestry. HEX triplet: BA, 71 and 89. RGB value is (186,113,137). Sum of RGB (Red+Green+Blue) = 186+113+137=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7189 is #458E76. Grayscale: #898989. Windows color (decimal): -4558455 or 9007546. OLE color: 9007546.

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

Color convert

RGB186113137-
CMYK00.390.260.27
HSL340.27º34.6%58.63%-
HSV(B)340.27º39.25%72.94%-
XYZ30.6724.0626.69-
YUV137.56127.68162.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 113 (44.53% from 255) = 25.92%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=42.66%
G=25.92%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611313700.390.260.27340.2734.658.63
HexBA71890271A1B154233b
Octal27216121104732335244373
Binary1011101011100011000100101001111101011011101010100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7189; }

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

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

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

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

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

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

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

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