#ba7f89

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

Shades of Tapestry #BA7F89

Tints of Tapestry #BA7F89

Color information

#BA7F89 (or 0xBA7F89) is unknown color: approx Tapestry. HEX triplet: BA, 7F and 89. RGB value is (186,127,137). Sum of RGB (Red+Green+Blue) = 186+127+137=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F89 is #458076. Grayscale: #919191. Windows color (decimal): -4554871 or 9011130. OLE color: 9011130.

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

Color convert

RGB186127137-
CMYK00.320.260.27
HSL349.83º29.95%61.37%-
HSV(B)349.83º31.72%72.94%-
XYZ32.3527.4227.26-
YUV145.78123.05156.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 137 (53.91% from 255) = 30.44%
R=41.33%
G=28.22%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612713700.320.260.27349.8329.9561.37
HexBA7F890201A1B15e1e3d
Octal27217721104032335363675
Binary101110101111111100010010100000110101101110101111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7f89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7f89; }

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

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

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

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

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

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

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

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