#B1737F

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

Shades of Tapestry #B1737F

Tints of Tapestry #B1737F

Color information

#B1737F (or 0xB1737F) is unknown color: approx Tapestry. HEX triplet: B1, 73 and 7F. RGB value is (177,115,127). Sum of RGB (Red+Green+Blue) = 177+115+127=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1737F is #4E8C80. Grayscale: #868686. Windows color (decimal): -5147777 or 8352689. OLE color: 8352689.

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

Color convert

RGB177115127-
CMYK00.350.280.31
HSL348.39º28.44%57.25%-
HSV(B)348.39º35.03%69.41%-
XYZ28.0923.1423.06-
YUV134.91123.54158.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 127 (50% from 255) = 30.31%
R=42.24%
G=27.45%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711512700.350.280.31348.3928.4457.25
HexB1737F0231C1F15c1c39
Octal26116317704334375343471
Binary10110001111001111111110100011111001111110101110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1737F; }

 p { color: rgb(177,115,127); }

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

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

 a { background-color: rgb(177,115,127); }

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

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

 span { border-color: rgb(177,115,127); }

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