#BA7392

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

Shades of Tapestry #BA7392

Tints of Tapestry #BA7392

Color information

#BA7392 (or 0xBA7392) is unknown color: approx Tapestry. HEX triplet: BA, 73 and 92. RGB value is (186,115,146). Sum of RGB (Red+Green+Blue) = 186+115+146=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7392 is #458C6D. Grayscale: #8B8B8B. Windows color (decimal): -4557934 or 9597882. OLE color: 9597882.

HSL color Cylindrical-coordinate representation of color #BA7392: hue angle of 333.8º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA7392 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB186115146-
CMYK00.380.220.27
HSL333.8º33.97%59.02%-
HSV(B)333.8º38.17%72.94%-
XYZ31.5724.7830.31-
YUV139.76131.52160.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 146 (57.42% from 255) = 32.66%
R=41.61%
G=25.73%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611514600.380.220.27333.833.9759.02
HexBA7392026161B14e223b
Octal27216322204626335164273
Binary1011101011100111001001001001101011011011101001110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7392; }

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

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

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

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

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

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

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

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