#B16392

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

Shades of Tapestry #B16392

Tints of Tapestry #B16392

Color information

#B16392 (or 0xB16392) is unknown color: approx Tapestry. HEX triplet: B1, 63 and 92. RGB value is (177,99,146). Sum of RGB (Red+Green+Blue) = 177+99+146=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B16392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16392 is #4E9C6D. Grayscale: #7F7F7F. Windows color (decimal): -5151854 or 9593777. OLE color: 9593777.

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

Color convert

RGB17799146-
CMYK00.440.180.31
HSL323.85º33.33%54.12%-
HSV(B)323.85º44.07%69.41%-
XYZ27.7820.3529.66-
YUV127.68138.34163.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=41.94%
G=23.46%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779914600.440.180.31323.8533.3354.12
HexB1639202C121F1442136
Octal26114322205422375044166
Binary1011000111000111001001001011001001011111101000100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16392; }

 p { color: rgb(177,99,146); }

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

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

 a { background-color: rgb(177,99,146); }

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

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

 span { border-color: rgb(177,99,146); }

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