#B36F8E

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

Shades of Tapestry #B36F8E

Tints of Tapestry #B36F8E

Color information

#B36F8E (or 0xB36F8E) is unknown color: approx Tapestry. HEX triplet: B3, 6F and 8E. RGB value is (179,111,142). Sum of RGB (Red+Green+Blue) = 179+111+142=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36F8E is #4C9071. Grayscale: #868686. Windows color (decimal): -5017714 or 9334707. OLE color: 9334707.

HSL color Cylindrical-coordinate representation of color #B36F8E: hue angle of 332.65º 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 #B36F8E is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB179111142-
CMYK00.380.210.30
HSL332.65º30.91%56.86%-
HSV(B)332.65º37.99%70.2%-
XYZ29.1622.9128.48-
YUV134.87132.03159.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 111 (43.75% from 255) = 25.69%
BLUE value IS 142 (55.86% from 255) = 32.87%
R=41.44%
G=25.69%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911114200.380.210.30332.6530.9156.86
HexB36F8E026151E14d1f39
Octal26315721604625365153771
Binary101100111101111100011100100110101011111010100110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36F8E; }

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

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

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

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

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

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

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

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