#b17881

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

Shades of Tapestry #B17881

Tints of Tapestry #B17881

Color information

#B17881 (or 0xB17881) is unknown color: approx Tapestry. HEX triplet: B1, 78 and 81. RGB value is (177,120,129). Sum of RGB (Red+Green+Blue) = 177+120+129=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B17881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17881 is #4E877E. Grayscale: #8A8A8A. Windows color (decimal): -5146495 or 8485041. OLE color: 8485041.

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

Color convert

RGB177120129-
CMYK00.320.270.31
HSL350.53º26.76%58.24%-
HSV(B)350.53º32.2%69.41%-
XYZ28.8124.3723.95-
YUV138.07122.88155.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=41.55%
G=28.17%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712012900.320.270.31350.5326.7658.24
HexB178810201B1F15f1b3a
Octal26117020104033375373372
Binary101100011111000100000010100000110111111110101111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b17881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b17881; }

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

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

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

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

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

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

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

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