#B16B8A

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

Shades of Tapestry #B16B8A

Tints of Tapestry #B16B8A

Color information

#B16B8A (or 0xB16B8A) is unknown color: approx Tapestry. HEX triplet: B1, 6B and 8A. RGB value is (177,107,138). Sum of RGB (Red+Green+Blue) = 177+107+138=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16B8A is #4E9475. Grayscale: #838383. Windows color (decimal): -5149814 or 9071537. OLE color: 9071537.

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

Color convert

RGB177107138-
CMYK00.400.220.31
HSL333.43º30.97%55.69%-
HSV(B)333.43º39.55%69.41%-
XYZ27.9821.726.76-
YUV131.46131.69160.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=41.94%
G=25.36%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710713800.400.220.31333.4330.9755.69
HexB16B8A028161F14d1f38
Octal26115321205026375153770
Binary101100011101011100010100101000101101111110100110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16B8A; }

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

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

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

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

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

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

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

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