#B1607E

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

Shades of Tapestry #B1607E

Tints of Tapestry #B1607E

Color information

#B1607E (or 0xB1607E) is unknown color: approx Tapestry. HEX triplet: B1, 60 and 7E. RGB value is (177,96,126). Sum of RGB (Red+Green+Blue) = 177+96+126=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1607E is #4E9F81. Grayscale: #7B7B7B. Windows color (decimal): -5152642 or 8282289. OLE color: 8282289.

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

Color convert

RGB17796126-
CMYK00.460.290.31
HSL337.78º34.18%53.53%-
HSV(B)337.78º45.76%69.41%-
XYZ26.0819.2222.07-
YUV123.64129.34166.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=44.36%
G=24.06%
B=31.58%

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
Decimal1779612600.460.290.31337.7834.1853.53
HexB1607E02E1D1F1522236
Octal26114017605635375224266
Binary101100011100000111111001011101110111111101010010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1607E; }

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

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

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

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

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

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

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

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