#B16687

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

Shades of Tapestry #B16687

Tints of Tapestry #B16687

Color information

#B16687 (or 0xB16687) is unknown color: approx Tapestry. HEX triplet: B1, 66 and 87. RGB value is (177,102,135). Sum of RGB (Red+Green+Blue) = 177+102+135=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B16687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16687 is #4E9978. Grayscale: #808080. Windows color (decimal): -5151097 or 8873649. OLE color: 8873649.

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

Color convert

RGB177102135-
CMYK00.420.240.31
HSL333.6º32.47%54.71%-
HSV(B)333.6º42.37%69.41%-
XYZ27.2620.625.46-
YUV128.19131.85162.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 102 (40.23% from 255) = 24.64%
BLUE value IS 135 (53.12% from 255) = 32.61%
R=42.75%
G=24.64%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710213500.420.240.31333.632.4754.71
HexB1668702A181F14e2037
Octal26114620705230375164067
Binary1011000111001101000011101010101100011111101001110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16687; }

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

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

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

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

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

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

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

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