#B1608D

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

Shades of Tapestry #B1608D

Tints of Tapestry #B1608D

Color information

#B1608D (or 0xB1608D) is unknown color: approx Tapestry. HEX triplet: B1, 60 and 8D. RGB value is (177,96,141). Sum of RGB (Red+Green+Blue) = 177+96+141=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1608D is #4E9F72. Grayscale: #7D7D7D. Windows color (decimal): -5152627 or 9265329. OLE color: 9265329.

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

Color convert

RGB17796141-
CMYK00.460.200.31
HSL326.67º34.18%53.53%-
HSV(B)326.67º45.76%69.41%-
XYZ27.1219.6427.56-
YUV125.35136.84164.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=42.75%
G=23.19%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779614100.460.200.31326.6734.1853.53
HexB1608D02E141F1472236
Octal26114021505624375074266
Binary1011000111000001000110101011101010011111101000111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1608D; }

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

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

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

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

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

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

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

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