#B87993

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

Shades of Tapestry #B87993

Tints of Tapestry #B87993

Color information

#B87993 (or 0xB87993) is unknown color: approx Tapestry. HEX triplet: B8, 79 and 93. RGB value is (184,121,147). Sum of RGB (Red+Green+Blue) = 184+121+147=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B87993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87993 is #47866C. Grayscale: #8E8E8E. Windows color (decimal): -4687469 or 9664952. OLE color: 9664952.

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

Color convert

RGB184121147-
CMYK00.340.200.28
HSL335.24º30.73%59.8%-
HSV(B)335.24º34.24%72.16%-
XYZ31.8725.9730.94-
YUV142.8130.37157.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.71%
GREEN value IS 121 (47.66% from 255) = 26.77%
BLUE value IS 147 (57.81% from 255) = 32.52%
R=40.71%
G=26.77%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412114700.340.200.28335.2430.7359.8
HexB87993022141C14f1f3c
Octal27017122304224345173774
Binary101110001111001100100110100010101001110010100111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87993; }

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

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

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

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

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

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

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

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