#BA6F91

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

Shades of Tapestry #BA6F91

Tints of Tapestry #BA6F91

Color information

#BA6F91 (or 0xBA6F91) is unknown color: approx Tapestry. HEX triplet: BA, 6F and 91. RGB value is (186,111,145). Sum of RGB (Red+Green+Blue) = 186+111+145=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6F91 is #45906E. Grayscale: #898989. Windows color (decimal): -4558959 or 9531322. OLE color: 9531322.

HSL color Cylindrical-coordinate representation of color #BA6F91: hue angle of 332.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA6F91 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB186111145-
CMYK00.400.220.27
HSL332.8º35.21%58.24%-
HSV(B)332.8º40.32%72.94%-
XYZ31.0423.8529.76-
YUV137.3132.35162.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 111 (43.75% from 255) = 25.11%
BLUE value IS 145 (57.03% from 255) = 32.81%
R=42.08%
G=25.11%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611114500.400.220.27332.835.2158.24
HexBA6F91028161B14d233a
Octal27215722105026335154372
Binary1011101011011111001000101010001011011011101001101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F91; }

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

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

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

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

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

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

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

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