#B87187

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

Shades of Tapestry #B87187

Tints of Tapestry #B87187

Color information

#B87187 (or 0xB87187) is unknown color: approx Tapestry. HEX triplet: B8, 71 and 87. RGB value is (184,113,135). Sum of RGB (Red+Green+Blue) = 184+113+135=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B87187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87187 is #478E78. Grayscale: #888888. Windows color (decimal): -4689529 or 8876472. OLE color: 8876472.

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

Color convert

RGB184113135-
CMYK00.390.270.28
HSL341.41º33.33%58.24%-
HSV(B)341.41º38.59%72.16%-
XYZ30.0523.7525.92-
YUV136.74127.02161.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.59%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 135 (53.12% from 255) = 31.25%
R=42.59%
G=26.16%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411313500.390.270.28341.4133.3358.24
HexB871870271B1C155213a
Octal27016120704733345254172
Binary1011100011100011000011101001111101111100101010101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87187; }

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

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

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

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

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

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

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

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