#B36E85

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

Shades of Tapestry #B36E85

Tints of Tapestry #B36E85

Color information

#B36E85 (or 0xB36E85) is unknown color: approx Tapestry. HEX triplet: B3, 6E and 85. RGB value is (179,110,133). Sum of RGB (Red+Green+Blue) = 179+110+133=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36E85 is #4C917A. Grayscale: #858585. Windows color (decimal): -5017979 or 8744627. OLE color: 8744627.

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

Color convert

RGB179110133-
CMYK00.390.260.30
HSL340º31.22%56.67%-
HSV(B)340º38.55%70.2%-
XYZ28.422.4325.02-
YUV133.25127.86160.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 110 (43.36% from 255) = 26.07%
BLUE value IS 133 (52.34% from 255) = 31.52%
R=42.42%
G=26.07%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911013300.390.260.3034031.2256.67
HexB36E850271A1E1541f39
Octal26315620504732365243771
Binary101100111101110100001010100111110101111010101010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E85; }

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

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

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

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

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

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

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

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