#B17482

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

Shades of Tapestry #B17482

Tints of Tapestry #B17482

Color information

#B17482 (or 0xB17482) is unknown color: approx Tapestry. HEX triplet: B1, 74 and 82. RGB value is (177,116,130). Sum of RGB (Red+Green+Blue) = 177+116+130=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B17482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17482 is #4E8B7D. Grayscale: #878787. Windows color (decimal): -5147518 or 8549553. OLE color: 8549553.

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

Color convert

RGB177116130-
CMYK00.340.270.31
HSL346.23º28.11%57.45%-
HSV(B)346.23º34.46%69.41%-
XYZ28.4123.4524.15-
YUV135.83124.71157.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 130 (51.17% from 255) = 30.73%
R=41.84%
G=27.42%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711613000.340.270.31346.2328.1157.45
HexB174820221B1F15a1c39
Octal26116420204233375323471
Binary101100011110100100000100100010110111111110101101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17482; }

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

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

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

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

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

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

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

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