#BA7984

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

Shades of Tapestry #BA7984

Tints of Tapestry #BA7984

Color information

#BA7984 (or 0xBA7984) is unknown color: approx Tapestry. HEX triplet: BA, 79 and 84. RGB value is (186,121,132). Sum of RGB (Red+Green+Blue) = 186+121+132=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7984 is #45867B. Grayscale: #8D8D8D. Windows color (decimal): -4556412 or 8681914. OLE color: 8681914.

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

Color convert

RGB186121132-
CMYK00.350.290.27
HSL349.85º32.02%60.2%-
HSV(B)349.85º34.95%72.94%-
XYZ31.2525.7825.16-
YUV141.69122.53159.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=42.37%
G=27.56%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612113200.350.290.27349.8532.0260.2
HexBA79840231D1B15e203c
Octal27217120404335335364074
Binary1011101011110011000010001000111110111011101011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7984; }

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

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

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

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

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

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

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

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