#B85F87

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

Shades of Tapestry #B85F87

Tints of Tapestry #B85F87

Color information

#B85F87 (or 0xB85F87) is unknown color: approx Tapestry. HEX triplet: B8, 5F and 87. RGB value is (184,95,135). Sum of RGB (Red+Green+Blue) = 184+95+135=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85F87 is #47A078. Grayscale: #7E7E7E. Windows color (decimal): -4694137 or 8871864. OLE color: 8871864.

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

Color convert

RGB18495135-
CMYK00.480.270.28
HSL333.03º38.53%54.71%-
HSV(B)333.03º48.37%72.16%-
XYZ28.2320.1225.32-
YUV126.17132.99169.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 135 (53.12% from 255) = 32.61%
R=44.44%
G=22.95%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849513500.480.270.28333.0338.5354.71
HexB85F870301B1C14d2737
Octal27013720706033345154767
Binary1011100010111111000011101100001101111100101001101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F87; }

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

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

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

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

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

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

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

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