COLOR #B29439

HEX: #B29439
RGB: (178,148,57)

Color info

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

RGB color model

#B29439 color RGB value is (178,148,57).

  • red value is 178;
  • green value is 148;
  • blue value is 57.
RGB:
(178,148,57)
(70%,58%,22%)

RGB channels and saturation

R 178 of 255 = 70%
G 148 of 255 = 58%
B 57 of 255 = 22%

178
148
57

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

Portions of RGB colors in percentages

R + G + B =
178 + 148 + 57 = 383 (100%)
R 178 of 383 ~ 46.48%
G 148 of 383 ~ 38.64%
B 57 of 383 ~ 14.88%

%46.48
%38.64
%14.88

CMYK color model

#B29439 color CMYK value is (0,17,68,30).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 67.98%
  • key color value is 30.20%
CMYK:
(0,17,68,30)
C0M17Y68K30 
(0%,17%,68%,30%)
(0.00/0.17/0.68/0.30)	

CMYK percentages

%0
%16.85
%67.98
%30.2

Codes

Color #B29439 in popluar color models

B29439
RGB17814857
HSL45°51.49%46.08%
HSB/HSV45°67.98%69.80%
CMYK0.00%16.85%67.98%
30.20%

Color #B29439 in popluar number systems.

HEXB29439
Decimal17814857
Binary1011001010010100111001
Octal26222471

Shades and tints

Shades of #B29439

#B29439
(178,148,57)
#A28734
(162,135,52)
#927A2F
(146,122,47)
#826D2A
(130,109,42)
#726025
(114,96,37)
#625320
(98,83,32)
#52461B
(82,70,27)
#423916
(66,57,22)
#322C11
(50,44,17)
#221F0C
(34,31,12)
#121207
(18,18,7)
#000000
(0,0,0)

Tints of #B29439

#B29439
(178,148,57)
#B99D4B
(185,157,75)
#C0A65D
(192,166,93)
#C7AF6F
(199,175,111)
#CEB881
(206,184,129)
#D5C193
(213,193,147)
#DCCAA5
(220,202,165)
#E3D3B7
(227,211,183)
#EADCC9
(234,220,201)
#F1E5DB
(241,229,219)
#F8EEED
(248,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29439 color. Also use rgb(178,148,57) instead hex code.

Text Font Color

.myTextColor { color: #B29439; }

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

This text font color is #B29439.


Background Color

.myBgColor { background-color: #B29439; }

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

This div background color is #B29439.


Border color

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

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

This div border color is #B29439.


Opacity

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

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

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

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

This text has shadow with #B29439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29439 on black background.


Color preview on white background

This text has color #B29439 on white background.



Black color preview on #B29439 background

This text has black color on #B29439 background.


White color preview on #B29439 background

This text has white color on #B29439 background.