#BA757F

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

Shades of Tapestry #BA757F

Tints of Tapestry #BA757F

Color information

#BA757F (or 0xBA757F) is unknown color: approx Tapestry. HEX triplet: BA, 75 and 7F. RGB value is (186,117,127). Sum of RGB (Red+Green+Blue) = 186+117+127=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA757F is #458A80. Grayscale: #8A8A8A. Windows color (decimal): -4557441 or 8353210. OLE color: 8353210.

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

Color convert

RGB186117127-
CMYK00.370.320.27
HSL351.3º33.33%59.41%-
HSV(B)351.3º37.1%72.94%-
XYZ30.4424.6923.24-
YUV138.77121.36161.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 127 (50% from 255) = 29.53%
R=43.26%
G=27.21%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611712700.370.320.27351.333.3359.41
HexBA757F025201B15f213b
Octal27216517704540335374173
Binary1011101011101011111111010010110000011011101011111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA757F; }

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

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

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

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

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

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

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

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