#B16979

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

Shades of Tapestry #B16979

Tints of Tapestry #B16979

Color information

#B16979 (or 0xB16979) is unknown color: approx Tapestry. HEX triplet: B1, 69 and 79. RGB value is (177,105,121). Sum of RGB (Red+Green+Blue) = 177+105+121=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B16979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16979 is #4E9686. Grayscale: #808080. Windows color (decimal): -5150343 or 7956913. OLE color: 7956913.

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

Color convert

RGB177105121-
CMYK00.410.320.31
HSL346.67º31.58%55.29%-
HSV(B)346.67º40.68%69.41%-
XYZ26.6320.8320.71-
YUV128.35123.85162.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=43.92%
G=26.05%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710512100.410.320.31346.6731.5855.29
HexB16979029201F15b2037
Octal26115117105140375334067
Binary1011000111010011111001010100110000011111101011011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16979; }

 p { color: rgb(177,105,121); }

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

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

 a { background-color: rgb(177,105,121); }

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

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

 span { border-color: rgb(177,105,121); }

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