#BA6776

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

Shades of Tapestry #BA6776

Tints of Tapestry #BA6776

Color information

#BA6776 (or 0xBA6776) is unknown color: approx Tapestry. HEX triplet: BA, 67 and 76. RGB value is (186,103,118). Sum of RGB (Red+Green+Blue) = 186+103+118=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6776 is #459889. Grayscale: #818181. Windows color (decimal): -4561034 or 7759802. OLE color: 7759802.

HSL color Cylindrical-coordinate representation of color #BA6776: hue angle of 349.16º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6776 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB186103118-
CMYK00.450.370.27
HSL349.16º37.56%56.67%-
HSV(B)349.16º44.62%72.94%-
XYZ28.3721.4519.78-
YUV129.53121.5168.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 118 (46.48% from 255) = 28.99%
R=45.70%
G=25.31%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610311800.450.370.27349.1637.5656.67
HexBA677602D251B15d2639
Octal27214716605545335354671
Binary1011101011001111110110010110110010111011101011101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6776; }

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

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

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

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

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

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

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

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