COLOR #B29D78

HEX: #B29D78 RGB: (178,157,120)

Color info

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

RGB color model

#B29D78 color RGB value is (178,157,120).

RGB: (178,157,120) (70%, 62%, 47%)

RGB channels and saturation

R 178 of 255 = 70%
G 157 of 255 = 62%
B 120 of 255 = 47%

178
157
120

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

Portions of RGB colors in percentages

R + G + B = 178 + 157 + 120 = 455 (100%)
R 178 of 455 ~ 39.12%
G 157 of 455 ~ 34.51%
B 120 of 455 ~ 26.37'%

%39.12
%34.51
%26.37

CMYK color model

#B29D78 color CMYK value is (0,12,33,30).

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

CMYK: (0,12,33,30)
C0M12Y33K30 (0%, 12%, 33%, 30%)
(0.00 / 0.12 / 0.33 / 0.30)

CMYK percentages

%0
%11.8
%32.58
%30.2

Codes

Color #B29D78 in popluar color models

B2 9D 78
RGB 178 157 120
HSL 38° 27.36% 58.43%
HSB/HSV 38° 32.58% 69.80%
CMYK 0.00% 11.80% 32.58%
30.20%

Color #B29D78 in popluar number systems.

HEX B2 9D 78
Decimal 178 157 120
Binary 10110010 10011101 1111000
Octal 262 235 170

Shades and tints

Shades of #B29D78

#B29D78
(178,157,120)
#A28F6E
(162,143,110)
#928164
(146,129,100)
#82735A
(130,115,90)
#726550
(114,101,80)
#625746
(98,87,70)
#52493C
(82,73,60)
#423B32
(66,59,50)
#322D28
(50,45,40)
#221F1E
(34,31,30)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #B29D78

#B29D78
(178,157,120)
#B9A584
(185,165,132)
#C0AD90
(192,173,144)
#C7B59C
(199,181,156)
#CEBDA8
(206,189,168)
#D5C5B4
(213,197,180)
#DCCDC0
(220,205,192)
#E3D5CC
(227,213,204)
#EADDD8
(234,221,216)
#F1E5E4
(241,229,228)
#F8EDF0
(248,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29D78; }

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

This text font color is #B29D78.

Background Color

.myBgColor { background-color: #B29D78; }

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

This div background color is #B29D78.

Border color

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

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

This div border color is #B29D78.

Opacity

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

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

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

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

This text has shadow with #B29D78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29D78.

Preview

Color preview on black background

This text has color #B29D78 on black background.


Color preview on white background

This text has color #B29D78 on white background.


Black color preview on #B29D78 background

This text has black color on #B29D78 background.


White color preview on #B29D78 background

This text has white color on #B29D78 background.


Related colors

Complementary color

Complementary color for #hex is #4D6287.


I love getcolorcode.com

Triadic colors

1 #78B29D and #9D78B2 with #B29D78 are triadic colors.

2 #789DB2 and #9DB278 with #B29D78 are triadic colors.