#B87E82

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

Shades of Tapestry #B87E82

Tints of Tapestry #B87E82

Color information

#B87E82 (or 0xB87E82) is unknown color: approx Tapestry. HEX triplet: B8, 7E and 82. RGB value is (184,126,130). Sum of RGB (Red+Green+Blue) = 184+126+130=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87E82 is #47817D. Grayscale: #8F8F8F. Windows color (decimal): -4686206 or 8552120. OLE color: 8552120.

HSL color Cylindrical-coordinate representation of color #B87E82: hue angle of 355.86º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B87E82 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB184126130-
CMYK00.320.290.28
HSL355.86º29%60.78%-
HSV(B)355.86º31.52%72.16%-
XYZ31.2626.7224.63-
YUV143.8120.22156.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=41.82%
G=28.64%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412613000.320.290.28355.862960.78
HexB87E820201D1C1641d3d
Octal27017620204035345443575
Binary101110001111110100000100100000111011110010110010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87E82; }

 p { color: rgb(184,126,130); }

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

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

 a { background-color: rgb(184,126,130); }

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

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

 span { border-color: rgb(184,126,130); }

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