COLOR #B29C6A

HEX: #B29C6A
RGB: (178,156,106)

Color info

#B29C6A contains mainly red and green colors. Web safe color of #B29C6A is #999966 (or #996).

RGB color model

#B29C6A color RGB value is (178,156,106).

  • red value is 178;
  • green value is 156;
  • blue value is 106.
RGB:
(178,156,106)
(70%,61%,42%)

RGB channels and saturation

R 178 of 255 = 70%
G 156 of 255 = 61%
B 106 of 255 = 42%

178
156
106

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

Portions of RGB colors in percentages

R + G + B =
178 + 156 + 106 = 440 (100%)
R 178 of 440 ~ 40.45%
G 156 of 440 ~ 35.45%
B 106 of 440 ~ 24.09%

%40.45
%35.45
%24.09

CMYK color model

#B29C6A color CMYK value is (0,12,40,30).

  • cyan value is 0.00%
  • magenta value is 12.36%
  • yellow value is 40.45%
  • key color value is 30.20%
CMYK:
(0,12,40,30)
C0M12Y40K30 
(0%,12%,40%,30%)
(0.00/0.12/0.40/0.30)	

CMYK percentages

%0
%12.36
%40.45
%30.2

Codes

Color #B29C6A in popluar color models

B29C6A
RGB178156106
HSL42°31.86%55.69%
HSB/HSV42°40.45%69.80%
CMYK0.00%12.36%40.45%
30.20%

Color #B29C6A in popluar number systems.

HEXB29C6A
Decimal178156106
Binary10110010100111001101010
Octal262234152

Shades and tints

Shades of #B29C6A

#B29C6A
(178,156,106)
#A28E61
(162,142,97)
#928058
(146,128,88)
#82724F
(130,114,79)
#726446
(114,100,70)
#62563D
(98,86,61)
#524834
(82,72,52)
#423A2B
(66,58,43)
#322C22
(50,44,34)
#221E19
(34,30,25)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #B29C6A

#B29C6A
(178,156,106)
#B9A577
(185,165,119)
#C0AE84
(192,174,132)
#C7B791
(199,183,145)
#CEC09E
(206,192,158)
#D5C9AB
(213,201,171)
#DCD2B8
(220,210,184)
#E3DBC5
(227,219,197)
#EAE4D2
(234,228,210)
#F1EDDF
(241,237,223)
#F8F6EC
(248,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29C6A color. Also use rgb(178,156,106) instead hex code.

Text Font Color

.myTextColor { color: #B29C6A; }

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

This text font color is #B29C6A.


Background Color

.myBgColor { background-color: #B29C6A; }

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

This div background color is #B29C6A.


Border color

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

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

This div border color is #B29C6A.


Opacity

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

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

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

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

This text has shadow with #B29C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29C6A on black background.


Color preview on white background

This text has color #B29C6A on white background.



Black color preview on #B29C6A background

This text has black color on #B29C6A background.


White color preview on #B29C6A background

This text has white color on #B29C6A background.