#B36E89

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

Shades of Tapestry #B36E89

Tints of Tapestry #B36E89

Color information

#B36E89 (or 0xB36E89) is unknown color: approx Tapestry. HEX triplet: B3, 6E and 89. RGB value is (179,110,137). Sum of RGB (Red+Green+Blue) = 179+110+137=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36E89 is #4C9176. Grayscale: #858585. Windows color (decimal): -5017975 or 9006771. OLE color: 9006771.

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

Color convert

RGB179110137-
CMYK00.390.230.30
HSL336.52º31.22%56.67%-
HSV(B)336.52º38.55%70.2%-
XYZ28.6822.5426.51-
YUV133.71129.86160.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 110 (43.36% from 255) = 25.82%
BLUE value IS 137 (53.91% from 255) = 32.16%
R=42.02%
G=25.82%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911013700.390.230.30336.5231.2256.67
HexB36E89027171E1511f39
Octal26315621104727365213771
Binary101100111101110100010010100111101111111010101000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E89; }

 p { color: rgb(179,110,137); }

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

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

 a { background-color: rgb(179,110,137); }

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

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

 span { border-color: rgb(179,110,137); }

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