#BA7291

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

Shades of Tapestry #BA7291

Tints of Tapestry #BA7291

Color information

#BA7291 (or 0xBA7291) is unknown color: approx Tapestry. HEX triplet: BA, 72 and 91. RGB value is (186,114,145). Sum of RGB (Red+Green+Blue) = 186+114+145=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7291 is #458D6E. Grayscale: #8B8B8B. Windows color (decimal): -4558191 or 9532090. OLE color: 9532090.

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

Color convert

RGB186114145-
CMYK00.390.220.27
HSL334.17º34.29%58.82%-
HSV(B)334.17º38.71%72.94%-
XYZ31.3824.5229.87-
YUV139.06131.35161.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 145 (57.03% from 255) = 32.58%
R=41.80%
G=25.62%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611414500.390.220.27334.1734.2958.82
HexBA7291027161B14e223b
Octal27216222104726335164273
Binary1011101011100101001000101001111011011011101001110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7291; }

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

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

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

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

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

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

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

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