#B16883

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

Shades of Tapestry #B16883

Tints of Tapestry #B16883

Color information

#B16883 (or 0xB16883) is unknown color: approx Tapestry. HEX triplet: B1, 68 and 83. RGB value is (177,104,131). Sum of RGB (Red+Green+Blue) = 177+104+131=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B16883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16883 is #4E977C. Grayscale: #808080. Windows color (decimal): -5150589 or 8612017. OLE color: 8612017.

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

Color convert

RGB177104131-
CMYK00.410.260.31
HSL337.81º31.88%55.1%-
HSV(B)337.81º41.24%69.41%-
XYZ27.1820.8924.07-
YUV128.9129.18162.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 131 (51.56% from 255) = 31.80%
R=42.96%
G=25.24%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710413100.410.260.31337.8131.8855.1
HexB168830291A1F1522037
Octal26115020305132375224067
Binary1011000111010001000001101010011101011111101010010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16883; }

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

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

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

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

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

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

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

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