#B1617C

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

Shades of Tapestry #B1617C

Tints of Tapestry #B1617C

Color information

#B1617C (or 0xB1617C) is unknown color: approx Tapestry. HEX triplet: B1, 61 and 7C. RGB value is (177,97,124). Sum of RGB (Red+Green+Blue) = 177+97+124=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1617C is #4E9E83. Grayscale: #7B7B7B. Windows color (decimal): -5152388 or 8151473. OLE color: 8151473.

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

Color convert

RGB17797124-
CMYK00.450.300.31
HSL339.75º33.9%53.73%-
HSV(B)339.75º45.2%69.41%-
XYZ26.0419.3521.43-
YUV124128165.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.47%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 124 (48.83% from 255) = 31.16%
R=44.47%
G=24.37%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779712400.450.300.31339.7533.953.73
HexB1617C02D1E1F1542236
Octal26114117405536375244266
Binary101100011100001111110001011011111011111101010100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1617C; }

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

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

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

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

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

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

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

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