COLOR #B29A4D

HEX: #B29A4D
RGB: (178,154,77)

Color info

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

RGB color model

#B29A4D color RGB value is (178,154,77).

  • red value is 178;
  • green value is 154;
  • blue value is 77.
RGB:
(178,154,77)
(70%,60%,30%)

RGB channels and saturation

R 178 of 255 = 70%
G 154 of 255 = 60%
B 77 of 255 = 30%

178
154
77

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

Portions of RGB colors in percentages

R + G + B =
178 + 154 + 77 = 409 (100%)
R 178 of 409 ~ 43.52%
G 154 of 409 ~ 37.65%
B 77 of 409 ~ 18.83%

%43.52
%37.65
%18.83

CMYK color model

#B29A4D color CMYK value is (0,13,57,30).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 56.74%
  • key color value is 30.20%
CMYK:
(0,13,57,30)
C0M13Y57K30 
(0%,13%,57%,30%)
(0.00/0.13/0.57/0.30)	

CMYK percentages

%0
%13.48
%56.74
%30.2

Codes

Color #B29A4D in popluar color models

B29A4D
RGB17815477
HSL46°39.61%50.00%
HSB/HSV46°56.74%69.80%
CMYK0.00%13.48%56.74%
30.20%

Color #B29A4D in popluar number systems.

HEXB29A4D
Decimal17815477
Binary10110010100110101001101
Octal262232115

Shades and tints

Shades of #B29A4D

#B29A4D
(178,154,77)
#A28C46
(162,140,70)
#927E3F
(146,126,63)
#827038
(130,112,56)
#726231
(114,98,49)
#62542A
(98,84,42)
#524623
(82,70,35)
#42381C
(66,56,28)
#322A15
(50,42,21)
#221C0E
(34,28,14)
#120E07
(18,14,7)
#000000
(0,0,0)

Tints of #B29A4D

#B29A4D
(178,154,77)
#B9A35D
(185,163,93)
#C0AC6D
(192,172,109)
#C7B57D
(199,181,125)
#CEBE8D
(206,190,141)
#D5C79D
(213,199,157)
#DCD0AD
(220,208,173)
#E3D9BD
(227,217,189)
#EAE2CD
(234,226,205)
#F1EBDD
(241,235,221)
#F8F4ED
(248,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29A4D color. Also use rgb(178,154,77) instead hex code.

Text Font Color

.myTextColor { color: #B29A4D; }

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

This text font color is #B29A4D.


Background Color

.myBgColor { background-color: #B29A4D; }

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

This div background color is #B29A4D.


Border color

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

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

This div border color is #B29A4D.


Opacity

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

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

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

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

This text has shadow with #B29A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29A4D on black background.


Color preview on white background

This text has color #B29A4D on white background.



Black color preview on #B29A4D background

This text has black color on #B29A4D background.


White color preview on #B29A4D background

This text has white color on #B29A4D background.