#B86E87

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

Shades of Tapestry #B86E87

Tints of Tapestry #B86E87

Color information

#B86E87 (or 0xB86E87) is unknown color: approx Tapestry. HEX triplet: B8, 6E and 87. RGB value is (184,110,135). Sum of RGB (Red+Green+Blue) = 184+110+135=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86E87 is #479178. Grayscale: #868686. Windows color (decimal): -4690297 or 8875704. OLE color: 8875704.

HSL color Cylindrical-coordinate representation of color #B86E87: hue angle of 339.73º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86E87 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB184110135-
CMYK00.400.270.28
HSL339.73º34.26%57.65%-
HSV(B)339.73º40.22%72.16%-
XYZ29.7223.0925.81-
YUV134.98128.02162.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 135 (53.12% from 255) = 31.47%
R=42.89%
G=25.64%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411013500.400.270.28339.7334.2657.65
HexB86E870281B1C154223a
Octal27015620705033345244272
Binary1011100011011101000011101010001101111100101010100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86E87; }

 p { color: rgb(184,110,135); }

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

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

 a { background-color: rgb(184,110,135); }

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

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

 span { border-color: rgb(184,110,135); }

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