#B1607A

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

Shades of Tapestry #B1607A

Tints of Tapestry #B1607A

Color information

#B1607A (or 0xB1607A) is unknown color: approx Tapestry. HEX triplet: B1, 60 and 7A. RGB value is (177,96,122). Sum of RGB (Red+Green+Blue) = 177+96+122=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B1607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1607A is #4E9F85. Grayscale: #7B7B7B. Windows color (decimal): -5152646 or 8020145. OLE color: 8020145.

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

Color convert

RGB17796122-
CMYK00.460.310.31
HSL340.74º34.18%53.53%-
HSV(B)340.74º45.76%69.41%-
XYZ25.8319.1220.74-
YUV123.18127.34166.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=44.81%
G=24.30%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779612200.460.310.31340.7434.1853.53
HexB1607A02E1F1F1552236
Octal26114017205637375254266
Binary101100011100000111101001011101111111111101010101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1607A; }

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

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

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

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

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

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

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

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