#B1878D

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

Shades of Tapestry #B1878D

Tints of Tapestry #B1878D

Color information

#B1878D (or 0xB1878D) is unknown color: approx Tapestry. HEX triplet: B1, 87 and 8D. RGB value is (177,135,141). Sum of RGB (Red+Green+Blue) = 177+135+141=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1878D is #4E7872. Grayscale: #949494. Windows color (decimal): -5142643 or 9275313. OLE color: 9275313.

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

Color convert

RGB177135141-
CMYK00.240.200.31
HSL351.43º21.21%61.18%-
HSV(B)351.43º23.73%69.41%-
XYZ31.628.629.05-
YUV148.24123.91148.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=39.07%
G=29.80%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713514100.240.200.31351.4321.2161.18
HexB1878D018141F15f153d
Octal26120721503024375372575
Binary101100011000011110001101011000101001111110101111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1878D; }

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

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

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

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

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

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

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

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