COLOR #B29943

HEX: #B29943
RGB: (178,153,67)

Color info

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

RGB color model

#B29943 color RGB value is (178,153,67).

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

RGB channels and saturation

R 178 of 255 = 70%
G 153 of 255 = 60%
B 67 of 255 = 26%

178
153
67

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

Portions of RGB colors in percentages

R + G + B =
178 + 153 + 67 = 398 (100%)
R 178 of 398 ~ 44.72%
G 153 of 398 ~ 38.44%
B 67 of 398 ~ 16.83%

%44.72
%38.44
%16.83

CMYK color model

#B29943 color CMYK value is (0,14,62,30).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 62.36%
  • key color value is 30.20%
CMYK:
(0,14,62,30)
C0M14Y62K30 
(0%,14%,62%,30%)
(0.00/0.14/0.62/0.30)	

CMYK percentages

%0
%14.04
%62.36
%30.2

Codes

Color #B29943 in popluar color models

B29943
RGB17815367
HSL46°45.31%48.04%
HSB/HSV46°62.36%69.80%
CMYK0.00%14.04%62.36%
30.20%

Color #B29943 in popluar number systems.

HEXB29943
Decimal17815367
Binary10110010100110011000011
Octal262231103

Shades and tints

Shades of #B29943

#B29943
(178,153,67)
#A28C3D
(162,140,61)
#927F37
(146,127,55)
#827231
(130,114,49)
#72652B
(114,101,43)
#625825
(98,88,37)
#524B1F
(82,75,31)
#423E19
(66,62,25)
#323113
(50,49,19)
#22240D
(34,36,13)
#121707
(18,23,7)
#000000
(0,0,0)

Tints of #B29943

#B29943
(178,153,67)
#B9A254
(185,162,84)
#C0AB65
(192,171,101)
#C7B476
(199,180,118)
#CEBD87
(206,189,135)
#D5C698
(213,198,152)
#DCCFA9
(220,207,169)
#E3D8BA
(227,216,186)
#EAE1CB
(234,225,203)
#F1EADC
(241,234,220)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29943; }

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

This text font color is #B29943.


Background Color

.myBgColor { background-color: #B29943; }

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

This div background color is #B29943.


Border color

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

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

This div border color is #B29943.


Opacity

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

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

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

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

This text has shadow with #B29943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29943 on black background.


Color preview on white background

This text has color #B29943 on white background.



Black color preview on #B29943 background

This text has black color on #B29943 background.


White color preview on #B29943 background

This text has white color on #B29943 background.