#B17D83

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

Shades of Tapestry #B17D83

Tints of Tapestry #B17D83

Color information

#B17D83 (or 0xB17D83) is unknown color: approx Tapestry. HEX triplet: B1, 7D and 83. RGB value is (177,125,131). Sum of RGB (Red+Green+Blue) = 177+125+131=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17D83 is #4E827C. Grayscale: #8D8D8D. Windows color (decimal): -5145213 or 8617393. OLE color: 8617393.

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

Color convert

RGB177125131-
CMYK00.290.260.31
HSL353.08º25%59.22%-
HSV(B)353.08º29.38%69.41%-
XYZ29.5625.6524.87-
YUV141.23122.23153.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 125 (49.22% from 255) = 28.87%
BLUE value IS 131 (51.56% from 255) = 30.25%
R=40.88%
G=28.87%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712513100.290.260.31353.082559.22
HexB17D8301D1A1F161193b
Octal26117520303532375413173
Binary10110001111110110000011011101110101111110110000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17D83; }

 p { color: rgb(177,125,131); }

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

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

 a { background-color: rgb(177,125,131); }

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

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

 span { border-color: rgb(177,125,131); }

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