#B1818C

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

Shades of Tapestry #B1818C

Tints of Tapestry #B1818C

Color information

#B1818C (or 0xB1818C) is unknown color: approx Tapestry. HEX triplet: B1, 81 and 8C. RGB value is (177,129,140). Sum of RGB (Red+Green+Blue) = 177+129+140=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B1818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1818C is #4E7E73. Grayscale: #909090. Windows color (decimal): -5144180 or 9208241. OLE color: 9208241.

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

Color convert

RGB177129140-
CMYK00.270.210.31
HSL346.25º23.53%60%-
HSV(B)346.25º27.12%69.41%-
XYZ30.7226.9428.39-
YUV144.61125.4151.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 140 (55.08% from 255) = 31.39%
R=39.69%
G=28.92%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712914000.270.210.31346.2523.5360
HexB1818C01B151F15a183c
Octal26120121403325375323074
Binary101100011000000110001100011011101011111110101101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1818C; }

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

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

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

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

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

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

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

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