#BA6576

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

Shades of Tapestry #BA6576

Tints of Tapestry #BA6576

Color information

#BA6576 (or 0xBA6576) is unknown color: approx Tapestry. HEX triplet: BA, 65 and 76. RGB value is (186,101,118). Sum of RGB (Red+Green+Blue) = 186+101+118=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6576 is #459A89. Grayscale: #808080. Windows color (decimal): -4561546 or 7759290. OLE color: 7759290.

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

Color convert

RGB186101118-
CMYK00.460.370.27
HSL348º38.12%56.27%-
HSV(B)348º45.7%72.94%-
XYZ28.1721.0519.72-
YUV128.35122.16169.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=45.93%
G=24.94%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610111800.460.370.2734838.1256.27
HexBA657602E251B15c2638
Octal27214516605645335344670
Binary1011101011001011110110010111010010111011101011100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6576; }

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

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

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

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

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

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

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

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