#B87D86

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

Shades of Tapestry #B87D86

Tints of Tapestry #B87D86

Color information

#B87D86 (or 0xB87D86) is unknown color: approx Tapestry. HEX triplet: B8, 7D and 86. RGB value is (184,125,134). Sum of RGB (Red+Green+Blue) = 184+125+134=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87D86 is #478279. Grayscale: #8F8F8F. Windows color (decimal): -4686458 or 8814008. OLE color: 8814008.

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

Color convert

RGB184125134-
CMYK00.320.270.28
HSL350.85º29.35%60.59%-
HSV(B)350.85º32.07%72.16%-
XYZ31.426.5826.03-
YUV143.67122.55156.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.53%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 134 (52.73% from 255) = 30.25%
R=41.53%
G=28.22%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412513400.320.270.28350.8529.3560.59
HexB87D860201B1C15f1d3d
Octal27017520604033345373575
Binary101110001111101100001100100000110111110010101111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D86; }

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

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

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

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

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

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

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

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