#B17081

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

Shades of Tapestry #B17081

Tints of Tapestry #B17081

Color information

#B17081 (or 0xB17081) is unknown color: approx Tapestry. HEX triplet: B1, 70 and 81. RGB value is (177,112,129). Sum of RGB (Red+Green+Blue) = 177+112+129=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B17081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17081 is #4E8F7E. Grayscale: #858585. Windows color (decimal): -5148543 or 8482993. OLE color: 8482993.

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

Color convert

RGB177112129-
CMYK00.370.270.31
HSL344.31º29.41%56.67%-
HSV(B)344.31º36.72%69.41%-
XYZ27.8922.5223.65-
YUV133.37125.53159.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 129 (50.78% from 255) = 30.86%
R=42.34%
G=26.79%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711212900.370.270.31344.3129.4156.67
HexB170810251B1F1581d39
Octal26116020104533375303571
Binary101100011110000100000010100101110111111110101100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17081; }

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

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

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

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

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

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

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

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