#BA6079

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

Shades of Tapestry #BA6079

Tints of Tapestry #BA6079

Color information

#BA6079 (or 0xBA6079) is unknown color: approx Tapestry. HEX triplet: BA, 60 and 79. RGB value is (186,96,121). Sum of RGB (Red+Green+Blue) = 186+96+121=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6079 is #459F86. Grayscale: #7D7D7D. Windows color (decimal): -4562823 or 7954618. OLE color: 7954618.

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

Color convert

RGB18696121-
CMYK00.480.350.27
HSL343.33º39.47%55.29%-
HSV(B)343.33º48.39%72.94%-
XYZ27.8820.1920.52-
YUV125.76125.32170.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=46.15%
G=23.82%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869612100.480.350.27343.3339.4755.29
HexBA6079030231B1572737
Octal27214017106043335274767
Binary1011101011000001111001011000010001111011101010111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6079; }

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

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

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

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

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

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

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

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