#B87493

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

Shades of Tapestry #B87493

Tints of Tapestry #B87493

Color information

#B87493 (or 0xB87493) is unknown color: approx Tapestry. HEX triplet: B8, 74 and 93. RGB value is (184,116,147). Sum of RGB (Red+Green+Blue) = 184+116+147=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B87493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87493 is #478B6C. Grayscale: #8B8B8B. Windows color (decimal): -4688749 or 9663672. OLE color: 9663672.

HSL color Cylindrical-coordinate representation of color #B87493: hue angle of 332.65º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B87493 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB184116147-
CMYK00.370.200.28
HSL332.65º32.38%58.82%-
HSV(B)332.65º36.96%72.16%-
XYZ31.2824.7930.74-
YUV139.87132.03159.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 147 (57.81% from 255) = 32.89%
R=41.16%
G=25.95%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411614700.370.200.28332.6532.3858.82
HexB87493025141C14d203b
Octal27016422304524345154073
Binary1011100011101001001001101001011010011100101001101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87493; }

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

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

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

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

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

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

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

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