#B1677D

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

Shades of Tapestry #B1677D

Tints of Tapestry #B1677D

Color information

#B1677D (or 0xB1677D) is unknown color: approx Tapestry. HEX triplet: B1, 67 and 7D. RGB value is (177,103,125). Sum of RGB (Red+Green+Blue) = 177+103+125=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1677D is #4E9882. Grayscale: #7F7F7F. Windows color (decimal): -5150851 or 8218545. OLE color: 8218545.

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

Color convert

RGB177103125-
CMYK00.420.290.31
HSL342.16º32.17%54.9%-
HSV(B)342.16º41.81%69.41%-
XYZ26.6820.5321.96-
YUV127.63126.52163.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 103 (40.62% from 255) = 25.43%
BLUE value IS 125 (49.22% from 255) = 30.86%
R=43.70%
G=25.43%
B=30.86%

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
Decimal17710312500.420.290.31342.1632.1754.9
HexB1677D02A1D1F1562037
Octal26114717505235375264067
Binary101100011100111111110101010101110111111101010110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1677D; }

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

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

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

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

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

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

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

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