#BA647D

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

Shades of Tapestry #BA647D

Tints of Tapestry #BA647D

Color information

#BA647D (or 0xBA647D) is unknown color: approx Tapestry. HEX triplet: BA, 64 and 7D. RGB value is (186,100,125). Sum of RGB (Red+Green+Blue) = 186+100+125=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA647D is #459B82. Grayscale: #808080. Windows color (decimal): -4561795 or 8217786. OLE color: 8217786.

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

Color convert

RGB186100125-
CMYK00.460.330.27
HSL342.56º38.39%56.08%-
HSV(B)342.56º46.24%72.94%-
XYZ28.5121.0321.96-
YUV128.56125.99168.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 125 (49.22% from 255) = 30.41%
R=45.26%
G=24.33%
B=30.41%

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
Decimal18610012500.460.330.27342.5638.3956.08
HexBA647D02E211B1572638
Octal27214417505641335274670
Binary1011101011001001111101010111010000111011101010111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA647D; }

 p { color: rgb(186,100,125); }

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

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

 a { background-color: rgb(186,100,125); }

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

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

 span { border-color: rgb(186,100,125); }

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