#B36979

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

Shades of Tapestry #B36979

Tints of Tapestry #B36979

Color information

#B36979 (or 0xB36979) is unknown color: approx Tapestry. HEX triplet: B3, 69 and 79. RGB value is (179,105,121). Sum of RGB (Red+Green+Blue) = 179+105+121=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B36979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36979 is #4C9686. Grayscale: #808080. Windows color (decimal): -5019271 or 7956915. OLE color: 7956915.

HSL color Cylindrical-coordinate representation of color #B36979: hue angle of 347.03º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B36979 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB179105121-
CMYK00.410.320.30
HSL347.03º32.74%55.69%-
HSV(B)347.03º41.34%70.2%-
XYZ27.0921.0720.73-
YUV128.95123.52163.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 121 (47.66% from 255) = 29.88%
R=44.20%
G=25.93%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910512100.410.320.30347.0332.7455.69
HexB36979029201E15b2138
Octal26315117105140365334170
Binary1011001111010011111001010100110000011110101011011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36979; }

 p { color: rgb(179,105,121); }

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

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

 a { background-color: rgb(179,105,121); }

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

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

 span { border-color: rgb(179,105,121); }

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