#B1617F

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

Shades of Tapestry #B1617F

Tints of Tapestry #B1617F

Color information

#B1617F (or 0xB1617F) is unknown color: approx Tapestry. HEX triplet: B1, 61 and 7F. RGB value is (177,97,127). Sum of RGB (Red+Green+Blue) = 177+97+127=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1617F is #4E9E80. Grayscale: #7C7C7C. Windows color (decimal): -5152385 or 8348081. OLE color: 8348081.

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

Color convert

RGB17797127-
CMYK00.450.280.31
HSL337.5º33.9%53.73%-
HSV(B)337.5º45.2%69.41%-
XYZ26.2419.4322.45-
YUV124.34129.5165.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 127 (50% from 255) = 31.67%
R=44.14%
G=24.19%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779712700.450.280.31337.533.953.73
HexB1617F02D1C1F1522236
Octal26114117705534375224266
Binary101100011100001111111101011011110011111101010010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1617F; }

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

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

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

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

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

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

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

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