#BA7991

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

Shades of Tapestry #BA7991

Tints of Tapestry #BA7991

Color information

#BA7991 (or 0xBA7991) is unknown color: approx Tapestry. HEX triplet: BA, 79 and 91. RGB value is (186,121,145). Sum of RGB (Red+Green+Blue) = 186+121+145=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7991 is #45866E. Grayscale: #8F8F8F. Windows color (decimal): -4556399 or 9533882. OLE color: 9533882.

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

Color convert

RGB186121145-
CMYK00.350.220.27
HSL337.85º32.02%60.2%-
HSV(B)337.85º34.95%72.94%-
XYZ32.226.1630.14-
YUV143.17129.03158.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 121 (47.66% from 255) = 26.77%
BLUE value IS 145 (57.03% from 255) = 32.08%
R=41.15%
G=26.77%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612114500.350.220.27337.8532.0260.2
HexBA7991023161B152203c
Octal27217122104326335224074
Binary1011101011110011001000101000111011011011101010010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7991; }

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

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

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

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

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

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

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

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