#b87290

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

Shades of Tapestry #B87290

Tints of Tapestry #B87290

Color information

#B87290 (or 0xB87290) is unknown color: approx Tapestry. HEX triplet: B8, 72 and 90. RGB value is (184,114,144). Sum of RGB (Red+Green+Blue) = 184+114+144=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B87290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87290 is #478D6F. Grayscale: #8A8A8A. Windows color (decimal): -4689264 or 9466552. OLE color: 9466552.

HSL color Cylindrical-coordinate representation of color #B87290: hue angle of 334.29º 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 #B87290 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB184114144-
CMYK00.380.220.28
HSL334.29º33.02%58.43%-
HSV(B)334.29º38.04%72.16%-
XYZ30.8224.2429.44-
YUV138.35131.19160.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.63%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=41.63%
G=25.79%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411414400.380.220.28334.2933.0258.43
HexB87290026161C14e213a
Octal27016222004626345164172
Binary1011100011100101001000001001101011011100101001110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b87290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b87290; }

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

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

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

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

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

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

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

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