#B1607D

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

Shades of Tapestry #B1607D

Tints of Tapestry #B1607D

Color information

#B1607D (or 0xB1607D) is unknown color: approx Tapestry. HEX triplet: B1, 60 and 7D. RGB value is (177,96,125). Sum of RGB (Red+Green+Blue) = 177+96+125=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1607D is #4E9F82. Grayscale: #7B7B7B. Windows color (decimal): -5152643 or 8216753. OLE color: 8216753.

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

Color convert

RGB17796125-
CMYK00.460.290.31
HSL338.52º34.18%53.53%-
HSV(B)338.52º45.76%69.41%-
XYZ26.0219.1921.74-
YUV123.52128.84166.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.47%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=44.47%
G=24.12%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779612500.460.290.31338.5234.1853.53
HexB1607D02E1D1F1532236
Octal26114017505635375234266
Binary101100011100000111110101011101110111111101010011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1607D; }

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

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

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

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

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

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

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

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