#BA7992

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

Shades of Tapestry #BA7992

Tints of Tapestry #BA7992

Color information

#BA7992 (or 0xBA7992) is unknown color: approx Tapestry. HEX triplet: BA, 79 and 92. RGB value is (186,121,146). Sum of RGB (Red+Green+Blue) = 186+121+146=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7992 is #45866D. Grayscale: #8F8F8F. Windows color (decimal): -4556398 or 9599418. OLE color: 9599418.

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

Color convert

RGB186121146-
CMYK00.350.220.27
HSL336.92º32.02%60.2%-
HSV(B)336.92º34.95%72.94%-
XYZ32.2826.1930.55-
YUV143.28129.53158.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 146 (57.42% from 255) = 32.23%
R=41.06%
G=26.71%
B=32.23%

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
Decimal18612114600.350.220.27336.9232.0260.2
HexBA7992023161B151203c
Octal27217122204326335214074
Binary1011101011110011001001001000111011011011101010001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7992; }

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

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

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

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

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

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

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

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