#BA768C

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

Shades of Tapestry #BA768C

Tints of Tapestry #BA768C

Color information

#BA768C (or 0xBA768C) is unknown color: approx Tapestry. HEX triplet: BA, 76 and 8C. RGB value is (186,118,140). Sum of RGB (Red+Green+Blue) = 186+118+140=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA768C is #458973. Grayscale: #8C8C8C. Windows color (decimal): -4557172 or 9205434. OLE color: 9205434.

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

Color convert

RGB186118140-
CMYK00.370.250.27
HSL340.59º33.01%59.61%-
HSV(B)340.59º36.56%72.94%-
XYZ31.4625.2928.03-
YUV140.84127.53160.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=41.89%
G=26.58%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611814000.370.250.27340.5933.0159.61
HexBA768C025191B155213c
Octal27216621404531335254174
Binary1011101011101101000110001001011100111011101010101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA768C; }

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

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

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

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

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

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

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

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