COLOR #B39961

HEX: #B39961 RGB: (179,153,97)

Color info

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

RGB color model

#B39961 color RGB value is (179,153,97).

RGB: (179,153,97) (70%, 60%, 38%)

RGB channels and saturation

R 179 of 255 = 70%
G 153 of 255 = 60%
B 97 of 255 = 38%

179
153
97

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

Portions of RGB colors in percentages

R + G + B = 179 + 153 + 97 = 429 (100%)
R 179 of 429 ~ 41.72%
G 153 of 429 ~ 35.66%
B 97 of 429 ~ 22.61'%

%41.72
%35.66
%22.61

CMYK color model

#B39961 color CMYK value is (0,15,46,30).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 45.81%
  • key color value is 29.80%

CMYK: (0,15,46,30)
C0M15Y46K30 (0%, 15%, 46%, 30%)
(0.00 / 0.15 / 0.46 / 0.30)

CMYK percentages

%0
%14.53
%45.81
%29.8

Codes

Color #B39961 in popluar color models

B3 99 61
RGB 179 153 97
HSL 41° 35.04% 54.12%
HSB/HSV 41° 45.81% 70.20%
CMYK 0.00% 14.53% 45.81%
29.80%

Color #B39961 in popluar number systems.

HEX B3 99 61
Decimal 179 153 97
Binary 10110011 10011001 1100001
Octal 263 231 141

Shades and tints

Shades of #B39961

#B39961
(179,153,97)
#A38C59
(163,140,89)
#937F51
(147,127,81)
#837249
(131,114,73)
#736541
(115,101,65)
#635839
(99,88,57)
#534B31
(83,75,49)
#433E29
(67,62,41)
#333121
(51,49,33)
#232419
(35,36,25)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #B39961

#B39961
(179,153,97)
#B9A26F
(185,162,111)
#BFAB7D
(191,171,125)
#C5B48B
(197,180,139)
#CBBD99
(203,189,153)
#D1C6A7
(209,198,167)
#D7CFB5
(215,207,181)
#DDD8C3
(221,216,195)
#E3E1D1
(227,225,209)
#E9EADF
(233,234,223)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39961 color. Also use rgb(179,153,97) instead hex code.

Text Font Color

.myTextColor { color: #B39961; }

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

This text font color is #B39961.

Background Color

.myBgColor { background-color: #B39961; }

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

This div background color is #B39961.

Border color

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

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

This div border color is #B39961.

Opacity

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

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

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

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

This text has shadow with #B39961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39961.

Preview

Color preview on black background

This text has color #B39961 on black background.


Color preview on white background

This text has color #B39961 on white background.


Black color preview on #B39961 background

This text has black color on #B39961 background.


White color preview on #B39961 background

This text has white color on #B39961 background.


Related colors

Complementary color

Complementary color for #hex is #4C669E.


I love getcolorcode.com

Triadic colors

1 #61B399 and #9961B3 with #B39961 are triadic colors.

2 #6199B3 and #99B361 with #B39961 are triadic colors.