#BA7285

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

Shades of Tapestry #BA7285

Tints of Tapestry #BA7285

Color information

#BA7285 (or 0xBA7285) is unknown color: approx Tapestry. HEX triplet: BA, 72 and 85. RGB value is (186,114,133). Sum of RGB (Red+Green+Blue) = 186+114+133=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7285 is #458D7A. Grayscale: #898989. Windows color (decimal): -4558203 or 8745658. OLE color: 8745658.

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

Color convert

RGB186114133-
CMYK00.390.280.27
HSL344.17º34.29%58.82%-
HSV(B)344.17º38.71%72.94%-
XYZ30.524.1725.25-
YUV137.69125.35162.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 114 (44.92% from 255) = 26.33%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=42.96%
G=26.33%
B=30.72%

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
Decimal18611413300.390.280.27344.1734.2958.82
HexBA72850271C1B158223b
Octal27216220504734335304273
Binary1011101011100101000010101001111110011011101011000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7285; }

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

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

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

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

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

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

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

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