#B16984

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

Shades of Tapestry #B16984

Tints of Tapestry #B16984

Color information

#B16984 (or 0xB16984) is unknown color: approx Tapestry. HEX triplet: B1, 69 and 84. RGB value is (177,105,132). Sum of RGB (Red+Green+Blue) = 177+105+132=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B16984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16984 is #4E967B. Grayscale: #818181. Windows color (decimal): -5150332 or 8677809. OLE color: 8677809.

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

Color convert

RGB177105132-
CMYK00.410.250.31
HSL337.5º31.58%55.29%-
HSV(B)337.5º40.68%69.41%-
XYZ27.3521.1224.46-
YUV129.61129.35161.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=42.75%
G=25.36%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710513200.410.250.31337.531.5855.29
HexB16984029191F1522037
Octal26115120405131375224067
Binary1011000111010011000010001010011100111111101010010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16984; }

 p { color: rgb(177,105,132); }

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

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

 a { background-color: rgb(177,105,132); }

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

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

 span { border-color: rgb(177,105,132); }

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