#B18586

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

Shades of Tapestry #B18586

Tints of Tapestry #B18586

Color information

#B18586 (or 0xB18586) is unknown color: approx Tapestry. HEX triplet: B1, 85 and 86. RGB value is (177,133,134). Sum of RGB (Red+Green+Blue) = 177+133+134=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B18586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18586 is #4E7A79. Grayscale: #929292. Windows color (decimal): -5143162 or 8816049. OLE color: 8816049.

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

Color convert

RGB177133134-
CMYK00.250.240.31
HSL358.64º22%60.78%-
HSV(B)358.64º24.86%69.41%-
XYZ30.8227.8426.3-
YUV146.27121.08149.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 134 (52.73% from 255) = 30.18%
R=39.86%
G=29.95%
B=30.18%

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
Decimal17713313400.250.240.31358.642260.78
HexB18586019181F167163d
Octal26120520603130375472675
Binary101100011000010110000110011001110001111110110011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18586; }

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

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

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

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

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

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

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

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