#B1657E

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

Shades of Tapestry #B1657E

Tints of Tapestry #B1657E

Color information

#B1657E (or 0xB1657E) is unknown color: approx Tapestry. HEX triplet: B1, 65 and 7E. RGB value is (177,101,126). Sum of RGB (Red+Green+Blue) = 177+101+126=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1657E is #4E9A81. Grayscale: #7E7E7E. Windows color (decimal): -5151362 or 8283569. OLE color: 8283569.

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

Color convert

RGB177101126-
CMYK00.430.290.31
HSL340.26º32.76%54.51%-
HSV(B)340.26º42.94%69.41%-
XYZ26.5520.1622.23-
YUV126.57127.68163.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=43.81%
G=25%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710112600.430.290.31340.2632.7654.51
HexB1657E02B1D1F1542137
Octal26114517605335375244167
Binary101100011100101111111001010111110111111101010100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1657E; }

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

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

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

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

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

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

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

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