#B16681

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

Shades of Tapestry #B16681

Tints of Tapestry #B16681

Color information

#B16681 (or 0xB16681) is unknown color: approx Tapestry. HEX triplet: B1, 66 and 81. RGB value is (177,102,129). Sum of RGB (Red+Green+Blue) = 177+102+129=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B16681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16681 is #4E997E. Grayscale: #7F7F7F. Windows color (decimal): -5151103 or 8480433. OLE color: 8480433.

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

Color convert

RGB177102129-
CMYK00.420.270.31
HSL338.4º32.47%54.71%-
HSV(B)338.4º42.37%69.41%-
XYZ26.8520.4323.3-
YUV127.5128.85163.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 129 (50.78% from 255) = 31.62%
R=43.38%
G=25%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710212900.420.270.31338.432.4754.71
HexB1668102A1B1F1522037
Octal26114620105233375224067
Binary1011000111001101000000101010101101111111101010010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16681; }

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

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

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

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

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

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

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

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