COLOR #B29079

HEX: #B29079
RGB: (178,144,121)

Color info

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

RGB color model

#B29079 color RGB value is (178,144,121).

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

RGB channels and saturation

R 178 of 255 = 70%
G 144 of 255 = 56%
B 121 of 255 = 47%

178
144
121

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

Portions of RGB colors in percentages

R + G + B =
178 + 144 + 121 = 443 (100%)
R 178 of 443 ~ 40.18%
G 144 of 443 ~ 32.51%
B 121 of 443 ~ 27.31%

%40.18
%32.51
%27.31

CMYK color model

#B29079 color CMYK value is (0,19,32,30).

  • cyan value is 0.00%
  • magenta value is 19.10%
  • yellow value is 32.02%
  • key color value is 30.20%
CMYK:
(0,19,32,30)
C0M19Y32K30 
(0%,19%,32%,30%)
(0.00/0.19/0.32/0.30)	

CMYK percentages

%0
%19.1
%32.02
%30.2

Codes

Color #B29079 in popluar color models

B29079
RGB178144121
HSL24°27.01%58.63%
HSB/HSV24°32.02%69.80%
CMYK0.00%19.10%32.02%
30.20%

Color #B29079 in popluar number systems.

HEXB29079
Decimal178144121
Binary10110010100100001111001
Octal262220171

Shades and tints

Shades of #B29079

#B29079
(178,144,121)
#A2836E
(162,131,110)
#927663
(146,118,99)
#826958
(130,105,88)
#725C4D
(114,92,77)
#624F42
(98,79,66)
#524237
(82,66,55)
#42352C
(66,53,44)
#322821
(50,40,33)
#221B16
(34,27,22)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #B29079

#B29079
(178,144,121)
#B99A85
(185,154,133)
#C0A491
(192,164,145)
#C7AE9D
(199,174,157)
#CEB8A9
(206,184,169)
#D5C2B5
(213,194,181)
#DCCCC1
(220,204,193)
#E3D6CD
(227,214,205)
#EAE0D9
(234,224,217)
#F1EAE5
(241,234,229)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29079; }

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

This text font color is #B29079.


Background Color

.myBgColor { background-color: #B29079; }

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

This div background color is #B29079.


Border color

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

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

This div border color is #B29079.


Opacity

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

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

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

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

This text has shadow with #B29079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29079 on black background.


Color preview on white background

This text has color #B29079 on white background.



Black color preview on #B29079 background

This text has black color on #B29079 background.


White color preview on #B29079 background

This text has white color on #B29079 background.