#B18688

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

Shades of Tapestry #B18688

Tints of Tapestry #B18688

Color information

#B18688 (or 0xB18688) is unknown color: approx Tapestry. HEX triplet: B1, 86 and 88. RGB value is (177,134,136). Sum of RGB (Red+Green+Blue) = 177+134+136=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B18688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18688 is #4E7977. Grayscale: #939393. Windows color (decimal): -5142904 or 8947377. OLE color: 8947377.

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

Color convert

RGB177134136-
CMYK00.240.230.31
HSL357.21º21.61%60.98%-
HSV(B)357.21º24.29%69.41%-
XYZ31.128.1727.09-
YUV147.08121.75149.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 136 (53.52% from 255) = 30.43%
R=39.60%
G=29.98%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713413600.240.230.31357.2121.6160.98
HexB18688018171F165163d
Octal26120621003027375452675
Binary101100011000011010001000011000101111111110110010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18688; }

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

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

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

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

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

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

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

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