#B87487

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

Shades of Tapestry #B87487

Tints of Tapestry #B87487

Color information

#B87487 (or 0xB87487) is unknown color: approx Tapestry. HEX triplet: B8, 74 and 87. RGB value is (184,116,135). Sum of RGB (Red+Green+Blue) = 184+116+135=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B87487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87487 is #478B78. Grayscale: #8A8A8A. Windows color (decimal): -4688761 or 8877240. OLE color: 8877240.

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

Color convert

RGB184116135-
CMYK00.370.270.28
HSL343.24º32.38%58.82%-
HSV(B)343.24º36.96%72.16%-
XYZ30.3924.4326.04-
YUV138.5126.03160.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 135 (53.12% from 255) = 31.03%
R=42.30%
G=26.67%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411613500.370.270.28343.2432.3858.82
HexB874870251B1C157203b
Octal27016420704533345274073
Binary1011100011101001000011101001011101111100101010111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87487; }

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

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

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

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

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

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

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

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