#B36D7C

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

Shades of Tapestry #B36D7C

Tints of Tapestry #B36D7C

Color information

#B36D7C (or 0xB36D7C) is unknown color: approx Tapestry. HEX triplet: B3, 6D and 7C. RGB value is (179,109,124). Sum of RGB (Red+Green+Blue) = 179+109+124=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36D7C is #4C9283. Grayscale: #838383. Windows color (decimal): -5018244 or 8154547. OLE color: 8154547.

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

Color convert

RGB179109124-
CMYK00.390.310.30
HSL347.14º31.53%56.47%-
HSV(B)347.14º39.11%70.2%-
XYZ27.721.9821.85-
YUV131.64123.69161.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.45%
GREEN value IS 109 (42.97% from 255) = 26.46%
BLUE value IS 124 (48.83% from 255) = 30.10%
R=43.45%
G=26.46%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910912400.390.310.30347.1431.5356.47
HexB36D7C0271F1E15b2038
Octal26315517404737365334070
Binary101100111101101111110001001111111111110101011011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36D7C; }

 p { color: rgb(179,109,124); }

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

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

 a { background-color: rgb(179,109,124); }

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

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

 span { border-color: rgb(179,109,124); }

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