#B17882

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

Shades of Tapestry #B17882

Tints of Tapestry #B17882

Color information

#B17882 (or 0xB17882) is unknown color: approx Tapestry. HEX triplet: B1, 78 and 82. RGB value is (177,120,130). Sum of RGB (Red+Green+Blue) = 177+120+130=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B17882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17882 is #4E877D. Grayscale: #8A8A8A. Windows color (decimal): -5146494 or 8550577. OLE color: 8550577.

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

Color convert

RGB177120130-
CMYK00.320.270.31
HSL349.47º26.76%58.24%-
HSV(B)349.47º32.2%69.41%-
XYZ28.8824.3924.31-
YUV138.18123.38155.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 120 (47.27% from 255) = 28.10%
BLUE value IS 130 (51.17% from 255) = 30.44%
R=41.45%
G=28.10%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712013000.320.270.31349.4726.7658.24
HexB178820201B1F15d1b3a
Octal26117020204033375353372
Binary101100011111000100000100100000110111111110101110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17882; }

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

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

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

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

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

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

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

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