COLOR #B8B39B

HEX: #B8B39B RGB: (184,179,155)

Color info

#B8B39B contains red, green and blue colors in about the same proportion. Web safe color of #B8B39B is #CC9999 (or #C99).

RGB color model

#B8B39B color RGB value is (184,179,155).

RGB: (184,179,155) (72%, 70%, 61%)

RGB channels and saturation

R 184 of 255 = 72%
G 179 of 255 = 70%
B 155 of 255 = 61%

184
179
155

R + G + B ~ 68%. #B8B39B is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 179 + 155 = 518 (100%)
R 184 of 518 ~ 35.52%
G 179 of 518 ~ 34.56%
B 155 of 518 ~ 29.92'%

%35.52
%34.56
%29.92

CMYK color model

#B8B39B color CMYK value is (0,3,16,28).

  • cyan value is 0.00%
  • magenta value is 2.72%
  • yellow value is 15.76%
  • key color value is 27.84%

CMYK: (0,3,16,28)
C0M3Y16K28 (0%, 3%, 16%, 28%)
(0.00 / 0.03 / 0.16 / 0.28)

CMYK percentages

%0
%2.72
%15.76
%27.84

Codes

Color #B8B39B in popluar color models

B8 B3 9B
RGB 184 179 155
HSL 50° 16.96% 66.47%
HSB/HSV 50° 15.76% 72.16%
CMYK 0.00% 2.72% 15.76%
27.84%

Color #B8B39B in popluar number systems.

HEX B8 B3 9B
Decimal 184 179 155
Binary 10111000 10110011 10011011
Octal 270 263 233

Shades and tints

Shades of #B8B39B

#B8B39B
(184,179,155)
#A8A38D
(168,163,141)
#98937F
(152,147,127)
#888371
(136,131,113)
#787363
(120,115,99)
#686355
(104,99,85)
#585347
(88,83,71)
#484339
(72,67,57)
#38332B
(56,51,43)
#28231D
(40,35,29)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #B8B39B

#B8B39B
(184,179,155)
#BEB9A4
(190,185,164)
#C4BFAD
(196,191,173)
#CAC5B6
(202,197,182)
#D0CBBF
(208,203,191)
#D6D1C8
(214,209,200)
#DCD7D1
(220,215,209)
#E2DDDA
(226,221,218)
#E8E3E3
(232,227,227)
#EEE9EC
(238,233,236)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B39B color. Also use rgb(184,179,155) instead hex code.

Text Font Color

.myTextColor { color: #B8B39B; }

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

This text font color is #B8B39B.

Background Color

.myBgColor { background-color: #B8B39B; }

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

This div background color is #B8B39B.

Border color

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

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

This div border color is #B8B39B.

Opacity

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

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

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

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

This text has shadow with #B8B39B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8B39B.

Preview

Color preview on black background

This text has color #B8B39B on black background.


Color preview on white background

This text has color #B8B39B on white background.


Black color preview on #B8B39B background

This text has black color on #B8B39B background.


White color preview on #B8B39B background

This text has white color on #B8B39B background.


Related colors

Complementary color

Complementary color for #hex is #474C64.


I love getcolorcode.com

Triadic colors

1 #9BB8B3 and #B39BB8 with #B8B39B are triadic colors.

2 #9BB3B8 and #B3B89B with #B8B39B are triadic colors.