#B16384

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

Shades of Tapestry #B16384

Tints of Tapestry #B16384

Color information

#B16384 (or 0xB16384) is unknown color: approx Tapestry. HEX triplet: B1, 63 and 84. RGB value is (177,99,132). Sum of RGB (Red+Green+Blue) = 177+99+132=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B16384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16384 is #4E9C7B. Grayscale: #7E7E7E. Windows color (decimal): -5151868 or 8676273. OLE color: 8676273.

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

Color convert

RGB17799132-
CMYK00.440.250.31
HSL334.62º33.33%54.12%-
HSV(B)334.62º44.07%69.41%-
XYZ26.7619.9424.27-
YUV126.08131.34164.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 99 (39.06% from 255) = 24.26%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=43.38%
G=24.26%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779913200.440.250.31334.6233.3354.12
HexB1638402C191F14f2136
Octal26114320405431375174166
Binary1011000111000111000010001011001100111111101001111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16384; }

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

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

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

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

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

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

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

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