#B0818E

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

Shades of Tapestry #B0818E

Tints of Tapestry #B0818E

Color information

#B0818E (or 0xB0818E) is unknown color: approx Tapestry. HEX triplet: B0, 81 and 8E. RGB value is (176,129,142). Sum of RGB (Red+Green+Blue) = 176+129+142=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B0818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0818E is #4F7E71. Grayscale: #909090. Windows color (decimal): -5209714 or 9339312. OLE color: 9339312.

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

Color convert

RGB176129142-
CMYK00.270.190.31
HSL343.4º22.93%59.8%-
HSV(B)343.4º26.7%69.02%-
XYZ30.6426.8829.17-
YUV144.53126.57150.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 129 (50.78% from 255) = 28.86%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=39.37%
G=28.86%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612914200.270.190.31343.422.9359.8
HexB0818E01B131F157173c
Octal26020121603323375272774
Binary101100001000000110001110011011100111111110101011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0818E; }

 p { color: rgb(176,129,142); }

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

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

 a { background-color: rgb(176,129,142); }

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

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

 span { border-color: rgb(176,129,142); }

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