#B87293

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

Shades of Tapestry #B87293

Tints of Tapestry #B87293

Color information

#B87293 (or 0xB87293) is unknown color: approx Tapestry. HEX triplet: B8, 72 and 93. RGB value is (184,114,147). Sum of RGB (Red+Green+Blue) = 184+114+147=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B87293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87293 is #478D6C. Grayscale: #8A8A8A. Windows color (decimal): -4689261 or 9663160. OLE color: 9663160.

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

Color convert

RGB184114147-
CMYK00.380.200.28
HSL331.71º33.02%58.43%-
HSV(B)331.71º38.04%72.16%-
XYZ31.0524.3330.66-
YUV138.69132.69160.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=41.35%
G=25.62%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411414700.380.200.28331.7133.0258.43
HexB87293026141C14c213a
Octal27016222304624345144172
Binary1011100011100101001001101001101010011100101001100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87293; }

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

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

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

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

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

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

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

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