#BA7F8B

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

Shades of Tapestry #BA7F8B

Tints of Tapestry #BA7F8B

Color information

#BA7F8B (or 0xBA7F8B) is unknown color: approx Tapestry. HEX triplet: BA, 7F and 8B. RGB value is (186,127,139). Sum of RGB (Red+Green+Blue) = 186+127+139=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F8B is #458074. Grayscale: #929292. Windows color (decimal): -4554869 or 9142202. OLE color: 9142202.

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

Color convert

RGB186127139-
CMYK00.320.250.27
HSL347.8º29.95%61.37%-
HSV(B)347.8º31.72%72.94%-
XYZ32.527.4828.02-
YUV146.01124.05156.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 127 (50% from 255) = 28.10%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=41.15%
G=28.10%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612713900.320.250.27347.829.9561.37
HexBA7F8B020191B15c1e3d
Octal27217721304031335343675
Binary101110101111111100010110100000110011101110101110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F8B; }

 p { color: rgb(186,127,139); }

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

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

 a { background-color: rgb(186,127,139); }

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

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

 span { border-color: rgb(186,127,139); }

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