#BA7F82

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

Shades of Tapestry #BA7F82

Tints of Tapestry #BA7F82

Color information

#BA7F82 (or 0xBA7F82) is unknown color: approx Tapestry. HEX triplet: BA, 7F and 82. RGB value is (186,127,130). Sum of RGB (Red+Green+Blue) = 186+127+130=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F82 is #45807D. Grayscale: #919191. Windows color (decimal): -4554878 or 8552378. OLE color: 8552378.

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

Color convert

RGB186127130-
CMYK00.320.300.27
HSL356.95º29.95%61.37%-
HSV(B)356.95º31.72%72.94%-
XYZ31.8727.2324.7-
YUV144.98119.55157.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 127 (50% from 255) = 28.67%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=41.99%
G=28.67%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612713000.320.300.27356.9529.9561.37
HexBA7F820201E1B1651e3d
Octal27217720204036335453675
Binary101110101111111100000100100000111101101110110010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F82; }

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

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

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

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

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

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

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

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