COLOR #B29E6D

HEX: #B29E6D RGB: (178,158,109)

Color info

#B29E6D contains mainly red and green colors. Web safe color of #B29E6D is #999966 (or #996).

RGB color model

#B29E6D color RGB value is (178,158,109).

RGB: (178,158,109) (70%, 62%, 43%)

RGB channels and saturation

R 178 of 255 = 70%
G 158 of 255 = 62%
B 109 of 255 = 43%

178
158
109

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

Portions of RGB colors in percentages

R + G + B = 178 + 158 + 109 = 445 (100%)
R 178 of 445 ~ 40%
G 158 of 445 ~ 35.51%
B 109 of 445 ~ 24.49'%

%40
%35.51
%24.49

CMYK color model

#B29E6D color CMYK value is (0,11,39,30).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 38.76%
  • key color value is 30.20%

CMYK: (0,11,39,30)
C0M11Y39K30 (0%, 11%, 39%, 30%)
(0.00 / 0.11 / 0.39 / 0.30)

CMYK percentages

%0
%11.24
%38.76
%30.2

Codes

Color #B29E6D in popluar color models

B2 9E 6D
RGB 178 158 109
HSL 43° 30.94% 56.27%
HSB/HSV 43° 38.76% 69.80%
CMYK 0.00% 11.24% 38.76%
30.20%

Color #B29E6D in popluar number systems.

HEX B2 9E 6D
Decimal 178 158 109
Binary 10110010 10011110 1101101
Octal 262 236 155

Shades and tints

Shades of #B29E6D

#B29E6D
(178,158,109)
#A29064
(162,144,100)
#92825B
(146,130,91)
#827452
(130,116,82)
#726649
(114,102,73)
#625840
(98,88,64)
#524A37
(82,74,55)
#423C2E
(66,60,46)
#322E25
(50,46,37)
#22201C
(34,32,28)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #B29E6D

#B29E6D
(178,158,109)
#B9A67A
(185,166,122)
#C0AE87
(192,174,135)
#C7B694
(199,182,148)
#CEBEA1
(206,190,161)
#D5C6AE
(213,198,174)
#DCCEBB
(220,206,187)
#E3D6C8
(227,214,200)
#EADED5
(234,222,213)
#F1E6E2
(241,230,226)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29E6D color. Also use rgb(178,158,109) instead hex code.

Text Font Color

.myTextColor { color: #B29E6D; }

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

This text font color is #B29E6D.

Background Color

.myBgColor { background-color: #B29E6D; }

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

This div background color is #B29E6D.

Border color

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

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

This div border color is #B29E6D.

Opacity

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

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

Text with #B29E6D 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 #B29E6D;}

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

This text has shadow with #B29E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29E6D.

Preview

Color preview on black background

This text has color #B29E6D on black background.


Color preview on white background

This text has color #B29E6D on white background.


Black color preview on #B29E6D background

This text has black color on #B29E6D background.


White color preview on #B29E6D background

This text has white color on #B29E6D background.


Related colors

Complementary color

Complementary color for #hex is #4D6192.


I love getcolorcode.com

Triadic colors

1 #6DB29E and #9E6DB2 with #B29E6D are triadic colors.

2 #6D9EB2 and #9EB26D with #B29E6D are triadic colors.