#B18386

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

Shades of Tapestry #B18386

Tints of Tapestry #B18386

Color information

#B18386 (or 0xB18386) is unknown color: approx Tapestry. HEX triplet: B1, 83 and 86. RGB value is (177,131,134). Sum of RGB (Red+Green+Blue) = 177+131+134=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B18386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18386 is #4E7C79. Grayscale: #919191. Windows color (decimal): -5143674 or 8815537. OLE color: 8815537.

HSL color Cylindrical-coordinate representation of color #B18386: hue angle of 356.09º 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 #B18386 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB177131134-
CMYK00.260.240.31
HSL356.09º22.77%60.39%-
HSV(B)356.09º25.99%69.41%-
XYZ30.5527.326.21-
YUV145.1121.74150.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.05%
GREEN value IS 131 (51.56% from 255) = 29.64%
BLUE value IS 134 (52.73% from 255) = 30.32%
R=40.05%
G=29.64%
B=30.32%

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
Decimal17713113400.260.240.31356.0922.7760.39
HexB1838601A181F164173c
Octal26120320603230375442774
Binary101100011000001110000110011010110001111110110010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18386; }

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

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

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

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

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

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

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

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