#BA7C8D

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

Shades of Tapestry #BA7C8D

Tints of Tapestry #BA7C8D

Color information

#BA7C8D (or 0xBA7C8D) is unknown color: approx Tapestry. HEX triplet: BA, 7C and 8D. RGB value is (186,124,141). Sum of RGB (Red+Green+Blue) = 186+124+141=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C8D is #458372. Grayscale: #909090. Windows color (decimal): -4555635 or 9272506. OLE color: 9272506.

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

Color convert

RGB186124141-
CMYK00.330.240.27
HSL343.55º31%60.78%-
HSV(B)343.55º33.33%72.94%-
XYZ32.2726.7828.67-
YUV144.48126.04157.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 124 (48.83% from 255) = 27.49%
BLUE value IS 141 (55.47% from 255) = 31.26%
R=41.24%
G=27.49%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612414100.330.240.27343.553160.78
HexBA7C8D021181B1581f3d
Octal27217421504130335303775
Binary101110101111100100011010100001110001101110101100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C8D; }

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

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

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

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

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

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

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

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