#B17D8F

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

Shades of Tapestry #B17D8F

Tints of Tapestry #B17D8F

Color information

#B17D8F (or 0xB17D8F) is unknown color: approx Tapestry. HEX triplet: B1, 7D and 8F. RGB value is (177,125,143). Sum of RGB (Red+Green+Blue) = 177+125+143=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17D8F is #4E8270. Grayscale: #8E8E8E. Windows color (decimal): -5145201 or 9403825. OLE color: 9403825.

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

Color convert

RGB177125143-
CMYK00.290.190.31
HSL339.23º25%59.22%-
HSV(B)339.23º29.38%69.41%-
XYZ30.422629.4-
YUV142.6128.23152.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 125 (49.22% from 255) = 28.09%
BLUE value IS 143 (56.25% from 255) = 32.13%
R=39.78%
G=28.09%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712514300.290.190.31339.232559.22
HexB17D8F01D131F153193b
Octal26117521703523375233173
Binary10110001111110110001111011101100111111110101001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17D8F; }

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

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

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

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

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

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

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

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