#BA7290

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

Shades of Tapestry #BA7290

Tints of Tapestry #BA7290

Color information

#BA7290 (or 0xBA7290) is unknown color: approx Tapestry. HEX triplet: BA, 72 and 90. RGB value is (186,114,144). Sum of RGB (Red+Green+Blue) = 186+114+144=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7290 is #458D6F. Grayscale: #8A8A8A. Windows color (decimal): -4558192 or 9466554. OLE color: 9466554.

HSL color Cylindrical-coordinate representation of color #BA7290: hue angle of 335º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA7290 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB186114144-
CMYK00.390.230.27
HSL335º34.29%58.82%-
HSV(B)335º38.71%72.94%-
XYZ31.324.4929.46-
YUV138.95130.85161.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 114 (44.92% from 255) = 25.68%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=41.89%
G=25.68%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611414400.390.230.2733534.2958.82
HexBA7290027171B14f223b
Octal27216222004727335174273
Binary1011101011100101001000001001111011111011101001111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7290; }

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

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

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

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

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

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

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

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