#B87188

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

Shades of Tapestry #B87188

Tints of Tapestry #B87188

Color information

#B87188 (or 0xB87188) is unknown color: approx Tapestry. HEX triplet: B8, 71 and 88. RGB value is (184,113,136). Sum of RGB (Red+Green+Blue) = 184+113+136=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B87188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87188 is #478E77. Grayscale: #888888. Windows color (decimal): -4689528 or 8942008. OLE color: 8942008.

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

Color convert

RGB184113136-
CMYK00.390.260.28
HSL340.56º33.33%58.24%-
HSV(B)340.56º38.59%72.16%-
XYZ30.1223.7826.29-
YUV136.85127.52161.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 136 (53.52% from 255) = 31.41%
R=42.49%
G=26.10%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411313600.390.260.28340.5633.3358.24
HexB871880271A1C155213a
Octal27016121004732345254172
Binary1011100011100011000100001001111101011100101010101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87188; }

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

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

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

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

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

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

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

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