#B36E7D

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

Shades of Tapestry #B36E7D

Tints of Tapestry #B36E7D

Color information

#B36E7D (or 0xB36E7D) is unknown color: approx Tapestry. HEX triplet: B3, 6E and 7D. RGB value is (179,110,125). Sum of RGB (Red+Green+Blue) = 179+110+125=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36E7D is #4C9182. Grayscale: #848484. Windows color (decimal): -5017987 or 8220339. OLE color: 8220339.

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

Color convert

RGB179110125-
CMYK00.390.300.30
HSL346.96º31.22%56.67%-
HSV(B)346.96º38.55%70.2%-
XYZ27.8722.2222.22-
YUV132.34123.86161.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=43.24%
G=26.57%
B=30.19%

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
Decimal17911012500.390.300.30346.9631.2256.67
HexB36E7D0271E1E15b1f39
Octal26315617504736365333771
Binary10110011110111011111010100111111101111010101101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E7D; }

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

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

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

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

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

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

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

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