#BA777C

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

Shades of Tapestry #BA777C

Tints of Tapestry #BA777C

Color information

#BA777C (or 0xBA777C) is unknown color: approx Tapestry. HEX triplet: BA, 77 and 7C. RGB value is (186,119,124). Sum of RGB (Red+Green+Blue) = 186+119+124=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA777C is #458883. Grayscale: #8B8B8B. Windows color (decimal): -4556932 or 8157114. OLE color: 8157114.

HSL color Cylindrical-coordinate representation of color #BA777C: hue angle of 355.52º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA777C is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB186119124-
CMYK00.360.330.27
HSL355.52º32.68%59.8%-
HSV(B)355.52º36.02%72.94%-
XYZ30.4825.0922.3-
YUV139.6119.2161.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 119 (46.88% from 255) = 27.74%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=43.36%
G=27.74%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611912400.360.330.27355.5232.6859.8
HexBA777C024211B164213c
Octal27216717404441335444174
Binary1011101011101111111100010010010000111011101100100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA777C; }

 p { color: rgb(186,119,124); }

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

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

 a { background-color: rgb(186,119,124); }

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

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

 span { border-color: rgb(186,119,124); }

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