#B1617B

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

Shades of Tapestry #B1617B

Tints of Tapestry #B1617B

Color information

#B1617B (or 0xB1617B) is unknown color: approx Tapestry. HEX triplet: B1, 61 and 7B. RGB value is (177,97,123). Sum of RGB (Red+Green+Blue) = 177+97+123=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1617B is #4E9E84. Grayscale: #7B7B7B. Windows color (decimal): -5152389 or 8085937. OLE color: 8085937.

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

Color convert

RGB17797123-
CMYK00.450.310.31
HSL340.5º33.9%53.73%-
HSV(B)340.5º45.2%69.41%-
XYZ25.9819.3321.1-
YUV123.88127.5165.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=44.58%
G=24.43%
B=30.98%

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
Decimal1779712300.450.310.31340.533.953.73
HexB1617B02D1F1F1542236
Octal26114117305537375244266
Binary101100011100001111101101011011111111111101010100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1617B; }

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

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

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

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

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

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

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

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