#B16D88

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

Shades of Tapestry #B16D88

Tints of Tapestry #B16D88

Color information

#B16D88 (or 0xB16D88) is unknown color: approx Tapestry. HEX triplet: B1, 6D and 88. RGB value is (177,109,136). Sum of RGB (Red+Green+Blue) = 177+109+136=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16D88 is #4E9277. Grayscale: #848484. Windows color (decimal): -5149304 or 8940977. OLE color: 8940977.

HSL color Cylindrical-coordinate representation of color #B16D88: hue angle of 336.18º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16D88 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB177109136-
CMYK00.380.230.31
HSL336.18º30.36%56.08%-
HSV(B)336.18º38.42%69.41%-
XYZ28.0422.0626.07-
YUV132.41130.03159.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 109 (42.97% from 255) = 25.83%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=41.94%
G=25.83%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710913600.380.230.31336.1830.3656.08
HexB16D88026171F1501e38
Octal26115521004627375203670
Binary101100011101101100010000100110101111111110101000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D88; }

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

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

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

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

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

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

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

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