COLOR #B39482

HEX: #B39482 RGB: (179,148,130)

Color info

#B39482 contains red, green and blue colors in about the same proportion. Web safe color of #B39482 is #999999 (or #999).

RGB color model

#B39482 color RGB value is (179,148,130).

RGB: (179,148,130) (70%, 58%, 51%)

RGB channels and saturation

R 179 of 255 = 70%
G 148 of 255 = 58%
B 130 of 255 = 51%

179
148
130

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

Portions of RGB colors in percentages

R + G + B = 179 + 148 + 130 = 457 (100%)
R 179 of 457 ~ 39.17%
G 148 of 457 ~ 32.39%
B 130 of 457 ~ 28.45'%

%39.17
%32.39
%28.45

CMYK color model

#B39482 color CMYK value is (0,17,27,30).

  • cyan value is 0.00%
  • magenta value is 17.32%
  • yellow value is 27.37%
  • key color value is 29.80%

CMYK: (0,17,27,30)
C0M17Y27K30 (0%, 17%, 27%, 30%)
(0.00 / 0.17 / 0.27 / 0.30)

CMYK percentages

%0
%17.32
%27.37
%29.8

Codes

Color #B39482 in popluar color models

B3 94 82
RGB 179 148 130
HSL 22° 24.38% 60.59%
HSB/HSV 22° 27.37% 70.20%
CMYK 0.00% 17.32% 27.37%
29.80%

Color #B39482 in popluar number systems.

HEX B3 94 82
Decimal 179 148 130
Binary 10110011 10010100 10000010
Octal 263 224 202

Shades and tints

Shades of #B39482

#B39482
(179,148,130)
#A38777
(163,135,119)
#937A6C
(147,122,108)
#836D61
(131,109,97)
#736056
(115,96,86)
#63534B
(99,83,75)
#534640
(83,70,64)
#433935
(67,57,53)
#332C2A
(51,44,42)
#231F1F
(35,31,31)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #B39482

#B39482
(179,148,130)
#B99D8D
(185,157,141)
#BFA698
(191,166,152)
#C5AFA3
(197,175,163)
#CBB8AE
(203,184,174)
#D1C1B9
(209,193,185)
#D7CAC4
(215,202,196)
#DDD3CF
(221,211,207)
#E3DCDA
(227,220,218)
#E9E5E5
(233,229,229)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39482 color. Also use rgb(179,148,130) instead hex code.

Text Font Color

.myTextColor { color: #B39482; }

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

This text font color is #B39482.

Background Color

.myBgColor { background-color: #B39482; }

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

This div background color is #B39482.

Border color

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

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

This div border color is #B39482.

Opacity

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

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

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

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

This text has shadow with #B39482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39482.

Preview

Color preview on black background

This text has color #B39482 on black background.


Color preview on white background

This text has color #B39482 on white background.


Black color preview on #B39482 background

This text has black color on #B39482 background.


White color preview on #B39482 background

This text has white color on #B39482 background.


Related colors

Complementary color

Complementary color for #hex is #4C6B7D.


I love getcolorcode.com

Triadic colors

1 #82B394 and #9482B3 with #B39482 are triadic colors.

2 #8294B3 and #94B382 with #B39482 are triadic colors.