COLOR #B29E72

HEX: #B29E72
RGB: (178,158,114)

Color info

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

RGB color model

#B29E72 color RGB value is (178,158,114).

  • red value is 178;
  • green value is 158;
  • blue value is 114.
RGB:
(178,158,114)
(70%,62%,45%)

RGB channels and saturation

R 178 of 255 = 70%
G 158 of 255 = 62%
B 114 of 255 = 45%

178
158
114

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

Portions of RGB colors in percentages

R + G + B =
178 + 158 + 114 = 450 (100%)
R 178 of 450 ~ 39.56%
G 158 of 450 ~ 35.11%
B 114 of 450 ~ 25.33%

%39.56
%35.11
%25.33

CMYK color model

#B29E72 color CMYK value is (0,11,36,30).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 35.96%
  • key color value is 30.20%
CMYK:
(0,11,36,30)
C0M11Y36K30 
(0%,11%,36%,30%)
(0.00/0.11/0.36/0.30)	

CMYK percentages

%0
%11.24
%35.96
%30.2

Codes

Color #B29E72 in popluar color models

B29E72
RGB178158114
HSL41°29.36%57.25%
HSB/HSV41°35.96%69.80%
CMYK0.00%11.24%35.96%
30.20%

Color #B29E72 in popluar number systems.

HEXB29E72
Decimal178158114
Binary10110010100111101110010
Octal262236162

Shades and tints

Shades of #B29E72

#B29E72
(178,158,114)
#A29068
(162,144,104)
#92825E
(146,130,94)
#827454
(130,116,84)
#72664A
(114,102,74)
#625840
(98,88,64)
#524A36
(82,74,54)
#423C2C
(66,60,44)
#322E22
(50,46,34)
#222018
(34,32,24)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #B29E72

#B29E72
(178,158,114)
#B9A67E
(185,166,126)
#C0AE8A
(192,174,138)
#C7B696
(199,182,150)
#CEBEA2
(206,190,162)
#D5C6AE
(213,198,174)
#DCCEBA
(220,206,186)
#E3D6C6
(227,214,198)
#EADED2
(234,222,210)
#F1E6DE
(241,230,222)
#F8EEEA
(248,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29E72 color. Also use rgb(178,158,114) instead hex code.

Text Font Color

.myTextColor { color: #B29E72; }

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

This text font color is #B29E72.


Background Color

.myBgColor { background-color: #B29E72; }

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

This div background color is #B29E72.


Border color

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

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

This div border color is #B29E72.


Opacity

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

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

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

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

This text has shadow with #B29E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29E72 on black background.


Color preview on white background

This text has color #B29E72 on white background.



Black color preview on #B29E72 background

This text has black color on #B29E72 background.


White color preview on #B29E72 background

This text has white color on #B29E72 background.