#BA7882

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

Shades of Tapestry #BA7882

Tints of Tapestry #BA7882

Color information

#BA7882 (or 0xBA7882) is unknown color: approx Tapestry. HEX triplet: BA, 78 and 82. RGB value is (186,120,130). Sum of RGB (Red+Green+Blue) = 186+120+130=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7882 is #45877D. Grayscale: #8C8C8C. Windows color (decimal): -4556670 or 8550586. OLE color: 8550586.

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

Color convert

RGB186120130-
CMYK00.350.300.27
HSL350.91º32.35%60%-
HSV(B)350.91º35.48%72.94%-
XYZ3125.4824.4-
YUV140.87121.87160.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 120 (47.27% from 255) = 27.52%
BLUE value IS 130 (51.17% from 255) = 29.82%
R=42.66%
G=27.52%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612013000.350.300.27350.9132.3560
HexBA78820231E1B15f203c
Octal27217020204336335374074
Binary1011101011110001000001001000111111011011101011111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7882; }

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

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

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

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

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

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

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

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