#B1717D

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

Shades of Tapestry #B1717D

Tints of Tapestry #B1717D

Color information

#B1717D (or 0xB1717D) is unknown color: approx Tapestry. HEX triplet: B1, 71 and 7D. RGB value is (177,113,125). Sum of RGB (Red+Green+Blue) = 177+113+125=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1717D is #4E8E82. Grayscale: #858585. Windows color (decimal): -5148291 or 8221105. OLE color: 8221105.

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

Color convert

RGB177113125-
CMYK00.360.290.31
HSL348.75º29.09%56.86%-
HSV(B)348.75º36.16%69.41%-
XYZ27.7422.6422.31-
YUV133.5123.2159.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 113 (44.53% from 255) = 27.23%
BLUE value IS 125 (49.22% from 255) = 30.12%
R=42.65%
G=27.23%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711312500.360.290.31348.7529.0956.86
HexB1717D0241D1F15d1d39
Octal26116117504435375353571
Binary10110001111000111111010100100111011111110101110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1717D; }

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

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

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

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

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

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

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

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