#BA7C83

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

Shades of Tapestry #BA7C83

Tints of Tapestry #BA7C83

Color information

#BA7C83 (or 0xBA7C83) is unknown color: approx Tapestry. HEX triplet: BA, 7C and 83. RGB value is (186,124,131). Sum of RGB (Red+Green+Blue) = 186+124+131=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C83 is #45837C. Grayscale: #8F8F8F. Windows color (decimal): -4555645 or 8617146. OLE color: 8617146.

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

Color convert

RGB186124131-
CMYK00.330.300.27
HSL353.23º31%60.78%-
HSV(B)353.23º33.33%72.94%-
XYZ31.5526.4924.92-
YUV143.34121.04158.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 124 (48.83% from 255) = 28.12%
BLUE value IS 131 (51.56% from 255) = 29.71%
R=42.18%
G=28.12%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612413100.330.300.27353.233160.78
HexBA7C830211E1B1611f3d
Octal27217420304136335413775
Binary101110101111100100000110100001111101101110110000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C83; }

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

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

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

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

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

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

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

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