#B1808F

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

Shades of Tapestry #B1808F

Tints of Tapestry #B1808F

Color information

#B1808F (or 0xB1808F) is unknown color: approx Tapestry. HEX triplet: B1, 80 and 8F. RGB value is (177,128,143). Sum of RGB (Red+Green+Blue) = 177+128+143=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1808F is #4E7F70. Grayscale: #909090. Windows color (decimal): -5144433 or 9404593. OLE color: 9404593.

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

Color convert

RGB177128143-
CMYK00.280.190.31
HSL341.63º23.9%59.8%-
HSV(B)341.63º27.68%69.41%-
XYZ30.8126.7729.53-
YUV144.36127.23151.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.51%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 143 (56.25% from 255) = 31.92%
R=39.51%
G=28.57%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712814300.280.190.31341.6323.959.8
HexB1808F01C131F156183c
Octal26120021703423375263074
Binary101100011000000010001111011100100111111110101011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1808F; }

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

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

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

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

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

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

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

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