#B18486

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

Shades of Tapestry #B18486

Tints of Tapestry #B18486

Color information

#B18486 (or 0xB18486) is unknown color: approx Tapestry. HEX triplet: B1, 84 and 86. RGB value is (177,132,134). Sum of RGB (Red+Green+Blue) = 177+132+134=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B18486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18486 is #4E7B79. Grayscale: #919191. Windows color (decimal): -5143418 or 8815793. OLE color: 8815793.

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

Color convert

RGB177132134-
CMYK00.250.240.31
HSL357.33º22.39%60.59%-
HSV(B)357.33º25.42%69.41%-
XYZ30.6927.5726.26-
YUV145.68121.41150.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 132 (51.95% from 255) = 29.80%
BLUE value IS 134 (52.73% from 255) = 30.25%
R=39.95%
G=29.80%
B=30.25%

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
Decimal17713213400.250.240.31357.3322.3960.59
HexB18486019181F165163d
Octal26120420603130375452675
Binary101100011000010010000110011001110001111110110010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18486; }

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

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

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

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

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

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

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

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