#B1788A

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

Shades of Tapestry #B1788A

Tints of Tapestry #B1788A

Color information

#B1788A (or 0xB1788A) is unknown color: approx Tapestry. HEX triplet: B1, 78 and 8A. RGB value is (177,120,138). Sum of RGB (Red+Green+Blue) = 177+120+138=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B1788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1788A is #4E8775. Grayscale: #8B8B8B. Windows color (decimal): -5146486 or 9074865. OLE color: 9074865.

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

Color convert

RGB177120138-
CMYK00.320.220.31
HSL341.05º26.76%58.24%-
HSV(B)341.05º32.2%69.41%-
XYZ29.4424.6227.24-
YUV139.1127.38155.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=40.69%
G=27.59%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712013800.320.220.31341.0526.7658.24
HexB1788A020161F1551b3a
Octal26117021204026375253372
Binary101100011111000100010100100000101101111110101010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1788A; }

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

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

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

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

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

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

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

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