#B16881

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

Shades of Tapestry #B16881

Tints of Tapestry #B16881

Color information

#B16881 (or 0xB16881) is unknown color: approx Tapestry. HEX triplet: B1, 68 and 81. RGB value is (177,104,129). Sum of RGB (Red+Green+Blue) = 177+104+129=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B16881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16881 is #4E977E. Grayscale: #808080. Windows color (decimal): -5150591 or 8480945. OLE color: 8480945.

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

Color convert

RGB177104129-
CMYK00.410.270.31
HSL339.45º31.88%55.1%-
HSV(B)339.45º41.24%69.41%-
XYZ27.0420.8323.36-
YUV128.68128.18162.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.17%
GREEN value IS 104 (41.02% from 255) = 25.37%
BLUE value IS 129 (50.78% from 255) = 31.46%
R=43.17%
G=25.37%
B=31.46%

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
Decimal17710412900.410.270.31339.4531.8855.1
HexB168810291B1F1532037
Octal26115020105133375234067
Binary1011000111010001000000101010011101111111101010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16881; }

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

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

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

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

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

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

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

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