#B1608B

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

Shades of Tapestry #B1608B

Tints of Tapestry #B1608B

Color information

#B1608B (or 0xB1608B) is unknown color: approx Tapestry. HEX triplet: B1, 60 and 8B. RGB value is (177,96,139). Sum of RGB (Red+Green+Blue) = 177+96+139=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B1608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1608B is #4E9F74. Grayscale: #7D7D7D. Windows color (decimal): -5152629 or 9134257. OLE color: 9134257.

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

Color convert

RGB17796139-
CMYK00.460.210.31
HSL328.15º34.18%53.53%-
HSV(B)328.15º45.76%69.41%-
XYZ26.9719.5826.78-
YUV125.12135.84165-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=42.96%
G=23.30%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779613900.460.210.31328.1534.1853.53
HexB1608B02E151F1482236
Octal26114021305625375104266
Binary1011000111000001000101101011101010111111101001000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1608B; }

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

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

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

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

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

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

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

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