#B87B90

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

Shades of Tapestry #B87B90

Tints of Tapestry #B87B90

Color information

#B87B90 (or 0xB87B90) is unknown color: approx Tapestry. HEX triplet: B8, 7B and 90. RGB value is (184,123,144). Sum of RGB (Red+Green+Blue) = 184+123+144=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87B90 is #47846F. Grayscale: #8F8F8F. Windows color (decimal): -4686960 or 9468856. OLE color: 9468856.

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

Color convert

RGB184123144-
CMYK00.330.220.28
HSL339.34º30.05%60.2%-
HSV(B)339.34º33.15%72.16%-
XYZ31.8826.3729.79-
YUV143.63128.21156.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.80%
GREEN value IS 123 (48.44% from 255) = 27.27%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=40.80%
G=27.27%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412314400.330.220.28339.3430.0560.2
HexB87B90021161C1531e3c
Octal27017322004126345233674
Binary101110001111011100100000100001101101110010101001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87B90; }

 p { color: rgb(184,123,144); }

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

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

 a { background-color: rgb(184,123,144); }

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

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

 span { border-color: rgb(184,123,144); }

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