#B87387

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

Shades of Tapestry #B87387

Tints of Tapestry #B87387

Color information

#B87387 (or 0xB87387) is unknown color: approx Tapestry. HEX triplet: B8, 73 and 87. RGB value is (184,115,135). Sum of RGB (Red+Green+Blue) = 184+115+135=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B87387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87387 is #478C78. Grayscale: #898989. Windows color (decimal): -4689017 or 8876984. OLE color: 8876984.

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

Color convert

RGB184115135-
CMYK00.380.270.28
HSL342.61º32.7%58.63%-
HSV(B)342.61º37.5%72.16%-
XYZ30.2724.226-
YUV137.91126.36160.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.40%
GREEN value IS 115 (45.31% from 255) = 26.50%
BLUE value IS 135 (53.12% from 255) = 31.11%
R=42.40%
G=26.50%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411513500.380.270.28342.6132.758.63
HexB873870261B1C157213b
Octal27016320704633345274173
Binary1011100011100111000011101001101101111100101010111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87387; }

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

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

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

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

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

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

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

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