#BA7C80

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

Shades of Tapestry #BA7C80

Tints of Tapestry #BA7C80

Color information

#BA7C80 (or 0xBA7C80) is unknown color: approx Tapestry. HEX triplet: BA, 7C and 80. RGB value is (186,124,128). Sum of RGB (Red+Green+Blue) = 186+124+128=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C80 is #45837F. Grayscale: #8F8F8F. Windows color (decimal): -4555648 or 8420538. OLE color: 8420538.

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

Color convert

RGB186124128-
CMYK00.330.310.27
HSL356.13º31%60.78%-
HSV(B)356.13º33.33%72.94%-
XYZ31.3526.4123.87-
YUV142.99119.54158.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 124 (48.83% from 255) = 28.31%
BLUE value IS 128 (50.39% from 255) = 29.22%
R=42.47%
G=28.31%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612412800.330.310.27356.133160.78
HexBA7C800211F1B1641f3d
Octal27217420004137335443775
Binary101110101111100100000000100001111111101110110010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C80; }

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

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

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

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

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

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

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

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