COLOR #B36E68

HEX: #B36E68 RGB: (179,110,104)

Color info

#B36E68 contains mainly red color. Web safe color of #B36E68 is #996666 (or #966).

RGB color model

#B36E68 color RGB value is (179,110,104).

RGB: (179,110,104) (70%, 43%, 41%)

RGB channels and saturation

R 179 of 255 = 70%
G 110 of 255 = 43%
B 104 of 255 = 41%

179
110
104

R + G + B ~ 51%. #B36E68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 179 + 110 + 104 = 393 (100%)
R 179 of 393 ~ 45.55%
G 110 of 393 ~ 27.99%
B 104 of 393 ~ 26.46'%

%45.55
%27.99
%26.46

CMYK color model

#B36E68 color CMYK value is (0,39,42,30).

  • cyan value is 0.00%
  • magenta value is 38.55%
  • yellow value is 41.90%
  • key color value is 29.80%

CMYK: (0,39,42,30)
C0M39Y42K30 (0%, 39%, 42%, 30%)
(0.00 / 0.39 / 0.42 / 0.30)

CMYK percentages

%0
%38.55
%41.9
%29.8

Codes

Color #B36E68 in popluar color models

B3 6E 68
RGB 179 110 104
HSL 33.04% 55.49%
HSB/HSV 41.90% 70.20%
CMYK 0.00% 38.55% 41.90%
29.80%

Color #B36E68 in popluar number systems.

HEX B3 6E 68
Decimal 179 110 104
Binary 10110011 1101110 1101000
Octal 263 156 150

Shades and tints

Shades of #B36E68

#B36E68
(179,110,104)
#A3645F
(163,100,95)
#935A56
(147,90,86)
#83504D
(131,80,77)
#734644
(115,70,68)
#633C3B
(99,60,59)
#533232
(83,50,50)
#432829
(67,40,41)
#331E20
(51,30,32)
#231417
(35,20,23)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #B36E68

#B36E68
(179,110,104)
#B97B75
(185,123,117)
#BF8882
(191,136,130)
#C5958F
(197,149,143)
#CBA29C
(203,162,156)
#D1AFA9
(209,175,169)
#D7BCB6
(215,188,182)
#DDC9C3
(221,201,195)
#E3D6D0
(227,214,208)
#E9E3DD
(233,227,221)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36E68 color. Also use rgb(179,110,104) instead hex code.

Text Font Color

.myTextColor { color: #B36E68; }

<p style="color:#B36E68">This sample text font color is #B36E68.</p>

This text font color is #B36E68.

Background Color

.myBgColor { background-color: #B36E68; }

<div style="background-color:#B36E68">Inner text</div>

This div background color is #B36E68.

Border color

.myBorderColor { border: 1px solid #B36E68; }

<div style="border:3px solid #B36E68">Div</div>

This div border color is #B36E68.

Opacity

.myOpacity80 { color: #B36E68; opacity: 0.8; }

<p style="color:#B36E68;opacity:0.8;">80%</p>

Text with #B36E68 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B36E68;}

<p style="text-shadow: 3px 3px 1px #B36E68">Text here.</p>

This text has shadow with #B36E68 color.


.textShadow {text-shadow: 3px 3px 1px #B36E68', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B36E68, 5px 5px 20px red">Text here.</p>

This text has shadow with #B36E68 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B36E68, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B36E68, Direction=45, Strength=4)">Text</p>

This text has shadow with #B36E68 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B36E68;
-webkit-box-shadow: 1px 1px 3px 2px #B36E68;
box-shadow: 1px 1px 3px 2px #B36E68;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B36E68; -webkit-box-shadow: 1px 1px 3px 2px #B36E68; box-shadow:1px 1px 3px 2px #B36E68;">
Div content here
</div>

This div box has shadow with color #B36E68.

Preview

Color preview on black background

This text has color #B36E68 on black background.


Color preview on white background

This text has color #B36E68 on white background.


Black color preview on #B36E68 background

This text has black color on #B36E68 background.


White color preview on #B36E68 background

This text has white color on #B36E68 background.


Related colors

Complementary color

Complementary color for #hex is #4C9197.


I love getcolorcode.com

Triadic colors

1 #68B36E and #6E68B3 with #B36E68 are triadic colors.

2 #686EB3 and #6EB368 with #B36E68 are triadic colors.