#BA7585

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

Shades of Tapestry #BA7585

Tints of Tapestry #BA7585

Color information

#BA7585 (or 0xBA7585) is unknown color: approx Tapestry. HEX triplet: BA, 75 and 85. RGB value is (186,117,133). Sum of RGB (Red+Green+Blue) = 186+117+133=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7585 is #458A7A. Grayscale: #8B8B8B. Windows color (decimal): -4557435 or 8746426. OLE color: 8746426.

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

Color convert

RGB186117133-
CMYK00.370.280.27
HSL346.09º33.33%59.41%-
HSV(B)346.09º37.1%72.94%-
XYZ30.8424.8625.36-
YUV139.46124.36161.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=42.66%
G=26.83%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611713300.370.280.27346.0933.3359.41
HexBA75850251C1B15a213b
Octal27216520504534335324173
Binary1011101011101011000010101001011110011011101011010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7585; }

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

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

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

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

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

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

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

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