COLOR #B5B39B

HEX: #B5B39B
RGB: (181,179,155)

Color info

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

RGB color model

#B5B39B color RGB value is (181,179,155).

  • red value is 181;
  • green value is 179;
  • blue value is 155.
RGB:
(181,179,155)
(71%,70%,61%)

RGB channels and saturation

R 181 of 255 = 71%
G 179 of 255 = 70%
B 155 of 255 = 61%

181
179
155

R + G + B ~ 67%. #B5B39B is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 179 + 155 = 515 (100%)
R 181 of 515 ~ 35.15%
G 179 of 515 ~ 34.76%
B 155 of 515 ~ 30.1%

%35.15
%34.76
%30.1

CMYK color model

#B5B39B color CMYK value is (0,1,14,29).

  • cyan value is 0.00%
  • magenta value is 1.10%
  • yellow value is 14.36%
  • key color value is 29.02%
CMYK:
(0,1,14,29)
C0M1Y14K29 
(0%,1%,14%,29%)
(0.00/0.01/0.14/0.29)	

CMYK percentages

%0
%1.1
%14.36
%29.02

Codes

Color #B5B39B in popluar color models

B5B39B
RGB181179155
HSL55°14.94%65.88%
HSB/HSV55°14.36%70.98%
CMYK0.00%1.10%14.36%
29.02%

Color #B5B39B in popluar number systems.

HEXB5B39B
Decimal181179155
Binary101101011011001110011011
Octal265263233

Shades and tints

Shades of #B5B39B

#B5B39B
(181,179,155)
#A5A38D
(165,163,141)
#95937F
(149,147,127)
#858371
(133,131,113)
#757363
(117,115,99)
#656355
(101,99,85)
#555347
(85,83,71)
#454339
(69,67,57)
#35332B
(53,51,43)
#25231D
(37,35,29)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #B5B39B

#B5B39B
(181,179,155)
#BBB9A4
(187,185,164)
#C1BFAD
(193,191,173)
#C7C5B6
(199,197,182)
#CDCBBF
(205,203,191)
#D3D1C8
(211,209,200)
#D9D7D1
(217,215,209)
#DFDDDA
(223,221,218)
#E5E3E3
(229,227,227)
#EBE9EC
(235,233,236)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B39B; }

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

This text font color is #B5B39B.


Background Color

.myBgColor { background-color: #B5B39B; }

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

This div background color is #B5B39B.


Border color

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

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

This div border color is #B5B39B.


Opacity

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

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

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

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

This text has shadow with #B5B39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B39B on black background.


Color preview on white background

This text has color #B5B39B on white background.



Black color preview on #B5B39B background

This text has black color on #B5B39B background.


White color preview on #B5B39B background

This text has white color on #B5B39B background.