#B87288

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

Shades of Tapestry #B87288

Tints of Tapestry #B87288

Color information

#B87288 (or 0xB87288) is unknown color: approx Tapestry. HEX triplet: B8, 72 and 88. RGB value is (184,114,136). Sum of RGB (Red+Green+Blue) = 184+114+136=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B87288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87288 is #478D77. Grayscale: #898989. Windows color (decimal): -4689272 or 8942264. OLE color: 8942264.

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

Color convert

RGB184114136-
CMYK00.380.260.28
HSL341.14º33.02%58.43%-
HSV(B)341.14º38.04%72.16%-
XYZ30.232426.33-
YUV137.44127.19161.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.40%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 136 (53.52% from 255) = 31.34%
R=42.40%
G=26.27%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411413600.380.260.28341.1433.0258.43
HexB872880261A1C155213a
Octal27016221004632345254172
Binary1011100011100101000100001001101101011100101010101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87288; }

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

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

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

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

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

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

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

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