#B17883

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

Shades of Tapestry #B17883

Tints of Tapestry #B17883

Color information

#B17883 (or 0xB17883) is unknown color: approx Tapestry. HEX triplet: B1, 78 and 83. RGB value is (177,120,131). Sum of RGB (Red+Green+Blue) = 177+120+131=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B17883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17883 is #4E877C. Grayscale: #8A8A8A. Windows color (decimal): -5146493 or 8616113. OLE color: 8616113.

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

Color convert

RGB177120131-
CMYK00.320.260.31
HSL348.42º26.76%58.24%-
HSV(B)348.42º32.2%69.41%-
XYZ28.9424.4224.66-
YUV138.3123.88155.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 120 (47.27% from 255) = 28.04%
BLUE value IS 131 (51.56% from 255) = 30.61%
R=41.36%
G=28.04%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712013100.320.260.31348.4226.7658.24
HexB178830201A1F15c1b3a
Octal26117020304032375343372
Binary101100011111000100000110100000110101111110101110011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17883; }

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

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

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

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

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

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

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

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