#B36579

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

Shades of Tapestry #B36579

Tints of Tapestry #B36579

Color information

#B36579 (or 0xB36579) is unknown color: approx Tapestry. HEX triplet: B3, 65 and 79. RGB value is (179,101,121). Sum of RGB (Red+Green+Blue) = 179+101+121=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B36579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36579 is #4C9A86. Grayscale: #7E7E7E. Windows color (decimal): -5020295 or 7955891. OLE color: 7955891.

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

Color convert

RGB179101121-
CMYK00.440.320.30
HSL344.62º33.91%54.9%-
HSV(B)344.62º43.58%70.2%-
XYZ26.720.2720.59-
YUV126.6124.84165.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 101 (39.84% from 255) = 25.19%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=44.64%
G=25.19%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910112100.440.320.30344.6233.9154.9
HexB3657902C201E1592237
Octal26314517105440365314267
Binary1011001111001011111001010110010000011110101011001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36579; }

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

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

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

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

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

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

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

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