#B87C94

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

Shades of Tapestry #B87C94

Tints of Tapestry #B87C94

Color information

#B87C94 (or 0xB87C94) is unknown color: approx Tapestry. HEX triplet: B8, 7C and 94. RGB value is (184,124,148). Sum of RGB (Red+Green+Blue) = 184+124+148=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87C94 is #47836B. Grayscale: #909090. Windows color (decimal): -4686700 or 9731256. OLE color: 9731256.

HSL color Cylindrical-coordinate representation of color #B87C94: hue angle of 336º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B87C94 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB184124148-
CMYK00.330.200.28
HSL336º29.7%60.39%-
HSV(B)336º32.61%72.16%-
XYZ32.3226.7431.48-
YUV144.68129.88156.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 124 (48.83% from 255) = 27.19%
BLUE value IS 148 (58.20% from 255) = 32.46%
R=40.35%
G=27.19%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412414800.330.200.2833629.760.39
HexB87C94021141C1501e3c
Octal27017422404124345203674
Binary101110001111100100101000100001101001110010101000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87C94; }

 p { color: rgb(184,124,148); }

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

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

 a { background-color: rgb(184,124,148); }

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

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

 span { border-color: rgb(184,124,148); }

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