#B17B8F

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

Shades of Tapestry #B17B8F

Tints of Tapestry #B17B8F

Color information

#B17B8F (or 0xB17B8F) is unknown color: approx Tapestry. HEX triplet: B1, 7B and 8F. RGB value is (177,123,143). Sum of RGB (Red+Green+Blue) = 177+123+143=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17B8F is #4E8470. Grayscale: #8D8D8D. Windows color (decimal): -5145713 or 9403313. OLE color: 9403313.

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

Color convert

RGB177123143-
CMYK00.310.190.31
HSL337.78º25.71%58.82%-
HSV(B)337.78º30.51%69.41%-
XYZ30.1725.529.32-
YUV141.43128.89153.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 123 (48.44% from 255) = 27.77%
BLUE value IS 143 (56.25% from 255) = 32.28%
R=39.95%
G=27.77%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712314300.310.190.31337.7825.7158.82
HexB17B8F01F131F1521a3b
Octal26117321703723375223273
Binary10110001111101110001111011111100111111110101001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B8F; }

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

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

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

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

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

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

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

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