#B1787F

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

Shades of Tapestry #B1787F

Tints of Tapestry #B1787F

Color information

#B1787F (or 0xB1787F) is unknown color: approx Tapestry. HEX triplet: B1, 78 and 7F. RGB value is (177,120,127). Sum of RGB (Red+Green+Blue) = 177+120+127=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B1787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1787F is #4E8780. Grayscale: #898989. Windows color (decimal): -5146497 or 8353969. OLE color: 8353969.

HSL color Cylindrical-coordinate representation of color #B1787F: hue angle of 352.63º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1787F is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB177120127-
CMYK00.320.280.31
HSL352.63º26.76%58.24%-
HSV(B)352.63º32.2%69.41%-
XYZ28.6824.3123.26-
YUV137.84121.88155.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 120 (47.27% from 255) = 28.30%
BLUE value IS 127 (50% from 255) = 29.95%
R=41.75%
G=28.30%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712012700.320.280.31352.6326.7658.24
HexB1787F0201C1F1611b3a
Octal26117017704034375413372
Binary10110001111100011111110100000111001111110110000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1787F; }

 p { color: rgb(177,120,127); }

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

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

 a { background-color: rgb(177,120,127); }

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

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

 span { border-color: rgb(177,120,127); }

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