#B1718D

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

Shades of Tapestry #B1718D

Tints of Tapestry #B1718D

Color information

#B1718D (or 0xB1718D) is unknown color: approx Tapestry. HEX triplet: B1, 71 and 8D. RGB value is (177,113,141). Sum of RGB (Red+Green+Blue) = 177+113+141=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1718D is #4E8E72. Grayscale: #878787. Windows color (decimal): -5148275 or 9269681. OLE color: 9269681.

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

Color convert

RGB177113141-
CMYK00.360.200.31
HSL333.75º29.09%56.86%-
HSV(B)333.75º36.16%69.41%-
XYZ28.8423.0828.13-
YUV135.33131.2157.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 141 (55.47% from 255) = 32.71%
R=41.07%
G=26.22%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711314100.360.200.31333.7529.0956.86
HexB1718D024141F14e1d39
Octal26116121504424375163571
Binary101100011110001100011010100100101001111110100111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1718D; }

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

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

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

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

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

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

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

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