#B36E7E

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

Shades of Tapestry #B36E7E

Tints of Tapestry #B36E7E

Color information

#B36E7E (or 0xB36E7E) is unknown color: approx Tapestry. HEX triplet: B3, 6E and 7E. RGB value is (179,110,126). Sum of RGB (Red+Green+Blue) = 179+110+126=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36E7E is #4C9181. Grayscale: #848484. Windows color (decimal): -5017986 or 8285875. OLE color: 8285875.

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

Color convert

RGB179110126-
CMYK00.390.300.30
HSL346.09º31.22%56.67%-
HSV(B)346.09º38.55%70.2%-
XYZ27.9322.2422.56-
YUV132.45124.36161.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=43.13%
G=26.51%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911012600.390.300.30346.0931.2256.67
HexB36E7E0271E1E15a1f39
Octal26315617604736365323771
Binary10110011110111011111100100111111101111010101101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E7E; }

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

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

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

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

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

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

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

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