#BA7587

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

Shades of Tapestry #BA7587

Tints of Tapestry #BA7587

Color information

#BA7587 (or 0xBA7587) is unknown color: approx Tapestry. HEX triplet: BA, 75 and 87. RGB value is (186,117,135). Sum of RGB (Red+Green+Blue) = 186+117+135=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7587 is #458A78. Grayscale: #8B8B8B. Windows color (decimal): -4557433 or 8877498. OLE color: 8877498.

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

Color convert

RGB186117135-
CMYK00.370.270.27
HSL344.35º33.33%59.41%-
HSV(B)344.35º37.1%72.94%-
XYZ30.9824.9126.1-
YUV139.68125.36161.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 135 (53.12% from 255) = 30.82%
R=42.47%
G=26.71%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611713500.370.270.27344.3533.3359.41
HexBA75870251B1B158213b
Octal27216520704533335304173
Binary1011101011101011000011101001011101111011101011000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7587; }

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

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

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

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

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

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

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

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