#B16179

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

Shades of Tapestry #B16179

Tints of Tapestry #B16179

Color information

#B16179 (or 0xB16179) is unknown color: approx Tapestry. HEX triplet: B1, 61 and 79. RGB value is (177,97,121). Sum of RGB (Red+Green+Blue) = 177+97+121=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B16179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16179 is #4E9E86. Grayscale: #7B7B7B. Windows color (decimal): -5152391 or 7954865. OLE color: 7954865.

HSL color Cylindrical-coordinate representation of color #B16179: hue angle of 342º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16179 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17797121-
CMYK00.450.320.31
HSL342º33.9%53.73%-
HSV(B)342º45.2%69.41%-
XYZ25.8619.2820.45-
YUV123.66126.5166.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 121 (47.66% from 255) = 30.63%
R=44.81%
G=24.56%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779712100.450.320.3134233.953.73
HexB1617902D201F1562236
Octal26114117105540375264266
Binary1011000111000011111001010110110000011111101010110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16179; }

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

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

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

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

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

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

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

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