#B87890

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

Shades of Tapestry #B87890

Tints of Tapestry #B87890

Color information

#B87890 (or 0xB87890) is unknown color: approx Tapestry. HEX triplet: B8, 78 and 90. RGB value is (184,120,144). Sum of RGB (Red+Green+Blue) = 184+120+144=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B87890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87890 is #47876F. Grayscale: #8D8D8D. Windows color (decimal): -4687728 or 9468088. OLE color: 9468088.

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

Color convert

RGB184120144-
CMYK00.350.220.28
HSL337.5º31.07%59.61%-
HSV(B)337.5º34.78%72.16%-
XYZ31.5225.6429.67-
YUV141.87129.2158.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.07%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=41.07%
G=26.79%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412014400.350.220.28337.531.0759.61
HexB87890023161C1521f3c
Octal27017022004326345223774
Binary101110001111000100100000100011101101110010101001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87890; }

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

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

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

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

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

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

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

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