#B1708F

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

Shades of Tapestry #B1708F

Tints of Tapestry #B1708F

Color information

#B1708F (or 0xB1708F) is unknown color: approx Tapestry. HEX triplet: B1, 70 and 8F. RGB value is (177,112,143). Sum of RGB (Red+Green+Blue) = 177+112+143=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1708F is #4E8F70. Grayscale: #868686. Windows color (decimal): -5148529 or 9400497. OLE color: 9400497.

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

Color convert

RGB177112143-
CMYK00.370.190.31
HSL331.38º29.41%56.67%-
HSV(B)331.38º36.72%69.41%-
XYZ28.8822.9228.89-
YUV134.97132.53157.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 112 (44.14% from 255) = 25.93%
BLUE value IS 143 (56.25% from 255) = 33.10%
R=40.97%
G=25.93%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711214300.370.190.31331.3829.4156.67
HexB1708F025131F14b1d39
Octal26116021704523375133571
Binary101100011110000100011110100101100111111110100101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1708F; }

 p { color: rgb(177,112,143); }

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

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

 a { background-color: rgb(177,112,143); }

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

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

 span { border-color: rgb(177,112,143); }

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