#B85E88

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

Shades of Tapestry #B85E88

Tints of Tapestry #B85E88

Color information

#B85E88 (or 0xB85E88) is unknown color: approx Tapestry. HEX triplet: B8, 5E and 88. RGB value is (184,94,136). Sum of RGB (Red+Green+Blue) = 184+94+136=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85E88 is #47A177. Grayscale: #7D7D7D. Windows color (decimal): -4694392 or 8937144. OLE color: 8937144.

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

Color convert

RGB18494136-
CMYK00.490.260.28
HSL332º38.79%54.51%-
HSV(B)332º48.91%72.16%-
XYZ28.2119.9725.66-
YUV125.7133.82169.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 136 (53.52% from 255) = 32.85%
R=44.44%
G=22.71%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849413600.490.260.2833238.7954.51
HexB85E880311A1C14c2737
Octal27013621006132345144767
Binary1011100010111101000100001100011101011100101001100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85E88; }

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

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

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

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

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

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

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

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