#BA7790

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

Shades of Tapestry #BA7790

Tints of Tapestry #BA7790

Color information

#BA7790 (or 0xBA7790) is unknown color: approx Tapestry. HEX triplet: BA, 77 and 90. RGB value is (186,119,144). Sum of RGB (Red+Green+Blue) = 186+119+144=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7790 is #45886F. Grayscale: #8D8D8D. Windows color (decimal): -4556912 or 9467834. OLE color: 9467834.

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

Color convert

RGB186119144-
CMYK00.360.230.27
HSL337.61º32.68%59.8%-
HSV(B)337.61º36.02%72.94%-
XYZ31.8825.6529.66-
YUV141.88129.2159.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=41.43%
G=26.50%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611914400.360.230.27337.6132.6859.8
HexBA7790024171B152213c
Octal27216722004427335224174
Binary1011101011101111001000001001001011111011101010010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7790; }

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

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

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

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

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

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

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

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