#B16181

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

Shades of Tapestry #B16181

Tints of Tapestry #B16181

Color information

#B16181 (or 0xB16181) is unknown color: approx Tapestry. HEX triplet: B1, 61 and 81. RGB value is (177,97,129). Sum of RGB (Red+Green+Blue) = 177+97+129=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B16181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16181 is #4E9E7E. Grayscale: #7C7C7C. Windows color (decimal): -5152383 or 8479153. OLE color: 8479153.

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

Color convert

RGB17797129-
CMYK00.450.270.31
HSL336º33.9%53.73%-
HSV(B)336º45.2%69.41%-
XYZ26.3719.4823.14-
YUV124.57130.5165.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 129 (50.78% from 255) = 32.01%
R=43.92%
G=24.07%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779712900.450.270.3133633.953.73
HexB1618102D1B1F1502236
Octal26114120105533375204266
Binary1011000111000011000000101011011101111111101010000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16181; }

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

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

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

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

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

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

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

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