#B17B8C

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

Shades of Tapestry #B17B8C

Tints of Tapestry #B17B8C

Color information

#B17B8C (or 0xB17B8C) is unknown color: approx Tapestry. HEX triplet: B1, 7B and 8C. RGB value is (177,123,140). Sum of RGB (Red+Green+Blue) = 177+123+140=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17B8C is #4E8473. Grayscale: #8D8D8D. Windows color (decimal): -5145716 or 9206705. OLE color: 9206705.

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

Color convert

RGB177123140-
CMYK00.310.210.31
HSL341.11º25.71%58.82%-
HSV(B)341.11º30.51%69.41%-
XYZ29.9525.4128.14-
YUV141.08127.39153.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 140 (55.08% from 255) = 31.82%
R=40.23%
G=27.95%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712314000.310.210.31341.1125.7158.82
HexB17B8C01F151F1551a3b
Octal26117321403725375253273
Binary10110001111101110001100011111101011111110101010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B8C; }

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

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

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

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

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

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

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

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