#B16B88

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

Shades of Tapestry #B16B88

Tints of Tapestry #B16B88

Color information

#B16B88 (or 0xB16B88) is unknown color: approx Tapestry. HEX triplet: B1, 6B and 88. RGB value is (177,107,136). Sum of RGB (Red+Green+Blue) = 177+107+136=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16B88 is #4E9477. Grayscale: #838383. Windows color (decimal): -5149816 or 8940465. OLE color: 8940465.

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

Color convert

RGB177107136-
CMYK00.400.230.31
HSL335.14º30.97%55.69%-
HSV(B)335.14º39.55%69.41%-
XYZ27.8321.6426-
YUV131.24130.69160.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=42.14%
G=25.48%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710713600.400.230.31335.1430.9755.69
HexB16B88028171F14f1f38
Octal26115321005027375173770
Binary101100011101011100010000101000101111111110100111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16B88; }

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

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

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

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

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

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

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

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