#B18487

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

Shades of Tapestry #B18487

Tints of Tapestry #B18487

Color information

#B18487 (or 0xB18487) is unknown color: approx Tapestry. HEX triplet: B1, 84 and 87. RGB value is (177,132,135). Sum of RGB (Red+Green+Blue) = 177+132+135=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B18487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18487 is #4E7B78. Grayscale: #919191. Windows color (decimal): -5143417 or 8881329. OLE color: 8881329.

HSL color Cylindrical-coordinate representation of color #B18487: hue angle of 356º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18487 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB177132135-
CMYK00.250.240.31
HSL356º22.39%60.59%-
HSV(B)356º25.42%69.41%-
XYZ30.7627.626.63-
YUV145.8121.91150.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=39.86%
G=29.73%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713213500.250.240.3135622.3960.59
HexB18487019181F164163d
Octal26120420703130375442675
Binary101100011000010010000111011001110001111110110010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18487; }

 p { color: rgb(177,132,135); }

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

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

 a { background-color: rgb(177,132,135); }

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

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

 span { border-color: rgb(177,132,135); }

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