COLOR #B29D7D

HEX: #B29D7D
RGB: (178,157,125)

Color info

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

RGB color model

#B29D7D color RGB value is (178,157,125).

  • red value is 178;
  • green value is 157;
  • blue value is 125.
RGB:
(178,157,125)
(70%,62%,49%)

RGB channels and saturation

R 178 of 255 = 70%
G 157 of 255 = 62%
B 125 of 255 = 49%

178
157
125

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

Portions of RGB colors in percentages

R + G + B =
178 + 157 + 125 = 460 (100%)
R 178 of 460 ~ 38.7%
G 157 of 460 ~ 34.13%
B 125 of 460 ~ 27.17%

%38.7
%34.13
%27.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.80%
  • yellow value is 29.78%
  • key color value is 30.20%
CMYK:
(0,12,30,30)
C0M12Y30K30 
(0%,12%,30%,30%)
(0.00/0.12/0.30/0.30)	

CMYK percentages

%0
%11.8
%29.78
%30.2

Codes

Color #B29D7D in popluar color models

B29D7D
RGB178157125
HSL36°25.60%59.41%
HSB/HSV36°29.78%69.80%
CMYK0.00%11.80%29.78%
30.20%

Color #B29D7D in popluar number systems.

HEXB29D7D
Decimal178157125
Binary10110010100111011111101
Octal262235175

Shades and tints

Shades of #B29D7D

#B29D7D
(178,157,125)
#A28F72
(162,143,114)
#928167
(146,129,103)
#82735C
(130,115,92)
#726551
(114,101,81)
#625746
(98,87,70)
#52493B
(82,73,59)
#423B30
(66,59,48)
#322D25
(50,45,37)
#221F1A
(34,31,26)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #B29D7D

#B29D7D
(178,157,125)
#B9A588
(185,165,136)
#C0AD93
(192,173,147)
#C7B59E
(199,181,158)
#CEBDA9
(206,189,169)
#D5C5B4
(213,197,180)
#DCCDBF
(220,205,191)
#E3D5CA
(227,213,202)
#EADDD5
(234,221,213)
#F1E5E0
(241,229,224)
#F8EDEB
(248,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29D7D; }

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

This text font color is #B29D7D.


Background Color

.myBgColor { background-color: #B29D7D; }

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

This div background color is #B29D7D.


Border color

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

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

This div border color is #B29D7D.


Opacity

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

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

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

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

This text has shadow with #B29D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29D7D on black background.


Color preview on white background

This text has color #B29D7D on white background.



Black color preview on #B29D7D background

This text has black color on #B29D7D background.


White color preview on #B29D7D background

This text has white color on #B29D7D background.