#B16379

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

Shades of Tapestry #B16379

Tints of Tapestry #B16379

Color information

#B16379 (or 0xB16379) is unknown color: approx Tapestry. HEX triplet: B1, 63 and 79. RGB value is (177,99,121). Sum of RGB (Red+Green+Blue) = 177+99+121=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B16379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16379 is #4E9C86. Grayscale: #7C7C7C. Windows color (decimal): -5151879 or 7955377. OLE color: 7955377.

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

Color convert

RGB17799121-
CMYK00.440.320.31
HSL343.08º33.33%54.12%-
HSV(B)343.08º44.07%69.41%-
XYZ26.0419.6520.51-
YUV124.83125.84165.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=44.58%
G=24.94%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779912100.440.320.31343.0833.3354.12
HexB1637902C201F1572136
Octal26114317105440375274166
Binary1011000111000111111001010110010000011111101010111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16379; }

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

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

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

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

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

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

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

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