#BA7982

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

Shades of Tapestry #BA7982

Tints of Tapestry #BA7982

Color information

#BA7982 (or 0xBA7982) is unknown color: approx Tapestry. HEX triplet: BA, 79 and 82. RGB value is (186,121,130). Sum of RGB (Red+Green+Blue) = 186+121+130=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7982 is #45867D. Grayscale: #8D8D8D. Windows color (decimal): -4556414 or 8550842. OLE color: 8550842.

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

Color convert

RGB186121130-
CMYK00.350.300.27
HSL351.69º32.02%60.2%-
HSV(B)351.69º34.95%72.94%-
XYZ31.1225.7324.44-
YUV141.46121.53159.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=42.56%
G=27.69%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612113000.350.300.27351.6932.0260.2
HexBA79820231E1B160203c
Octal27217120204336335404074
Binary1011101011110011000001001000111111011011101100000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7982; }

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

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

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

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

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

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

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

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