#BA7C7E

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

Shades of Tapestry #BA7C7E

Tints of Tapestry #BA7C7E

Color information

#BA7C7E (or 0xBA7C7E) is unknown color: approx Tapestry. HEX triplet: BA, 7C and 7E. RGB value is (186,124,126). Sum of RGB (Red+Green+Blue) = 186+124+126=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C7E is #458381. Grayscale: #8E8E8E. Windows color (decimal): -4555650 or 8289466. OLE color: 8289466.

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

Color convert

RGB186124126-
CMYK00.330.320.27
HSL358.06º31%60.78%-
HSV(B)358.06º33.33%72.94%-
XYZ31.2226.3623.18-
YUV142.77118.54158.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 124 (48.83% from 255) = 28.44%
BLUE value IS 126 (49.61% from 255) = 28.90%
R=42.66%
G=28.44%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612412600.330.320.27358.063160.78
HexBA7C7E021201B1661f3d
Octal27217417604140335463775
Binary101110101111100111111001000011000001101110110011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C7E; }

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

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

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

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

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

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

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

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