#B16279

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

Shades of Tapestry #B16279

Tints of Tapestry #B16279

Color information

#B16279 (or 0xB16279) is unknown color: approx Tapestry. HEX triplet: B1, 62 and 79. RGB value is (177,98,121). Sum of RGB (Red+Green+Blue) = 177+98+121=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B16279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16279 is #4E9D86. Grayscale: #7C7C7C. Windows color (decimal): -5152135 or 7955121. OLE color: 7955121.

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

Color convert

RGB17798121-
CMYK00.450.320.31
HSL342.53º33.62%53.92%-
HSV(B)342.53º44.63%69.41%-
XYZ25.9519.4620.48-
YUV124.24126.17165.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 121 (47.66% from 255) = 30.56%
R=44.70%
G=24.75%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779812100.450.320.31342.5333.6253.92
HexB1627902D201F1572236
Octal26114217105540375274266
Binary1011000111000101111001010110110000011111101010111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16279; }

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

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

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

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

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

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

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

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