#BA6676

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

Shades of Tapestry #BA6676

Tints of Tapestry #BA6676

Color information

#BA6676 (or 0xBA6676) is unknown color: approx Tapestry. HEX triplet: BA, 66 and 76. RGB value is (186,102,118). Sum of RGB (Red+Green+Blue) = 186+102+118=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6676 is #459989. Grayscale: #808080. Windows color (decimal): -4561290 or 7759546. OLE color: 7759546.

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

Color convert

RGB186102118-
CMYK00.450.370.27
HSL348.57º37.84%56.47%-
HSV(B)348.57º45.16%72.94%-
XYZ28.2721.2519.75-
YUV128.94121.83168.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=45.81%
G=25.12%
B=29.06%

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
Decimal18610211800.450.370.27348.5737.8456.47
HexBA667602D251B15d2638
Octal27214616605545335354670
Binary1011101011001101110110010110110010111011101011101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6676; }

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

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

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

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

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

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

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

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