#BA7681

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

Shades of Tapestry #BA7681

Tints of Tapestry #BA7681

Color information

#BA7681 (or 0xBA7681) is unknown color: approx Tapestry. HEX triplet: BA, 76 and 81. RGB value is (186,118,129). Sum of RGB (Red+Green+Blue) = 186+118+129=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7681 is #45897E. Grayscale: #8B8B8B. Windows color (decimal): -4557183 or 8484538. OLE color: 8484538.

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

Color convert

RGB186118129-
CMYK00.370.310.27
HSL350.29º33.01%59.61%-
HSV(B)350.29º36.56%72.94%-
XYZ30.6924.9823.97-
YUV139.59122.03161.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 129 (50.78% from 255) = 29.79%
R=42.96%
G=27.25%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611812900.370.310.27350.2933.0159.61
HexBA76810251F1B15e213c
Octal27216620104537335364174
Binary1011101011101101000000101001011111111011101011110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7681; }

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

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

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

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

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

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

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

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