#BA8289

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

Shades of Tapestry #BA8289

Tints of Tapestry #BA8289

Color information

#BA8289 (or 0xBA8289) is unknown color: approx Tapestry. HEX triplet: BA, 82 and 89. RGB value is (186,130,137). Sum of RGB (Red+Green+Blue) = 186+130+137=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8289 is #457D76. Grayscale: #939393. Windows color (decimal): -4554103 or 9011898. OLE color: 9011898.

HSL color Cylindrical-coordinate representation of color #BA8289: hue angle of 352.5º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA8289 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB186130137-
CMYK00.300.260.27
HSL352.5º28.87%61.96%-
HSV(B)352.5º30.11%72.94%-
XYZ32.7528.2127.39-
YUV147.54122.05155.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 137 (53.91% from 255) = 30.24%
R=41.06%
G=28.70%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613013700.300.260.27352.528.8761.96
HexBA828901E1A1B1601d3e
Octal27220221103632335403576
Binary101110101000001010001001011110110101101110110000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8289; }

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

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

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

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

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

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

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

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