#BA768A

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

Shades of Tapestry #BA768A

Tints of Tapestry #BA768A

Color information

#BA768A (or 0xBA768A) is unknown color: approx Tapestry. HEX triplet: BA, 76 and 8A. RGB value is (186,118,138). Sum of RGB (Red+Green+Blue) = 186+118+138=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA768A is #458975. Grayscale: #8C8C8C. Windows color (decimal): -4557174 or 9074362. OLE color: 9074362.

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

Color convert

RGB186118138-
CMYK00.370.260.27
HSL342.35º33.01%59.61%-
HSV(B)342.35º36.56%72.94%-
XYZ31.3225.2327.26-
YUV140.61126.53160.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=42.08%
G=26.70%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611813800.370.260.27342.3533.0159.61
HexBA768A0251A1B156213c
Octal27216621204532335264174
Binary1011101011101101000101001001011101011011101010110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA768A; }

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

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

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

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

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

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

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

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