#BA7B8E

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

Shades of Tapestry #BA7B8E

Tints of Tapestry #BA7B8E

Color information

#BA7B8E (or 0xBA7B8E) is unknown color: approx Tapestry. HEX triplet: BA, 7B and 8E. RGB value is (186,123,142). Sum of RGB (Red+Green+Blue) = 186+123+142=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7B8E is #458471. Grayscale: #8F8F8F. Windows color (decimal): -4555890 or 9337786. OLE color: 9337786.

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

Color convert

RGB186123142-
CMYK00.340.240.27
HSL341.9º31.34%60.59%-
HSV(B)341.9º33.87%72.94%-
XYZ32.2226.5629.02-
YUV144126.87157.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 123 (48.44% from 255) = 27.27%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=41.24%
G=27.27%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612314200.340.240.27341.931.3460.59
HexBA7B8E022181B1561f3d
Octal27217321604230335263775
Binary101110101111011100011100100010110001101110101011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7B8E; }

 p { color: rgb(186,123,142); }

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

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

 a { background-color: rgb(186,123,142); }

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

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

 span { border-color: rgb(186,123,142); }

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