#B1868C

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

Shades of Tapestry #B1868C

Tints of Tapestry #B1868C

Color information

#B1868C (or 0xB1868C) is unknown color: approx Tapestry. HEX triplet: B1, 86 and 8C. RGB value is (177,134,140). Sum of RGB (Red+Green+Blue) = 177+134+140=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1868C is #4E7973. Grayscale: #939393. Windows color (decimal): -5142900 or 9209521. OLE color: 9209521.

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

Color convert

RGB177134140-
CMYK00.240.210.31
HSL351.63º21.61%60.98%-
HSV(B)351.63º24.29%69.41%-
XYZ31.3928.2928.62-
YUV147.54123.75149.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 134 (52.73% from 255) = 29.71%
BLUE value IS 140 (55.08% from 255) = 31.04%
R=39.25%
G=29.71%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713414000.240.210.31351.6321.6160.98
HexB1868C018151F160163d
Octal26120621403025375402675
Binary101100011000011010001100011000101011111110110000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1868C; }

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

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

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

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

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

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

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

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