#B16284

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

Shades of Tapestry #B16284

Tints of Tapestry #B16284

Color information

#B16284 (or 0xB16284) is unknown color: approx Tapestry. HEX triplet: B1, 62 and 84. RGB value is (177,98,132). Sum of RGB (Red+Green+Blue) = 177+98+132=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B16284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16284 is #4E9D7B. Grayscale: #7D7D7D. Windows color (decimal): -5152124 or 8676017. OLE color: 8676017.

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

Color convert

RGB17798132-
CMYK00.450.250.31
HSL334.18º33.62%53.92%-
HSV(B)334.18º44.63%69.41%-
XYZ26.6619.7524.24-
YUV125.5131.67164.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 132 (51.95% from 255) = 32.43%
R=43.49%
G=24.08%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779813200.450.250.31334.1833.6253.92
HexB1628402D191F14e2236
Octal26114220405531375164266
Binary1011000111000101000010001011011100111111101001110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16284; }

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

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

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

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

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

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

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

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