#BA6F8E

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

Shades of Tapestry #BA6F8E

Tints of Tapestry #BA6F8E

Color information

#BA6F8E (or 0xBA6F8E) is unknown color: approx Tapestry. HEX triplet: BA, 6F and 8E. RGB value is (186,111,142). Sum of RGB (Red+Green+Blue) = 186+111+142=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6F8E is #459071. Grayscale: #888888. Windows color (decimal): -4558962 or 9334714. OLE color: 9334714.

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

Color convert

RGB186111142-
CMYK00.400.240.27
HSL335.2º35.21%58.24%-
HSV(B)335.2º40.32%72.94%-
XYZ30.8223.7628.55-
YUV136.96130.85162.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 111 (43.75% from 255) = 25.28%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=42.37%
G=25.28%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611114200.400.240.27335.235.2158.24
HexBA6F8E028181B14f233a
Octal27215721605030335174372
Binary1011101011011111000111001010001100011011101001111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F8E; }

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

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

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

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

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

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

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

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