#BA6479

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

Shades of Tapestry #BA6479

Tints of Tapestry #BA6479

Color information

#BA6479 (or 0xBA6479) is unknown color: approx Tapestry. HEX triplet: BA, 64 and 79. RGB value is (186,100,121). Sum of RGB (Red+Green+Blue) = 186+100+121=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6479 is #459B86. Grayscale: #808080. Windows color (decimal): -4561799 or 7955642. OLE color: 7955642.

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

Color convert

RGB186100121-
CMYK00.460.350.27
HSL345.35º38.39%56.08%-
HSV(B)345.35º46.24%72.94%-
XYZ28.2620.9320.64-
YUV128.11123.99169.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 100 (39.45% from 255) = 24.57%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=45.70%
G=24.57%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610012100.460.350.27345.3538.3956.08
HexBA647902E231B1592638
Octal27214417105643335314670
Binary1011101011001001111001010111010001111011101011001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6479; }

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

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

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

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

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

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

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

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