#B36F82

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

Shades of Tapestry #B36F82

Tints of Tapestry #B36F82

Color information

#B36F82 (or 0xB36F82) is unknown color: approx Tapestry. HEX triplet: B3, 6F and 82. RGB value is (179,111,130). Sum of RGB (Red+Green+Blue) = 179+111+130=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36F82 is #4C907D. Grayscale: #858585. Windows color (decimal): -5017726 or 8548275. OLE color: 8548275.

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

Color convert

RGB179111130-
CMYK00.380.270.30
HSL343.24º30.91%56.86%-
HSV(B)343.24º37.99%70.2%-
XYZ28.322.5623.98-
YUV133.5126.03160.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.62%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=42.62%
G=26.43%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911113000.380.270.30343.2430.9156.86
HexB36F820261B1E1571f39
Octal26315720204633365273771
Binary101100111101111100000100100110110111111010101011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36F82; }

 p { color: rgb(179,111,130); }

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

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

 a { background-color: rgb(179,111,130); }

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

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

 span { border-color: rgb(179,111,130); }

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