#B1778D

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

Shades of Tapestry #B1778D

Tints of Tapestry #B1778D

Color information

#B1778D (or 0xB1778D) is unknown color: approx Tapestry. HEX triplet: B1, 77 and 8D. RGB value is (177,119,141). Sum of RGB (Red+Green+Blue) = 177+119+141=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1778D is #4E8872. Grayscale: #8A8A8A. Windows color (decimal): -5146739 or 9271217. OLE color: 9271217.

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

Color convert

RGB177119141-
CMYK00.330.200.31
HSL337.24º27.1%58.04%-
HSV(B)337.24º32.77%69.41%-
XYZ29.5424.4628.36-
YUV138.85129.22155.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 119 (46.88% from 255) = 27.23%
BLUE value IS 141 (55.47% from 255) = 32.27%
R=40.50%
G=27.23%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711914100.330.200.31337.2427.158.04
HexB1778D021141F1511b3a
Octal26116721504124375213372
Binary101100011110111100011010100001101001111110101000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1778D; }

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

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

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

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

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

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

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

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