#BA7688

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

Shades of Tapestry #BA7688

Tints of Tapestry #BA7688

Color information

#BA7688 (or 0xBA7688) is unknown color: approx Tapestry. HEX triplet: BA, 76 and 88. RGB value is (186,118,136). Sum of RGB (Red+Green+Blue) = 186+118+136=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7688 is #458977. Grayscale: #8C8C8C. Windows color (decimal): -4557176 or 8943290. OLE color: 8943290.

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

Color convert

RGB186118136-
CMYK00.370.270.27
HSL344.12º33.01%59.61%-
HSV(B)344.12º36.56%72.94%-
XYZ31.1725.1726.51-
YUV140.38125.53160.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 136 (53.52% from 255) = 30.91%
R=42.27%
G=26.82%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611813600.370.270.27344.1233.0159.61
HexBA76880251B1B158213c
Octal27216621004533335304174
Binary1011101011101101000100001001011101111011101011000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7688; }

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

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

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

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

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

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

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

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