#BA637C

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

Shades of Tapestry #BA637C

Tints of Tapestry #BA637C

Color information

#BA637C (or 0xBA637C) is unknown color: approx Tapestry. HEX triplet: BA, 63 and 7C. RGB value is (186,99,124). Sum of RGB (Red+Green+Blue) = 186+99+124=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA637C is #459C83. Grayscale: #7F7F7F. Windows color (decimal): -4562052 or 8151994. OLE color: 8151994.

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

Color convert

RGB18699124-
CMYK00.470.330.27
HSL342.76º38.67%55.88%-
HSV(B)342.76º46.77%72.94%-
XYZ28.3520.8221.59-
YUV127.86125.82169.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 99 (39.06% from 255) = 24.21%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=45.48%
G=24.21%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869912400.470.330.27342.7638.6755.88
HexBA637C02F211B1572738
Octal27214317405741335274770
Binary1011101011000111111100010111110000111011101010111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA637C; }

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

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

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

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

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

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

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

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