#B18387

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

Shades of Tapestry #B18387

Tints of Tapestry #B18387

Color information

#B18387 (or 0xB18387) is unknown color: approx Tapestry. HEX triplet: B1, 83 and 87. RGB value is (177,131,135). Sum of RGB (Red+Green+Blue) = 177+131+135=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B18387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18387 is #4E7C78. Grayscale: #919191. Windows color (decimal): -5143673 or 8881073. OLE color: 8881073.

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

Color convert

RGB177131135-
CMYK00.260.240.31
HSL354.78º22.77%60.39%-
HSV(B)354.78º25.99%69.41%-
XYZ30.6227.3326.58-
YUV145.21122.24150.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 131 (51.56% from 255) = 29.57%
BLUE value IS 135 (53.12% from 255) = 30.47%
R=39.95%
G=29.57%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713113500.260.240.31354.7822.7760.39
HexB1838701A181F163173c
Octal26120320703230375432774
Binary101100011000001110000111011010110001111110110001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18387; }

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

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

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

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

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

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

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

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