#BA8084

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

Shades of Tapestry #BA8084

Tints of Tapestry #BA8084

Color information

#BA8084 (or 0xBA8084) is unknown color: approx Tapestry. HEX triplet: BA, 80 and 84. RGB value is (186,128,132). Sum of RGB (Red+Green+Blue) = 186+128+132=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8084 is #457F7B. Grayscale: #919191. Windows color (decimal): -4554620 or 8683706. OLE color: 8683706.

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

Color convert

RGB186128132-
CMYK00.310.290.27
HSL355.86º29.59%61.57%-
HSV(B)355.86º31.18%72.94%-
XYZ32.1327.5425.45-
YUV145.8120.22156.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=41.70%
G=28.70%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612813200.310.290.27355.8629.5961.57
HexBA808401F1D1B1641e3e
Octal27220020403735335443676
Binary101110101000000010000100011111111011101110110010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8084; }

 p { color: rgb(186,128,132); }

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

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

 a { background-color: rgb(186,128,132); }

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

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

 span { border-color: rgb(186,128,132); }

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