#B1737E

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

Shades of Tapestry #B1737E

Tints of Tapestry #B1737E

Color information

#B1737E (or 0xB1737E) is unknown color: approx Tapestry. HEX triplet: B1, 73 and 7E. RGB value is (177,115,126). Sum of RGB (Red+Green+Blue) = 177+115+126=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1737E is #4E8C81. Grayscale: #868686. Windows color (decimal): -5147778 or 8287153. OLE color: 8287153.

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

Color convert

RGB177115126-
CMYK00.350.290.31
HSL349.35º28.44%57.25%-
HSV(B)349.35º35.03%69.41%-
XYZ28.0323.1122.72-
YUV134.79123.04158.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=42.34%
G=27.51%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711512600.350.290.31349.3528.4457.25
HexB1737E0231D1F15d1c39
Octal26116317604335375353471
Binary10110001111001111111100100011111011111110101110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1737E; }

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

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

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

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

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

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

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

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