COLOR #B29D8A

HEX: #B29D8A RGB: (178,157,138)

Color info

#B29D8A contains red, green and blue colors in about the same proportion. Web safe color of #B29D8A is #999999 (or #999).

RGB color model

#B29D8A color RGB value is (178,157,138).

RGB: (178,157,138) (70%, 62%, 54%)

RGB channels and saturation

R 178 of 255 = 70%
G 157 of 255 = 62%
B 138 of 255 = 54%

178
157
138

R + G + B ~ 62%. #B29D8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 157 + 138 = 473 (100%)
R 178 of 473 ~ 37.63%
G 157 of 473 ~ 33.19%
B 138 of 473 ~ 29.18'%

%37.63
%33.19
%29.18

CMYK color model

#B29D8A color CMYK value is (0,12,22,30).

  • cyan value is 0.00%
  • magenta value is 11.80%
  • yellow value is 22.47%
  • key color value is 30.20%

CMYK: (0,12,22,30)
C0M12Y22K30 (0%, 12%, 22%, 30%)
(0.00 / 0.12 / 0.22 / 0.30)

CMYK percentages

%0
%11.8
%22.47
%30.2

Codes

Color #B29D8A in popluar color models

B2 9D 8A
RGB 178 157 138
HSL 29° 20.62% 61.96%
HSB/HSV 29° 22.47% 69.80%
CMYK 0.00% 11.80% 22.47%
30.20%

Color #B29D8A in popluar number systems.

HEX B2 9D 8A
Decimal 178 157 138
Binary 10110010 10011101 10001010
Octal 262 235 212

Shades and tints

Shades of #B29D8A

#B29D8A
(178,157,138)
#A28F7E
(162,143,126)
#928172
(146,129,114)
#827366
(130,115,102)
#72655A
(114,101,90)
#62574E
(98,87,78)
#524942
(82,73,66)
#423B36
(66,59,54)
#322D2A
(50,45,42)
#221F1E
(34,31,30)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #B29D8A

#B29D8A
(178,157,138)
#B9A594
(185,165,148)
#C0AD9E
(192,173,158)
#C7B5A8
(199,181,168)
#CEBDB2
(206,189,178)
#D5C5BC
(213,197,188)
#DCCDC6
(220,205,198)
#E3D5D0
(227,213,208)
#EADDDA
(234,221,218)
#F1E5E4
(241,229,228)
#F8EDEE
(248,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29D8A color. Also use rgb(178,157,138) instead hex code.

Text Font Color

.myTextColor { color: #B29D8A; }

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

This text font color is #B29D8A.

Background Color

.myBgColor { background-color: #B29D8A; }

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

This div background color is #B29D8A.

Border color

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

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

This div border color is #B29D8A.

Opacity

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

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

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

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

This text has shadow with #B29D8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29D8A.

Preview

Color preview on black background

This text has color #B29D8A on black background.


Color preview on white background

This text has color #B29D8A on white background.


Black color preview on #B29D8A background

This text has black color on #B29D8A background.


White color preview on #B29D8A background

This text has white color on #B29D8A background.


Related colors

Complementary color

Complementary color for #hex is #4D6275.


I love getcolorcode.com

Triadic colors

1 #8AB29D and #9D8AB2 with #B29D8A are triadic colors.

2 #8A9DB2 and #9DB28A with #B29D8A are triadic colors.