#B1607C

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

Shades of Tapestry #B1607C

Tints of Tapestry #B1607C

Color information

#B1607C (or 0xB1607C) is unknown color: approx Tapestry. HEX triplet: B1, 60 and 7C. RGB value is (177,96,124). Sum of RGB (Red+Green+Blue) = 177+96+124=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1607C is #4E9F83. Grayscale: #7B7B7B. Windows color (decimal): -5152644 or 8151217. OLE color: 8151217.

HSL color Cylindrical-coordinate representation of color #B1607C: hue angle of 339.26º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1607C is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17796124-
CMYK00.460.300.31
HSL339.26º34.18%53.53%-
HSV(B)339.26º45.76%69.41%-
XYZ25.9519.1721.4-
YUV123.41128.34166.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=44.58%
G=24.18%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779612400.460.300.31339.2634.1853.53
HexB1607C02E1E1F1532236
Octal26114017405636375234266
Binary101100011100000111110001011101111011111101010011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1607C; }

 p { color: rgb(177,96,124); }

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

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

 a { background-color: rgb(177,96,124); }

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

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

 span { border-color: rgb(177,96,124); }

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