#B87292

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

Shades of Tapestry #B87292

Tints of Tapestry #B87292

Color information

#B87292 (or 0xB87292) is unknown color: approx Tapestry. HEX triplet: B8, 72 and 92. RGB value is (184,114,146). Sum of RGB (Red+Green+Blue) = 184+114+146=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B87292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87292 is #478D6D. Grayscale: #8A8A8A. Windows color (decimal): -4689262 or 9597624. OLE color: 9597624.

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

Color convert

RGB184114146-
CMYK00.380.210.28
HSL332.57º33.02%58.43%-
HSV(B)332.57º38.04%72.16%-
XYZ30.9724.330.25-
YUV138.58132.19160.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 114 (44.92% from 255) = 25.68%
BLUE value IS 146 (57.42% from 255) = 32.88%
R=41.44%
G=25.68%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411414600.380.210.28332.5733.0258.43
HexB87292026151C14d213a
Octal27016222204625345154172
Binary1011100011100101001001001001101010111100101001101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87292; }

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

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

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

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

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

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

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

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