#B85E86

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

Shades of Tapestry #B85E86

Tints of Tapestry #B85E86

Color information

#B85E86 (or 0xB85E86) is unknown color: approx Tapestry. HEX triplet: B8, 5E and 86. RGB value is (184,94,134). Sum of RGB (Red+Green+Blue) = 184+94+134=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85E86 is #47A179. Grayscale: #7D7D7D. Windows color (decimal): -4694394 or 8806072. OLE color: 8806072.

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

Color convert

RGB18494134-
CMYK00.490.270.28
HSL333.33º38.79%54.51%-
HSV(B)333.33º48.91%72.16%-
XYZ28.0719.9224.92-
YUV125.47132.82169.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 94 (37.11% from 255) = 22.82%
BLUE value IS 134 (52.73% from 255) = 32.52%
R=44.66%
G=22.82%
B=32.52%

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
Decimal1849413400.490.270.28333.3338.7954.51
HexB85E860311B1C14d2737
Octal27013620606133345154767
Binary1011100010111101000011001100011101111100101001101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85E86; }

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

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

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

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

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

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

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

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