#B16981

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

Shades of Tapestry #B16981

Tints of Tapestry #B16981

Color information

#B16981 (or 0xB16981) is unknown color: approx Tapestry. HEX triplet: B1, 69 and 81. RGB value is (177,105,129). Sum of RGB (Red+Green+Blue) = 177+105+129=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B16981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16981 is #4E967E. Grayscale: #818181. Windows color (decimal): -5150335 or 8481201. OLE color: 8481201.

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

Color convert

RGB177105129-
CMYK00.410.270.31
HSL340º31.58%55.29%-
HSV(B)340º40.68%69.41%-
XYZ27.1521.0423.4-
YUV129.26127.85162.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 129 (50.78% from 255) = 31.39%
R=43.07%
G=25.55%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710512900.410.270.3134031.5855.29
HexB169810291B1F1542037
Octal26115120105133375244067
Binary1011000111010011000000101010011101111111101010100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16981; }

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

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

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

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

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

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

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

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