#B87984

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

Shades of Tapestry #B87984

Tints of Tapestry #B87984

Color information

#B87984 (or 0xB87984) is unknown color: approx Tapestry. HEX triplet: B8, 79 and 84. RGB value is (184,121,132). Sum of RGB (Red+Green+Blue) = 184+121+132=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B87984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87984 is #47867B. Grayscale: #8D8D8D. Windows color (decimal): -4687484 or 8681912. OLE color: 8681912.

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

Color convert

RGB184121132-
CMYK00.340.280.28
HSL349.52º30.73%59.8%-
HSV(B)349.52º34.24%72.16%-
XYZ30.7725.5325.14-
YUV141.09122.87158.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 132 (51.95% from 255) = 30.21%
R=42.11%
G=27.69%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412113200.340.280.28349.5230.7359.8
HexB879840221C1C15e1f3c
Octal27017120404234345363774
Binary101110001111001100001000100010111001110010101111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87984; }

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

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

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

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

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

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

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

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