#B17280

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

Shades of Tapestry #B17280

Tints of Tapestry #B17280

Color information

#B17280 (or 0xB17280) is unknown color: approx Tapestry. HEX triplet: B1, 72 and 80. RGB value is (177,114,128). Sum of RGB (Red+Green+Blue) = 177+114+128=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B17280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17280 is #4E8D7F. Grayscale: #868686. Windows color (decimal): -5148032 or 8417969. OLE color: 8417969.

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

Color convert

RGB177114128-
CMYK00.360.280.31
HSL346.67º28.77%57.06%-
HSV(B)346.67º35.59%69.41%-
XYZ28.0522.9423.37-
YUV134.43124.37158.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=42.24%
G=27.21%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711412800.360.280.31346.6728.7757.06
HexB172800241C1F15b1d39
Octal26116220004434375333571
Binary101100011110010100000000100100111001111110101101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17280; }

 p { color: rgb(177,114,128); }

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

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

 a { background-color: rgb(177,114,128); }

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

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

 span { border-color: rgb(177,114,128); }

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