#B1808D

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

Shades of Tapestry #B1808D

Tints of Tapestry #B1808D

Color information

#B1808D (or 0xB1808D) is unknown color: approx Tapestry. HEX triplet: B1, 80 and 8D. RGB value is (177,128,141). Sum of RGB (Red+Green+Blue) = 177+128+141=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B1808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1808D is #4E7F72. Grayscale: #909090. Windows color (decimal): -5144435 or 9273521. OLE color: 9273521.

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

Color convert

RGB177128141-
CMYK00.280.200.31
HSL344.08º23.9%59.8%-
HSV(B)344.08º27.68%69.41%-
XYZ30.6626.7128.74-
YUV144.13126.23151.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=39.69%
G=28.70%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712814100.280.200.31344.0823.959.8
HexB1808D01C141F158183c
Octal26120021503424375303074
Binary101100011000000010001101011100101001111110101100011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1808D; }

 p { color: rgb(177,128,141); }

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

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

 a { background-color: rgb(177,128,141); }

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

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

 span { border-color: rgb(177,128,141); }

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