#BA7A80

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

Shades of Tapestry #BA7A80

Tints of Tapestry #BA7A80

Color information

#BA7A80 (or 0xBA7A80) is unknown color: approx Tapestry. HEX triplet: BA, 7A and 80. RGB value is (186,122,128). Sum of RGB (Red+Green+Blue) = 186+122+128=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A80 is #45857F. Grayscale: #8D8D8D. Windows color (decimal): -4556160 or 8420026. OLE color: 8420026.

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

Color convert

RGB186122128-
CMYK00.340.310.27
HSL354.38º31.68%60.39%-
HSV(B)354.38º34.41%72.94%-
XYZ31.1125.9223.79-
YUV141.82120.2159.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 122 (48.05% from 255) = 27.98%
BLUE value IS 128 (50.39% from 255) = 29.36%
R=42.66%
G=27.98%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612212800.340.310.27354.3831.6860.39
HexBA7A800221F1B162203c
Octal27217220004237335424074
Binary1011101011110101000000001000101111111011101100010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A80; }

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

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

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

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

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

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

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

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