#BA758D

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

Shades of Tapestry #BA758D

Tints of Tapestry #BA758D

Color information

#BA758D (or 0xBA758D) is unknown color: approx Tapestry. HEX triplet: BA, 75 and 8D. RGB value is (186,117,141). Sum of RGB (Red+Green+Blue) = 186+117+141=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA758D is #458A72. Grayscale: #8C8C8C. Windows color (decimal): -4557427 or 9270714. OLE color: 9270714.

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

Color convert

RGB186117141-
CMYK00.370.240.27
HSL339.13º33.33%59.41%-
HSV(B)339.13º37.1%72.94%-
XYZ31.4225.0828.39-
YUV140.37128.36160.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 117 (46.09% from 255) = 26.35%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=41.89%
G=26.35%
B=31.76%

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
Decimal18611714100.370.240.27339.1333.3359.41
HexBA758D025181B153213b
Octal27216521504530335234173
Binary1011101011101011000110101001011100011011101010011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA758D; }

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

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

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

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

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

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

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

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