COLOR #B29343

HEX: #B29343
RGB: (178,147,67)

Color info

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

RGB color model

#B29343 color RGB value is (178,147,67).

  • red value is 178;
  • green value is 147;
  • blue value is 67.
RGB:
(178,147,67)
(70%,58%,26%)

RGB channels and saturation

R 178 of 255 = 70%
G 147 of 255 = 58%
B 67 of 255 = 26%

178
147
67

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

Portions of RGB colors in percentages

R + G + B =
178 + 147 + 67 = 392 (100%)
R 178 of 392 ~ 45.41%
G 147 of 392 ~ 37.5%
B 67 of 392 ~ 17.09%

%45.41
%37.5
%17.09

CMYK color model

#B29343 color CMYK value is (0,17,62,30).

  • cyan value is 0.00%
  • magenta value is 17.42%
  • yellow value is 62.36%
  • key color value is 30.20%
CMYK:
(0,17,62,30)
C0M17Y62K30 
(0%,17%,62%,30%)
(0.00/0.17/0.62/0.30)	

CMYK percentages

%0
%17.42
%62.36
%30.2

Codes

Color #B29343 in popluar color models

B29343
RGB17814767
HSL43°45.31%48.04%
HSB/HSV43°62.36%69.80%
CMYK0.00%17.42%62.36%
30.20%

Color #B29343 in popluar number systems.

HEXB29343
Decimal17814767
Binary10110010100100111000011
Octal262223103

Shades and tints

Shades of #B29343

#B29343
(178,147,67)
#A2863D
(162,134,61)
#927937
(146,121,55)
#826C31
(130,108,49)
#725F2B
(114,95,43)
#625225
(98,82,37)
#52451F
(82,69,31)
#423819
(66,56,25)
#322B13
(50,43,19)
#221E0D
(34,30,13)
#121107
(18,17,7)
#000000
(0,0,0)

Tints of #B29343

#B29343
(178,147,67)
#B99C54
(185,156,84)
#C0A565
(192,165,101)
#C7AE76
(199,174,118)
#CEB787
(206,183,135)
#D5C098
(213,192,152)
#DCC9A9
(220,201,169)
#E3D2BA
(227,210,186)
#EADBCB
(234,219,203)
#F1E4DC
(241,228,220)
#F8EDED
(248,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29343 color. Also use rgb(178,147,67) instead hex code.

Text Font Color

.myTextColor { color: #B29343; }

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

This text font color is #B29343.


Background Color

.myBgColor { background-color: #B29343; }

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

This div background color is #B29343.


Border color

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

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

This div border color is #B29343.


Opacity

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

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

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

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

This text has shadow with #B29343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29343 on black background.


Color preview on white background

This text has color #B29343 on white background.



Black color preview on #B29343 background

This text has black color on #B29343 background.


White color preview on #B29343 background

This text has white color on #B29343 background.