#B87088

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

Shades of Tapestry #B87088

Tints of Tapestry #B87088

Color information

#B87088 (or 0xB87088) is unknown color: approx Tapestry. HEX triplet: B8, 70 and 88. RGB value is (184,112,136). Sum of RGB (Red+Green+Blue) = 184+112+136=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B87088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87088 is #478F77. Grayscale: #888888. Windows color (decimal): -4689784 or 8941752. OLE color: 8941752.

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

Color convert

RGB184112136-
CMYK00.390.260.28
HSL340º33.64%58.04%-
HSV(B)340º39.13%72.16%-
XYZ30.0123.5626.26-
YUV136.26127.85162.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.59%
GREEN value IS 112 (44.14% from 255) = 25.93%
BLUE value IS 136 (53.52% from 255) = 31.48%
R=42.59%
G=25.93%
B=31.48%

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
Decimal18411213600.390.260.2834033.6458.04
HexB870880271A1C154223a
Octal27016021004732345244272
Binary1011100011100001000100001001111101011100101010100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87088; }

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

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

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

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

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

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

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

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