#BA6E8F

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

Shades of Tapestry #BA6E8F

Tints of Tapestry #BA6E8F

Color information

#BA6E8F (or 0xBA6E8F) is unknown color: approx Tapestry. HEX triplet: BA, 6E and 8F. RGB value is (186,110,143). Sum of RGB (Red+Green+Blue) = 186+110+143=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6E8F is #459170. Grayscale: #888888. Windows color (decimal): -4559217 or 9399994. OLE color: 9399994.

HSL color Cylindrical-coordinate representation of color #BA6E8F: hue angle of 333.95º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6E8F is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB186110143-
CMYK00.410.230.27
HSL333.95º35.51%58.04%-
HSV(B)333.95º40.86%72.94%-
XYZ30.7823.5728.91-
YUV136.49131.68163.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 143 (56.25% from 255) = 32.57%
R=42.37%
G=25.06%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611014300.410.230.27333.9535.5158.04
HexBA6E8F029171B14e243a
Octal27215621705127335164472
Binary1011101011011101000111101010011011111011101001110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E8F; }

 p { color: rgb(186,110,143); }

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

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

 a { background-color: rgb(186,110,143); }

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

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

 span { border-color: rgb(186,110,143); }

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