#B87E86

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

Shades of Tapestry #B87E86

Tints of Tapestry #B87E86

Color information

#B87E86 (or 0xB87E86) is unknown color: approx Tapestry. HEX triplet: B8, 7E and 86. RGB value is (184,126,134). Sum of RGB (Red+Green+Blue) = 184+126+134=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87E86 is #478179. Grayscale: #909090. Windows color (decimal): -4686202 or 8814264. OLE color: 8814264.

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

Color convert

RGB184126134-
CMYK00.320.270.28
HSL351.72º29%60.78%-
HSV(B)351.72º31.52%72.16%-
XYZ31.5326.8326.07-
YUV144.25122.22156.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 134 (52.73% from 255) = 30.18%
R=41.44%
G=28.38%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412613400.320.270.28351.722960.78
HexB87E860201B1C1601d3d
Octal27017620604033345403575
Binary101110001111110100001100100000110111110010110000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87E86; }

 p { color: rgb(184,126,134); }

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

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

 a { background-color: rgb(184,126,134); }

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

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

 span { border-color: rgb(184,126,134); }

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