#BA7890

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

Shades of Tapestry #BA7890

Tints of Tapestry #BA7890

Color information

#BA7890 (or 0xBA7890) is unknown color: approx Tapestry. HEX triplet: BA, 78 and 90. RGB value is (186,120,144). Sum of RGB (Red+Green+Blue) = 186+120+144=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7890 is #45876F. Grayscale: #8E8E8E. Windows color (decimal): -4556656 or 9468090. OLE color: 9468090.

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

Color convert

RGB186120144-
CMYK00.350.230.27
HSL338.18º32.35%60%-
HSV(B)338.18º35.48%72.94%-
XYZ3225.8929.7-
YUV142.47128.87159.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 120 (47.27% from 255) = 26.67%
BLUE value IS 144 (56.64% from 255) = 32%
R=41.33%
G=26.67%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612014400.350.230.27338.1832.3560
HexBA7890023171B152203c
Octal27217022004327335224074
Binary1011101011110001001000001000111011111011101010010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7890; }

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

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

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

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

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

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

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

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