COLOR #B29A6F

HEX: #B29A6F RGB: (178,154,111)

Color info

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

RGB color model

#B29A6F color RGB value is (178,154,111).

RGB: (178,154,111) (70%, 60%, 44%)

RGB channels and saturation

R 178 of 255 = 70%
G 154 of 255 = 60%
B 111 of 255 = 44%

178
154
111

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

Portions of RGB colors in percentages

R + G + B = 178 + 154 + 111 = 443 (100%)
R 178 of 443 ~ 40.18%
G 154 of 443 ~ 34.76%
B 111 of 443 ~ 25.06'%

%40.18
%34.76
%25.06

CMYK color model

#B29A6F color CMYK value is (0,13,38,30).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 37.64%
  • key color value is 30.20%

CMYK: (0,13,38,30)
C0M13Y38K30 (0%, 13%, 38%, 30%)
(0.00 / 0.13 / 0.38 / 0.30)

CMYK percentages

%0
%13.48
%37.64
%30.2

Codes

Color #B29A6F in popluar color models

B2 9A 6F
RGB 178 154 111
HSL 39° 30.32% 56.67%
HSB/HSV 39° 37.64% 69.80%
CMYK 0.00% 13.48% 37.64%
30.20%

Color #B29A6F in popluar number systems.

HEX B2 9A 6F
Decimal 178 154 111
Binary 10110010 10011010 1101111
Octal 262 232 157

Shades and tints

Shades of #B29A6F

#B29A6F
(178,154,111)
#A28C65
(162,140,101)
#927E5B
(146,126,91)
#827051
(130,112,81)
#726247
(114,98,71)
#62543D
(98,84,61)
#524633
(82,70,51)
#423829
(66,56,41)
#322A1F
(50,42,31)
#221C15
(34,28,21)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #B29A6F

#B29A6F
(178,154,111)
#B9A37C
(185,163,124)
#C0AC89
(192,172,137)
#C7B596
(199,181,150)
#CEBEA3
(206,190,163)
#D5C7B0
(213,199,176)
#DCD0BD
(220,208,189)
#E3D9CA
(227,217,202)
#EAE2D7
(234,226,215)
#F1EBE4
(241,235,228)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29A6F color. Also use rgb(178,154,111) instead hex code.

Text Font Color

.myTextColor { color: #B29A6F; }

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

This text font color is #B29A6F.

Background Color

.myBgColor { background-color: #B29A6F; }

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

This div background color is #B29A6F.

Border color

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

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

This div border color is #B29A6F.

Opacity

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

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

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

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

This text has shadow with #B29A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29A6F.

Preview

Color preview on black background

This text has color #B29A6F on black background.


Color preview on white background

This text has color #B29A6F on white background.


Black color preview on #B29A6F background

This text has black color on #B29A6F background.


White color preview on #B29A6F background

This text has white color on #B29A6F background.


Related colors

Complementary color

Complementary color for #hex is #4D6590.


I love getcolorcode.com

Triadic colors

1 #6FB29A and #9A6FB2 with #B29A6F are triadic colors.

2 #6F9AB2 and #9AB26F with #B29A6F are triadic colors.