#B16083

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

Shades of Tapestry #B16083

Tints of Tapestry #B16083

Color information

#B16083 (or 0xB16083) is unknown color: approx Tapestry. HEX triplet: B1, 60 and 83. RGB value is (177,96,131). Sum of RGB (Red+Green+Blue) = 177+96+131=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B16083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16083 is #4E9F7C. Grayscale: #7C7C7C. Windows color (decimal): -5152637 or 8609969. OLE color: 8609969.

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

Color convert

RGB17796131-
CMYK00.460.260.31
HSL334.07º34.18%53.53%-
HSV(B)334.07º45.76%69.41%-
XYZ26.4119.3523.82-
YUV124.21131.84165.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 96 (37.89% from 255) = 23.76%
BLUE value IS 131 (51.56% from 255) = 32.43%
R=43.81%
G=23.76%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779613100.460.260.31334.0734.1853.53
HexB1608302E1A1F14e2236
Octal26114020305632375164266
Binary1011000111000001000001101011101101011111101001110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16083; }

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

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

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

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

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

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

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

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