#B16689

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

Shades of Tapestry #B16689

Tints of Tapestry #B16689

Color information

#B16689 (or 0xB16689) is unknown color: approx Tapestry. HEX triplet: B1, 66 and 89. RGB value is (177,102,137). Sum of RGB (Red+Green+Blue) = 177+102+137=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B16689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16689 is #4E9976. Grayscale: #808080. Windows color (decimal): -5151095 or 9004721. OLE color: 9004721.

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

Color convert

RGB177102137-
CMYK00.420.230.31
HSL332º32.47%54.71%-
HSV(B)332º42.37%69.41%-
XYZ27.420.6626.21-
YUV128.42132.85162.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 102 (40.23% from 255) = 24.52%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=42.55%
G=24.52%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710213700.420.230.3133232.4754.71
HexB1668902A171F14c2037
Octal26114621105227375144067
Binary1011000111001101000100101010101011111111101001100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16689; }

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

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

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

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

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

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

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

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