#BA8187

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

Shades of Tapestry #BA8187

Tints of Tapestry #BA8187

Color information

#BA8187 (or 0xBA8187) is unknown color: approx Tapestry. HEX triplet: BA, 81 and 87. RGB value is (186,129,135). Sum of RGB (Red+Green+Blue) = 186+129+135=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8187 is #457E78. Grayscale: #929292. Windows color (decimal): -4554361 or 8880570. OLE color: 8880570.

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

Color convert

RGB186129135-
CMYK00.310.270.27
HSL353.68º29.23%61.76%-
HSV(B)353.68º30.65%72.94%-
XYZ32.4727.8926.59-
YUV146.73121.38156.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 135 (53.12% from 255) = 30%
R=41.33%
G=28.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612913500.310.270.27353.6829.2361.76
HexBA818701F1B1B1621d3e
Octal27220120703733335423576
Binary101110101000000110000111011111110111101110110001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8187; }

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

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

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

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

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

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

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

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