#B08386

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

Shades of Tapestry #B08386

Tints of Tapestry #B08386

Color information

#B08386 (or 0xB08386) is unknown color: approx Tapestry. HEX triplet: B0, 83 and 86. RGB value is (176,131,134). Sum of RGB (Red+Green+Blue) = 176+131+134=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B08386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08386 is #4F7C79. Grayscale: #909090. Windows color (decimal): -5209210 or 8815536. OLE color: 8815536.

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

Color convert

RGB176131134-
CMYK00.260.240.31
HSL356º22.17%60.2%-
HSV(B)356º25.57%69.02%-
XYZ30.3227.1826.2-
YUV144.8121.91150.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 131 (51.56% from 255) = 29.71%
BLUE value IS 134 (52.73% from 255) = 30.39%
R=39.91%
G=29.71%
B=30.39%

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
Decimal17613113400.260.240.3135622.1760.2
HexB0838601A181F164163c
Octal26020320603230375442674
Binary101100001000001110000110011010110001111110110010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08386; }

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

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

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

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

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

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

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

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