#B16680

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

Shades of Tapestry #B16680

Tints of Tapestry #B16680

Color information

#B16680 (or 0xB16680) is unknown color: approx Tapestry. HEX triplet: B1, 66 and 80. RGB value is (177,102,128). Sum of RGB (Red+Green+Blue) = 177+102+128=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B16680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16680 is #4E997F. Grayscale: #7F7F7F. Windows color (decimal): -5151104 or 8414897. OLE color: 8414897.

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

Color convert

RGB177102128-
CMYK00.420.280.31
HSL339.2º32.47%54.71%-
HSV(B)339.2º42.37%69.41%-
XYZ26.7820.4122.95-
YUV127.39128.35163.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=43.49%
G=25.06%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710212800.420.280.31339.232.4754.71
HexB1668002A1C1F1532037
Octal26114620005234375234067
Binary1011000111001101000000001010101110011111101010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16680; }

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

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

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

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

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

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

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

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