#BA657C

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

Shades of Tapestry #BA657C

Tints of Tapestry #BA657C

Color information

#BA657C (or 0xBA657C) is unknown color: approx Tapestry. HEX triplet: BA, 65 and 7C. RGB value is (186,101,124). Sum of RGB (Red+Green+Blue) = 186+101+124=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA657C is #459A83. Grayscale: #818181. Windows color (decimal): -4561540 or 8152506. OLE color: 8152506.

HSL color Cylindrical-coordinate representation of color #BA657C: hue angle of 343.76º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA657C is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB186101124-
CMYK00.460.330.27
HSL343.76º38.12%56.27%-
HSV(B)343.76º45.7%72.94%-
XYZ28.5421.221.66-
YUV129.04125.16168.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=45.26%
G=24.57%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610112400.460.330.27343.7638.1256.27
HexBA657C02E211B1582638
Octal27214517405641335304670
Binary1011101011001011111100010111010000111011101011000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA657C; }

 p { color: rgb(186,101,124); }

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

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

 a { background-color: rgb(186,101,124); }

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

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

 span { border-color: rgb(186,101,124); }

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