COLOR #B29D7A

HEX: #B29D7A RGB: (178,157,122)

Color info

#B29D7A contains red, green and blue colors in about the same proportion. Web safe color of #B29D7A is #999966 (or #996).

RGB color model

#B29D7A color RGB value is (178,157,122).

RGB: (178,157,122) (70%, 62%, 48%)

RGB channels and saturation

R 178 of 255 = 70%
G 157 of 255 = 62%
B 122 of 255 = 48%

178
157
122

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

Portions of RGB colors in percentages

R + G + B = 178 + 157 + 122 = 457 (100%)
R 178 of 457 ~ 38.95%
G 157 of 457 ~ 34.35%
B 122 of 457 ~ 26.7'%

%38.95
%34.35
%26.7

CMYK color model

#B29D7A color CMYK value is (0,12,31,30).

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

CMYK: (0,12,31,30)
C0M12Y31K30 (0%, 12%, 31%, 30%)
(0.00 / 0.12 / 0.31 / 0.30)

CMYK percentages

%0
%11.8
%31.46
%30.2

Codes

Color #B29D7A in popluar color models

B2 9D 7A
RGB 178 157 122
HSL 38° 26.67% 58.82%
HSB/HSV 38° 31.46% 69.80%
CMYK 0.00% 11.80% 31.46%
30.20%

Color #B29D7A in popluar number systems.

HEX B2 9D 7A
Decimal 178 157 122
Binary 10110010 10011101 1111010
Octal 262 235 172

Shades and tints

Shades of #B29D7A

#B29D7A
(178,157,122)
#A28F6F
(162,143,111)
#928164
(146,129,100)
#827359
(130,115,89)
#72654E
(114,101,78)
#625743
(98,87,67)
#524938
(82,73,56)
#423B2D
(66,59,45)
#322D22
(50,45,34)
#221F17
(34,31,23)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #B29D7A

#B29D7A
(178,157,122)
#B9A586
(185,165,134)
#C0AD92
(192,173,146)
#C7B59E
(199,181,158)
#CEBDAA
(206,189,170)
#D5C5B6
(213,197,182)
#DCCDC2
(220,205,194)
#E3D5CE
(227,213,206)
#EADDDA
(234,221,218)
#F1E5E6
(241,229,230)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29D7A; }

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

This text font color is #B29D7A.

Background Color

.myBgColor { background-color: #B29D7A; }

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

This div background color is #B29D7A.

Border color

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

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

This div border color is #B29D7A.

Opacity

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

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

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

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

This text has shadow with #B29D7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29D7A.

Preview

Color preview on black background

This text has color #B29D7A on black background.


Color preview on white background

This text has color #B29D7A on white background.


Black color preview on #B29D7A background

This text has black color on #B29D7A background.


White color preview on #B29D7A background

This text has white color on #B29D7A background.


Related colors

Complementary color

Complementary color for #hex is #4D6285.


I love getcolorcode.com

Triadic colors

1 #7AB29D and #9D7AB2 with #B29D7A are triadic colors.

2 #7A9DB2 and #9DB27A with #B29D7A are triadic colors.