#B16980

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

Shades of Tapestry #B16980

Tints of Tapestry #B16980

Color information

#B16980 (or 0xB16980) is unknown color: approx Tapestry. HEX triplet: B1, 69 and 80. RGB value is (177,105,128). Sum of RGB (Red+Green+Blue) = 177+105+128=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B16980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16980 is #4E967F. Grayscale: #818181. Windows color (decimal): -5150336 or 8415665. OLE color: 8415665.

HSL color Cylindrical-coordinate representation of color #B16980: hue angle of 340.83º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16980 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB177105128-
CMYK00.410.280.31
HSL340.83º31.58%55.29%-
HSV(B)340.83º40.68%69.41%-
XYZ27.0821.0123.05-
YUV129.15127.35162.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.17%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=43.17%
G=25.61%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710512800.410.280.31340.8331.5855.29
HexB169800291C1F1552037
Octal26115120005134375254067
Binary1011000111010011000000001010011110011111101010101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16980; }

 p { color: rgb(177,105,128); }

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

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

 a { background-color: rgb(177,105,128); }

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

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

 span { border-color: rgb(177,105,128); }

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