#B87991

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

Shades of Tapestry #B87991

Tints of Tapestry #B87991

Color information

#B87991 (or 0xB87991) is unknown color: approx Tapestry. HEX triplet: B8, 79 and 91. RGB value is (184,121,145). Sum of RGB (Red+Green+Blue) = 184+121+145=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B87991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87991 is #47866E. Grayscale: #8E8E8E. Windows color (decimal): -4687471 or 9533880. OLE color: 9533880.

HSL color Cylindrical-coordinate representation of color #B87991: hue angle of 337.14º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B87991 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB184121145-
CMYK00.340.210.28
HSL337.14º30.73%59.8%-
HSV(B)337.14º34.24%72.16%-
XYZ31.7225.9130.12-
YUV142.57129.37157.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.89%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 145 (57.03% from 255) = 32.22%
R=40.89%
G=26.89%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412114500.340.210.28337.1430.7359.8
HexB87991022151C1511f3c
Octal27017122104225345213774
Binary101110001111001100100010100010101011110010101000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87991; }

 p { color: rgb(184,121,145); }

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

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

 a { background-color: rgb(184,121,145); }

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

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

 span { border-color: rgb(184,121,145); }

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