#BA8186

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

Shades of Tapestry #BA8186

Tints of Tapestry #BA8186

Color information

#BA8186 (or 0xBA8186) is unknown color: approx Tapestry. HEX triplet: BA, 81 and 86. RGB value is (186,129,134). Sum of RGB (Red+Green+Blue) = 186+129+134=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8186 is #457E79. Grayscale: #929292. Windows color (decimal): -4554362 or 8815034. OLE color: 8815034.

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

Color convert

RGB186129134-
CMYK00.310.280.27
HSL354.74º29.23%61.76%-
HSV(B)354.74º30.65%72.94%-
XYZ32.427.8626.22-
YUV146.61120.88156.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 129 (50.78% from 255) = 28.73%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=41.43%
G=28.73%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612913400.310.280.27354.7429.2361.76
HexBA818601F1C1B1631d3e
Octal27220120603734335433576
Binary101110101000000110000110011111111001101110110001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8186; }

 p { color: rgb(186,129,134); }

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

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

 a { background-color: rgb(186,129,134); }

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

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

 span { border-color: rgb(186,129,134); }

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