COLOR #B29F79

HEX: #B29F79
RGB: (178,159,121)

Color info

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

RGB color model

#B29F79 color RGB value is (178,159,121).

  • red value is 178;
  • green value is 159;
  • blue value is 121.
RGB:
(178,159,121)
(70%,62%,47%)

RGB channels and saturation

R 178 of 255 = 70%
G 159 of 255 = 62%
B 121 of 255 = 47%

178
159
121

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

Portions of RGB colors in percentages

R + G + B =
178 + 159 + 121 = 458 (100%)
R 178 of 458 ~ 38.86%
G 159 of 458 ~ 34.72%
B 121 of 458 ~ 26.42%

%38.86
%34.72
%26.42

CMYK color model

#B29F79 color CMYK value is (0,11,32,30).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 32.02%
  • key color value is 30.20%
CMYK:
(0,11,32,30)
C0M11Y32K30 
(0%,11%,32%,30%)
(0.00/0.11/0.32/0.30)	

CMYK percentages

%0
%10.67
%32.02
%30.2

Codes

Color #B29F79 in popluar color models

B29F79
RGB178159121
HSL40°27.01%58.63%
HSB/HSV40°32.02%69.80%
CMYK0.00%10.67%32.02%
30.20%

Color #B29F79 in popluar number systems.

HEXB29F79
Decimal178159121
Binary10110010100111111111001
Octal262237171

Shades and tints

Shades of #B29F79

#B29F79
(178,159,121)
#A2916E
(162,145,110)
#928363
(146,131,99)
#827558
(130,117,88)
#72674D
(114,103,77)
#625942
(98,89,66)
#524B37
(82,75,55)
#423D2C
(66,61,44)
#322F21
(50,47,33)
#222116
(34,33,22)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #B29F79

#B29F79
(178,159,121)
#B9A785
(185,167,133)
#C0AF91
(192,175,145)
#C7B79D
(199,183,157)
#CEBFA9
(206,191,169)
#D5C7B5
(213,199,181)
#DCCFC1
(220,207,193)
#E3D7CD
(227,215,205)
#EADFD9
(234,223,217)
#F1E7E5
(241,231,229)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29F79 color. Also use rgb(178,159,121) instead hex code.

Text Font Color

.myTextColor { color: #B29F79; }

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

This text font color is #B29F79.


Background Color

.myBgColor { background-color: #B29F79; }

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

This div background color is #B29F79.


Border color

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

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

This div border color is #B29F79.


Opacity

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

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

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

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

This text has shadow with #B29F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29F79 on black background.


Color preview on white background

This text has color #B29F79 on white background.



Black color preview on #B29F79 background

This text has black color on #B29F79 background.


White color preview on #B29F79 background

This text has white color on #B29F79 background.