#BA758E

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

Shades of Tapestry #BA758E

Tints of Tapestry #BA758E

Color information

#BA758E (or 0xBA758E) is unknown color: approx Tapestry. HEX triplet: BA, 75 and 8E. RGB value is (186,117,142). Sum of RGB (Red+Green+Blue) = 186+117+142=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA758E is #458A71. Grayscale: #8C8C8C. Windows color (decimal): -4557426 or 9336250. OLE color: 9336250.

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

Color convert

RGB186117142-
CMYK00.370.240.27
HSL338.26º33.33%59.41%-
HSV(B)338.26º37.1%72.94%-
XYZ31.4925.1128.78-
YUV140.48128.86160.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 117 (46.09% from 255) = 26.29%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=41.80%
G=26.29%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611714200.370.240.27338.2633.3359.41
HexBA758E025181B152213b
Octal27216521604530335224173
Binary1011101011101011000111001001011100011011101010010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA758E; }

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

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

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

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

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

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

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

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