#BA7781

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

Shades of Tapestry #BA7781

Tints of Tapestry #BA7781

Color information

#BA7781 (or 0xBA7781) is unknown color: approx Tapestry. HEX triplet: BA, 77 and 81. RGB value is (186,119,129). Sum of RGB (Red+Green+Blue) = 186+119+129=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7781 is #45887E. Grayscale: #8C8C8C. Windows color (decimal): -4556927 or 8484794. OLE color: 8484794.

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

Color convert

RGB186119129-
CMYK00.360.310.27
HSL351.04º32.68%59.8%-
HSV(B)351.04º36.02%72.94%-
XYZ30.8125.2224.01-
YUV140.17121.7160.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 119 (46.88% from 255) = 27.42%
BLUE value IS 129 (50.78% from 255) = 29.72%
R=42.86%
G=27.42%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611912900.360.310.27351.0432.6859.8
HexBA77810241F1B15f213c
Octal27216720104437335374174
Binary1011101011101111000000101001001111111011101011111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7781; }

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

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

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

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

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

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

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

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