#B87983

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

Shades of Tapestry #B87983

Tints of Tapestry #B87983

Color information

#B87983 (or 0xB87983) is unknown color: approx Tapestry. HEX triplet: B8, 79 and 83. RGB value is (184,121,131). Sum of RGB (Red+Green+Blue) = 184+121+131=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B87983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87983 is #47867C. Grayscale: #8D8D8D. Windows color (decimal): -4687485 or 8616376. OLE color: 8616376.

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

Color convert

RGB184121131-
CMYK00.340.290.28
HSL350.48º30.73%59.8%-
HSV(B)350.48º34.24%72.16%-
XYZ30.725.524.78-
YUV140.98122.37158.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 131 (51.56% from 255) = 30.05%
R=42.20%
G=27.75%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412113100.340.290.28350.4830.7359.8
HexB879830221D1C15e1f3c
Octal27017120304235345363774
Binary101110001111001100000110100010111011110010101111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87983; }

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

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

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

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

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

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

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

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