#B16D83

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

Shades of Tapestry #B16D83

Tints of Tapestry #B16D83

Color information

#B16D83 (or 0xB16D83) is unknown color: approx Tapestry. HEX triplet: B1, 6D and 83. RGB value is (177,109,131). Sum of RGB (Red+Green+Blue) = 177+109+131=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16D83 is #4E927C. Grayscale: #838383. Windows color (decimal): -5149309 or 8613297. OLE color: 8613297.

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

Color convert

RGB177109131-
CMYK00.380.260.31
HSL340.59º30.36%56.08%-
HSV(B)340.59º38.42%69.41%-
XYZ27.721.9224.24-
YUV131.84127.53160.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 109 (42.97% from 255) = 26.14%
BLUE value IS 131 (51.56% from 255) = 31.41%
R=42.45%
G=26.14%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710913100.380.260.31340.5930.3656.08
HexB16D830261A1F1551e38
Octal26115520304632375253670
Binary101100011101101100000110100110110101111110101010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D83; }

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

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

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

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

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

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

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

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