#BA7A7F

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

Shades of Tapestry #BA7A7F

Tints of Tapestry #BA7A7F

Color information

#BA7A7F (or 0xBA7A7F) is unknown color: approx Tapestry. HEX triplet: BA, 7A and 7F. RGB value is (186,122,127). Sum of RGB (Red+Green+Blue) = 186+122+127=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A7F is #458580. Grayscale: #8D8D8D. Windows color (decimal): -4556161 or 8354490. OLE color: 8354490.

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

Color convert

RGB186122127-
CMYK00.340.320.27
HSL355.31º31.68%60.39%-
HSV(B)355.31º34.41%72.94%-
XYZ31.0425.8923.44-
YUV141.71119.7159.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 127 (50% from 255) = 29.20%
R=42.76%
G=28.05%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612212700.340.320.27355.3131.6860.39
HexBA7A7F022201B163203c
Octal27217217704240335434074
Binary1011101011110101111111010001010000011011101100011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A7F; }

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

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

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

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

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

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

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

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