COLOR #B29647

HEX: #B29647
RGB: (178,150,71)

Color info

#B29647 contains mainly red and green colors. Web safe color of #B29647 is #999933 (or #993).

RGB color model

#B29647 color RGB value is (178,150,71).

  • red value is 178;
  • green value is 150;
  • blue value is 71.
RGB:
(178,150,71)
(70%,59%,28%)

RGB channels and saturation

R 178 of 255 = 70%
G 150 of 255 = 59%
B 71 of 255 = 28%

178
150
71

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

Portions of RGB colors in percentages

R + G + B =
178 + 150 + 71 = 399 (100%)
R 178 of 399 ~ 44.61%
G 150 of 399 ~ 37.59%
B 71 of 399 ~ 17.79%

%44.61
%37.59
%17.79

CMYK color model

#B29647 color CMYK value is (0,16,60,30).

  • cyan value is 0.00%
  • magenta value is 15.73%
  • yellow value is 60.11%
  • key color value is 30.20%
CMYK:
(0,16,60,30)
C0M16Y60K30 
(0%,16%,60%,30%)
(0.00/0.16/0.60/0.30)	

CMYK percentages

%0
%15.73
%60.11
%30.2

Codes

Color #B29647 in popluar color models

B29647
RGB17815071
HSL44°42.97%48.82%
HSB/HSV44°60.11%69.80%
CMYK0.00%15.73%60.11%
30.20%

Color #B29647 in popluar number systems.

HEXB29647
Decimal17815071
Binary10110010100101101000111
Octal262226107

Shades and tints

Shades of #B29647

#B29647
(178,150,71)
#A28941
(162,137,65)
#927C3B
(146,124,59)
#826F35
(130,111,53)
#72622F
(114,98,47)
#625529
(98,85,41)
#524823
(82,72,35)
#423B1D
(66,59,29)
#322E17
(50,46,23)
#222111
(34,33,17)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #B29647

#B29647
(178,150,71)
#B99F57
(185,159,87)
#C0A867
(192,168,103)
#C7B177
(199,177,119)
#CEBA87
(206,186,135)
#D5C397
(213,195,151)
#DCCCA7
(220,204,167)
#E3D5B7
(227,213,183)
#EADEC7
(234,222,199)
#F1E7D7
(241,231,215)
#F8F0E7
(248,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29647 color. Also use rgb(178,150,71) instead hex code.

Text Font Color

.myTextColor { color: #B29647; }

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

This text font color is #B29647.


Background Color

.myBgColor { background-color: #B29647; }

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

This div background color is #B29647.


Border color

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

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

This div border color is #B29647.


Opacity

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

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

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

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

This text has shadow with #B29647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29647 on black background.


Color preview on white background

This text has color #B29647 on white background.



Black color preview on #B29647 background

This text has black color on #B29647 background.


White color preview on #B29647 background

This text has white color on #B29647 background.