#B16782

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

Shades of Tapestry #B16782

Tints of Tapestry #B16782

Color information

#B16782 (or 0xB16782) is unknown color: approx Tapestry. HEX triplet: B1, 67 and 82. RGB value is (177,103,130). Sum of RGB (Red+Green+Blue) = 177+103+130=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B16782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16782 is #4E987D. Grayscale: #808080. Windows color (decimal): -5150846 or 8546225. OLE color: 8546225.

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

Color convert

RGB177103130-
CMYK00.420.270.31
HSL338.11º32.17%54.9%-
HSV(B)338.11º41.81%69.41%-
XYZ27.0120.6623.68-
YUV128.2129.02162.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.17%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 130 (51.17% from 255) = 31.71%
R=43.17%
G=25.12%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710313000.420.270.31338.1132.1754.9
HexB1678202A1B1F1522037
Octal26114720205233375224067
Binary1011000111001111000001001010101101111111101010010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16782; }

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

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

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

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

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

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

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

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