#B1677E

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

Shades of Tapestry #B1677E

Tints of Tapestry #B1677E

Color information

#B1677E (or 0xB1677E) is unknown color: approx Tapestry. HEX triplet: B1, 67 and 7E. RGB value is (177,103,126). Sum of RGB (Red+Green+Blue) = 177+103+126=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B1677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1677E is #4E9881. Grayscale: #7F7F7F. Windows color (decimal): -5150850 or 8284081. OLE color: 8284081.

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

Color convert

RGB177103126-
CMYK00.420.290.31
HSL341.35º32.17%54.9%-
HSV(B)341.35º41.81%69.41%-
XYZ26.7520.5522.3-
YUV127.75127.02163.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 126 (49.61% from 255) = 31.03%
R=43.60%
G=25.37%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710312600.420.290.31341.3532.1754.9
HexB1677E02A1D1F1552037
Octal26114717605235375254067
Binary101100011100111111111001010101110111111101010101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1677E; }

 p { color: rgb(177,103,126); }

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

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

 a { background-color: rgb(177,103,126); }

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

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

 span { border-color: rgb(177,103,126); }

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