#B85E87

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

Shades of Tapestry #B85E87

Tints of Tapestry #B85E87

Color information

#B85E87 (or 0xB85E87) is unknown color: approx Tapestry. HEX triplet: B8, 5E and 87. RGB value is (184,94,135). Sum of RGB (Red+Green+Blue) = 184+94+135=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85E87 is #47A178. Grayscale: #7D7D7D. Windows color (decimal): -4694393 or 8871608. OLE color: 8871608.

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

Color convert

RGB18494135-
CMYK00.490.270.28
HSL332.67º38.79%54.51%-
HSV(B)332.67º48.91%72.16%-
XYZ28.1419.9525.29-
YUV125.58133.32169.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 94 (37.11% from 255) = 22.76%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=44.55%
G=22.76%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849413500.490.270.28332.6738.7954.51
HexB85E870311B1C14d2737
Octal27013620706133345154767
Binary1011100010111101000011101100011101111100101001101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85E87; }

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

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

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

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

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

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

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

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