#B16783

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

Shades of Tapestry #B16783

Tints of Tapestry #B16783

Color information

#B16783 (or 0xB16783) is unknown color: approx Tapestry. HEX triplet: B1, 67 and 83. RGB value is (177,103,131). Sum of RGB (Red+Green+Blue) = 177+103+131=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B16783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16783 is #4E987C. Grayscale: #808080. Windows color (decimal): -5150845 or 8611761. OLE color: 8611761.

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

Color convert

RGB177103131-
CMYK00.420.260.31
HSL337.3º32.17%54.9%-
HSV(B)337.3º41.81%69.41%-
XYZ27.0820.6924.04-
YUV128.32129.52162.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 131 (51.56% from 255) = 31.87%
R=43.07%
G=25.06%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710313100.420.260.31337.332.1754.9
HexB1678302A1A1F1512037
Octal26114720305232375214067
Binary1011000111001111000001101010101101011111101010001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16783; }

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

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

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

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

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

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

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

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