#BA7582

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

Shades of Tapestry #BA7582

Tints of Tapestry #BA7582

Color information

#BA7582 (or 0xBA7582) is unknown color: approx Tapestry. HEX triplet: BA, 75 and 82. RGB value is (186,117,130). Sum of RGB (Red+Green+Blue) = 186+117+130=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7582 is #458A7D. Grayscale: #8B8B8B. Windows color (decimal): -4557438 or 8549818. OLE color: 8549818.

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

Color convert

RGB186117130-
CMYK00.370.300.27
HSL348.7º33.33%59.41%-
HSV(B)348.7º37.1%72.94%-
XYZ30.6424.7724.29-
YUV139.11122.86161.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 117 (46.09% from 255) = 27.02%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=42.96%
G=27.02%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611713000.370.300.27348.733.3359.41
HexBA75820251E1B15d213b
Octal27216520204536335354173
Binary1011101011101011000001001001011111011011101011101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7582; }

 p { color: rgb(186,117,130); }

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

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

 a { background-color: rgb(186,117,130); }

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

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

 span { border-color: rgb(186,117,130); }

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