COLOR #B29D70

HEX: #B29D70
RGB: (178,157,112)

Color info

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

RGB color model

#B29D70 color RGB value is (178,157,112).

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

RGB channels and saturation

R 178 of 255 = 70%
G 157 of 255 = 62%
B 112 of 255 = 44%

178
157
112

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

Portions of RGB colors in percentages

R + G + B =
178 + 157 + 112 = 447 (100%)
R 178 of 447 ~ 39.82%
G 157 of 447 ~ 35.12%
B 112 of 447 ~ 25.06%

%39.82
%35.12
%25.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.80%
  • yellow value is 37.08%
  • key color value is 30.20%
CMYK:
(0,12,37,30)
C0M12Y37K30 
(0%,12%,37%,30%)
(0.00/0.12/0.37/0.30)	

CMYK percentages

%0
%11.8
%37.08
%30.2

Codes

Color #B29D70 in popluar color models

B29D70
RGB178157112
HSL41°30.00%56.86%
HSB/HSV41°37.08%69.80%
CMYK0.00%11.80%37.08%
30.20%

Color #B29D70 in popluar number systems.

HEXB29D70
Decimal178157112
Binary10110010100111011110000
Octal262235160

Shades and tints

Shades of #B29D70

#B29D70
(178,157,112)
#A28F66
(162,143,102)
#92815C
(146,129,92)
#827352
(130,115,82)
#726548
(114,101,72)
#62573E
(98,87,62)
#524934
(82,73,52)
#423B2A
(66,59,42)
#322D20
(50,45,32)
#221F16
(34,31,22)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #B29D70

#B29D70
(178,157,112)
#B9A57D
(185,165,125)
#C0AD8A
(192,173,138)
#C7B597
(199,181,151)
#CEBDA4
(206,189,164)
#D5C5B1
(213,197,177)
#DCCDBE
(220,205,190)
#E3D5CB
(227,213,203)
#EADDD8
(234,221,216)
#F1E5E5
(241,229,229)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29D70; }

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

This text font color is #B29D70.


Background Color

.myBgColor { background-color: #B29D70; }

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

This div background color is #B29D70.


Border color

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

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

This div border color is #B29D70.


Opacity

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

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

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

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

This text has shadow with #B29D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29D70 on black background.


Color preview on white background

This text has color #B29D70 on white background.



Black color preview on #B29D70 background

This text has black color on #B29D70 background.


White color preview on #B29D70 background

This text has white color on #B29D70 background.