#B1788F

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

Shades of Tapestry #B1788F

Tints of Tapestry #B1788F

Color information

#B1788F (or 0xB1788F) is unknown color: approx Tapestry. HEX triplet: B1, 78 and 8F. RGB value is (177,120,143). Sum of RGB (Red+Green+Blue) = 177+120+143=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B1788F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1788F is #4E8770. Grayscale: #8B8B8B. Windows color (decimal): -5146481 or 9402545. OLE color: 9402545.

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

Color convert

RGB177120143-
CMYK00.320.190.31
HSL335.79º26.76%58.24%-
HSV(B)335.79º32.2%69.41%-
XYZ29.8124.7629.2-
YUV139.66129.88154.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 120 (47.27% from 255) = 27.27%
BLUE value IS 143 (56.25% from 255) = 32.5%
R=40.23%
G=27.27%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712014300.320.190.31335.7926.7658.24
HexB1788F020131F1501b3a
Octal26117021704023375203372
Binary101100011111000100011110100000100111111110101000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1788F; }

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

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

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

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

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

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

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

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