COLOR #B39266

HEX: #B39266
RGB: (179,146,102)

Color info

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

RGB color model

#B39266 color RGB value is (179,146,102).

  • red value is 179;
  • green value is 146;
  • blue value is 102.
RGB:
(179,146,102)
(70%,57%,40%)

RGB channels and saturation

R 179 of 255 = 70%
G 146 of 255 = 57%
B 102 of 255 = 40%

179
146
102

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

Portions of RGB colors in percentages

R + G + B =
179 + 146 + 102 = 427 (100%)
R 179 of 427 ~ 41.92%
G 146 of 427 ~ 34.19%
B 102 of 427 ~ 23.89%

%41.92
%34.19
%23.89

CMYK color model

#B39266 color CMYK value is (0,18,43,30).

  • cyan value is 0.00%
  • magenta value is 18.44%
  • yellow value is 43.02%
  • key color value is 29.80%
CMYK:
(0,18,43,30)
C0M18Y43K30 
(0%,18%,43%,30%)
(0.00/0.18/0.43/0.30)	

CMYK percentages

%0
%18.44
%43.02
%29.8

Codes

Color #B39266 in popluar color models

B39266
RGB179146102
HSL34°33.62%55.10%
HSB/HSV34°43.02%70.20%
CMYK0.00%18.44%43.02%
29.80%

Color #B39266 in popluar number systems.

HEXB39266
Decimal179146102
Binary10110011100100101100110
Octal263222146

Shades and tints

Shades of #B39266

#B39266
(179,146,102)
#A3855D
(163,133,93)
#937854
(147,120,84)
#836B4B
(131,107,75)
#735E42
(115,94,66)
#635139
(99,81,57)
#534430
(83,68,48)
#433727
(67,55,39)
#332A1E
(51,42,30)
#231D15
(35,29,21)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #B39266

#B39266
(179,146,102)
#B99B73
(185,155,115)
#BFA480
(191,164,128)
#C5AD8D
(197,173,141)
#CBB69A
(203,182,154)
#D1BFA7
(209,191,167)
#D7C8B4
(215,200,180)
#DDD1C1
(221,209,193)
#E3DACE
(227,218,206)
#E9E3DB
(233,227,219)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39266 color. Also use rgb(179,146,102) instead hex code.

Text Font Color

.myTextColor { color: #B39266; }

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

This text font color is #B39266.


Background Color

.myBgColor { background-color: #B39266; }

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

This div background color is #B39266.


Border color

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

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

This div border color is #B39266.


Opacity

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

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

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

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

This text has shadow with #B39266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39266 on black background.


Color preview on white background

This text has color #B39266 on white background.



Black color preview on #B39266 background

This text has black color on #B39266 background.


White color preview on #B39266 background

This text has white color on #B39266 background.