#BA7089

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

Shades of Tapestry #BA7089

Tints of Tapestry #BA7089

Color information

#BA7089 (or 0xBA7089) is unknown color: approx Tapestry. HEX triplet: BA, 70 and 89. RGB value is (186,112,137). Sum of RGB (Red+Green+Blue) = 186+112+137=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7089 is #458F76. Grayscale: #888888. Windows color (decimal): -4558711 or 9007290. OLE color: 9007290.

HSL color Cylindrical-coordinate representation of color #BA7089: hue angle of 339.73º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7089 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB186112137-
CMYK00.400.260.27
HSL339.73º34.91%58.43%-
HSV(B)339.73º39.78%72.94%-
XYZ30.5623.8326.66-
YUV136.98128.02162.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 112 (44.14% from 255) = 25.75%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=42.76%
G=25.75%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611213700.400.260.27339.7334.9158.43
HexBA70890281A1B154233a
Octal27216021105032335244372
Binary1011101011100001000100101010001101011011101010100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7089; }

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

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

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

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

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

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

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

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