#BA6575

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

Shades of Tapestry #BA6575

Tints of Tapestry #BA6575

Color information

#BA6575 (or 0xBA6575) is unknown color: approx Tapestry. HEX triplet: BA, 65 and 75. RGB value is (186,101,117). Sum of RGB (Red+Green+Blue) = 186+101+117=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6575 is #459A8A. Grayscale: #808080. Windows color (decimal): -4561547 or 7693754. OLE color: 7693754.

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

Color convert

RGB186101117-
CMYK00.460.370.27
HSL348.71º38.12%56.27%-
HSV(B)348.71º45.7%72.94%-
XYZ28.1121.0319.41-
YUV128.24121.66169.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=46.04%
G=25%
B=28.96%

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
Decimal18610111700.460.370.27348.7138.1256.27
HexBA657502E251B15d2638
Octal27214516505645335354670
Binary1011101011001011110101010111010010111011101011101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6575; }

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

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

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

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

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

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

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

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