#BA8287

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

Shades of Tapestry #BA8287

Tints of Tapestry #BA8287

Color information

#BA8287 (or 0xBA8287) is unknown color: approx Tapestry. HEX triplet: BA, 82 and 87. RGB value is (186,130,135). Sum of RGB (Red+Green+Blue) = 186+130+135=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8287 is #457D78. Grayscale: #939393. Windows color (decimal): -4554105 or 8880826. OLE color: 8880826.

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

Color convert

RGB186130135-
CMYK00.300.270.27
HSL354.64º28.87%61.96%-
HSV(B)354.64º30.11%72.94%-
XYZ32.6128.1526.64-
YUV147.31121.05155.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 130 (51.17% from 255) = 28.82%
BLUE value IS 135 (53.12% from 255) = 29.93%
R=41.24%
G=28.82%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613013500.300.270.27354.6428.8761.96
HexBA828701E1B1B1631d3e
Octal27220220703633335433576
Binary101110101000001010000111011110110111101110110001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8287; }

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

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

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

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

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

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

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

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