#B16383

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

Shades of Tapestry #B16383

Tints of Tapestry #B16383

Color information

#B16383 (or 0xB16383) is unknown color: approx Tapestry. HEX triplet: B1, 63 and 83. RGB value is (177,99,131). Sum of RGB (Red+Green+Blue) = 177+99+131=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B16383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16383 is #4E9C7C. Grayscale: #7D7D7D. Windows color (decimal): -5151869 or 8610737. OLE color: 8610737.

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

Color convert

RGB17799131-
CMYK00.440.260.31
HSL335.38º33.33%54.12%-
HSV(B)335.38º44.07%69.41%-
XYZ26.6919.9123.91-
YUV125.97130.84164.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 99 (39.06% from 255) = 24.32%
BLUE value IS 131 (51.56% from 255) = 32.19%
R=43.49%
G=24.32%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779913100.440.260.31335.3833.3354.12
HexB1638302C1A1F14f2136
Octal26114320305432375174166
Binary1011000111000111000001101011001101011111101001111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16383; }

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

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

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

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

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

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

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

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