#B1617A

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

Shades of Tapestry #B1617A

Tints of Tapestry #B1617A

Color information

#B1617A (or 0xB1617A) is unknown color: approx Tapestry. HEX triplet: B1, 61 and 7A. RGB value is (177,97,122). Sum of RGB (Red+Green+Blue) = 177+97+122=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B1617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1617A is #4E9E85. Grayscale: #7B7B7B. Windows color (decimal): -5152390 or 8020401. OLE color: 8020401.

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

Color convert

RGB17797122-
CMYK00.450.310.31
HSL341.25º33.9%53.73%-
HSV(B)341.25º45.2%69.41%-
XYZ25.9219.320.77-
YUV123.77127165.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=44.70%
G=24.49%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779712200.450.310.31341.2533.953.73
HexB1617A02D1F1F1552236
Octal26114117205537375254266
Binary101100011100001111101001011011111111111101010101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1617A; }

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

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

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

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

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

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

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

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