#B1808C

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

Shades of Tapestry #B1808C

Tints of Tapestry #B1808C

Color information

#B1808C (or 0xB1808C) is unknown color: approx Tapestry. HEX triplet: B1, 80 and 8C. RGB value is (177,128,140). Sum of RGB (Red+Green+Blue) = 177+128+140=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B1808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1808C is #4E7F73. Grayscale: #909090. Windows color (decimal): -5144436 or 9207985. OLE color: 9207985.

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

Color convert

RGB177128140-
CMYK00.280.210.31
HSL345.31º23.9%59.8%-
HSV(B)345.31º27.68%69.41%-
XYZ30.5826.6828.35-
YUV144.02125.73151.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=39.78%
G=28.76%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712814000.280.210.31345.3123.959.8
HexB1808C01C151F159183c
Octal26120021403425375313074
Binary101100011000000010001100011100101011111110101100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1808C; }

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

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

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

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

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

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

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

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