#B16888

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

Shades of Tapestry #B16888

Tints of Tapestry #B16888

Color information

#B16888 (or 0xB16888) is unknown color: approx Tapestry. HEX triplet: B1, 68 and 88. RGB value is (177,104,136). Sum of RGB (Red+Green+Blue) = 177+104+136=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B16888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16888 is #4E9777. Grayscale: #818181. Windows color (decimal): -5150584 or 8939697. OLE color: 8939697.

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

Color convert

RGB177104136-
CMYK00.410.230.31
HSL333.7º31.88%55.1%-
HSV(B)333.7º41.24%69.41%-
XYZ27.5321.0325.9-
YUV129.48131.68161.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 136 (53.52% from 255) = 32.61%
R=42.45%
G=24.94%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710413600.410.230.31333.731.8855.1
HexB16888029171F14e2037
Octal26115021005127375164067
Binary1011000111010001000100001010011011111111101001110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16888; }

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

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

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

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

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

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

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

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