#B1788B

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

Shades of Tapestry #B1788B

Tints of Tapestry #B1788B

Color information

#B1788B (or 0xB1788B) is unknown color: approx Tapestry. HEX triplet: B1, 78 and 8B. RGB value is (177,120,139). Sum of RGB (Red+Green+Blue) = 177+120+139=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1788B is #4E8774. Grayscale: #8B8B8B. Windows color (decimal): -5146485 or 9140401. OLE color: 9140401.

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

Color convert

RGB177120139-
CMYK00.320.210.31
HSL340º26.76%58.24%-
HSV(B)340º32.2%69.41%-
XYZ29.5124.6427.63-
YUV139.21127.88154.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 120 (47.27% from 255) = 27.52%
BLUE value IS 139 (54.69% from 255) = 31.88%
R=40.60%
G=27.52%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712013900.320.210.3134026.7658.24
HexB1788B020151F1541b3a
Octal26117021304025375243372
Binary101100011111000100010110100000101011111110101010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1788B; }

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

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

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

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

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

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

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

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