#BA7286

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

Shades of Tapestry #BA7286

Tints of Tapestry #BA7286

Color information

#BA7286 (or 0xBA7286) is unknown color: approx Tapestry. HEX triplet: BA, 72 and 86. RGB value is (186,114,134). Sum of RGB (Red+Green+Blue) = 186+114+134=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7286 is #458D79. Grayscale: #898989. Windows color (decimal): -4558202 or 8811194. OLE color: 8811194.

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

Color convert

RGB186114134-
CMYK00.390.280.27
HSL343.33º34.29%58.82%-
HSV(B)343.33º38.71%72.94%-
XYZ30.5724.1925.61-
YUV137.81125.85162.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 134 (52.73% from 255) = 30.88%
R=42.86%
G=26.27%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611413400.390.280.27343.3334.2958.82
HexBA72860271C1B157223b
Octal27216220604734335274273
Binary1011101011100101000011001001111110011011101010111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7286; }

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

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

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

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

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

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

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

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