#B1878C

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

Shades of Tapestry #B1878C

Tints of Tapestry #B1878C

Color information

#B1878C (or 0xB1878C) is unknown color: approx Tapestry. HEX triplet: B1, 87 and 8C. RGB value is (177,135,140). Sum of RGB (Red+Green+Blue) = 177+135+140=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1878C is #4E7873. Grayscale: #949494. Windows color (decimal): -5142644 or 9209777. OLE color: 9209777.

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

Color convert

RGB177135140-
CMYK00.240.210.31
HSL352.86º21.21%61.18%-
HSV(B)352.86º23.73%69.41%-
XYZ31.5328.5728.66-
YUV148.13123.41148.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 135 (53.12% from 255) = 29.87%
BLUE value IS 140 (55.08% from 255) = 30.97%
R=39.16%
G=29.87%
B=30.97%

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
Decimal17713514000.240.210.31352.8621.2161.18
HexB1878C018151F161153d
Octal26120721403025375412575
Binary101100011000011110001100011000101011111110110000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1878C; }

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

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

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

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

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

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

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

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