#BA6779

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

Shades of Tapestry #BA6779

Tints of Tapestry #BA6779

Color information

#BA6779 (or 0xBA6779) is unknown color: approx Tapestry. HEX triplet: BA, 67 and 79. RGB value is (186,103,121). Sum of RGB (Red+Green+Blue) = 186+103+121=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6779 is #459886. Grayscale: #818181. Windows color (decimal): -4561031 or 7956410. OLE color: 7956410.

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

Color convert

RGB186103121-
CMYK00.450.350.27
HSL346.99º37.56%56.67%-
HSV(B)346.99º44.62%72.94%-
XYZ28.5521.5220.74-
YUV129.87123168.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 121 (47.66% from 255) = 29.51%
R=45.37%
G=25.12%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610312100.450.350.27346.9937.5656.67
HexBA677902D231B15b2639
Octal27214717105543335334671
Binary1011101011001111111001010110110001111011101011011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6779; }

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

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

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

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

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

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

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

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