#BA7287

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

Shades of Tapestry #BA7287

Tints of Tapestry #BA7287

Color information

#BA7287 (or 0xBA7287) is unknown color: approx Tapestry. HEX triplet: BA, 72 and 87. RGB value is (186,114,135). Sum of RGB (Red+Green+Blue) = 186+114+135=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7287 is #458D78. Grayscale: #898989. Windows color (decimal): -4558201 or 8876730. OLE color: 8876730.

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

Color convert

RGB186114135-
CMYK00.390.270.27
HSL342.5º34.29%58.82%-
HSV(B)342.5º38.71%72.94%-
XYZ30.6424.2225.98-
YUV137.92126.35162.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 135 (53.12% from 255) = 31.03%
R=42.76%
G=26.21%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611413500.390.270.27342.534.2958.82
HexBA72870271B1B156223b
Octal27216220704733335264273
Binary1011101011100101000011101001111101111011101010110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7287; }

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

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

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

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

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

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

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

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