#BA7389

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

Shades of Tapestry #BA7389

Tints of Tapestry #BA7389

Color information

#BA7389 (or 0xBA7389) is unknown color: approx Tapestry. HEX triplet: BA, 73 and 89. RGB value is (186,115,137). Sum of RGB (Red+Green+Blue) = 186+115+137=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7389 is #458C76. Grayscale: #8A8A8A. Windows color (decimal): -4557943 or 9008058. OLE color: 9008058.

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

Color convert

RGB186115137-
CMYK00.380.260.27
HSL341.41º33.97%59.02%-
HSV(B)341.41º38.17%72.94%-
XYZ30.924.5126.77-
YUV138.74127.02161.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 115 (45.31% from 255) = 26.26%
BLUE value IS 137 (53.91% from 255) = 31.28%
R=42.47%
G=26.26%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611513700.380.260.27341.4133.9759.02
HexBA73890261A1B155223b
Octal27216321104632335254273
Binary1011101011100111000100101001101101011011101010101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7389; }

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

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

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

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

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

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

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

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