#BA768D

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

Shades of Tapestry #BA768D

Tints of Tapestry #BA768D

Color information

#BA768D (or 0xBA768D) is unknown color: approx Tapestry. HEX triplet: BA, 76 and 8D. RGB value is (186,118,141). Sum of RGB (Red+Green+Blue) = 186+118+141=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA768D is #458972. Grayscale: #8C8C8C. Windows color (decimal): -4557171 or 9270970. OLE color: 9270970.

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

Color convert

RGB186118141-
CMYK00.370.240.27
HSL339.71º33.01%59.61%-
HSV(B)339.71º36.56%72.94%-
XYZ31.5425.3228.42-
YUV140.95128.03160.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 118 (46.48% from 255) = 26.52%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=41.80%
G=26.52%
B=31.69%

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
Decimal18611814100.370.240.27339.7133.0159.61
HexBA768D025181B154213c
Octal27216621504530335244174
Binary1011101011101101000110101001011100011011101010100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA768D; }

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

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

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

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

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

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

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

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