COLOR #B5B47B

HEX: #B5B47B
RGB: (181,180,123)

Color info

#B5B47B contains red, green and blue colors in about the same proportion. Web safe color of #B5B47B is #CCCC66 (or #CC6).

RGB color model

#B5B47B color RGB value is (181,180,123).

  • red value is 181;
  • green value is 180;
  • blue value is 123.
RGB:
(181,180,123)
(71%,71%,48%)

RGB channels and saturation

R 181 of 255 = 71%
G 180 of 255 = 71%
B 123 of 255 = 48%

181
180
123

R + G + B ~ 63%. #B5B47B is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 180 + 123 = 484 (100%)
R 181 of 484 ~ 37.4%
G 180 of 484 ~ 37.19%
B 123 of 484 ~ 25.41%

%37.4
%37.19
%25.41

CMYK color model

#B5B47B color CMYK value is (0,1,32,29).

  • cyan value is 0.00%
  • magenta value is 0.55%
  • yellow value is 32.04%
  • key color value is 29.02%
CMYK:
(0,1,32,29)
C0M1Y32K29 
(0%,1%,32%,29%)
(0.00/0.01/0.32/0.29)	

CMYK percentages

%0
%0.55
%32.04
%29.02

Codes

Color #B5B47B in popluar color models

B5B47B
RGB181180123
HSL59°28.16%59.61%
HSB/HSV59°32.04%70.98%
CMYK0.00%0.55%32.04%
29.02%

Color #B5B47B in popluar number systems.

HEXB5B47B
Decimal181180123
Binary10110101101101001111011
Octal265264173

Shades and tints

Shades of #B5B47B

#B5B47B
(181,180,123)
#A5A470
(165,164,112)
#959465
(149,148,101)
#85845A
(133,132,90)
#75744F
(117,116,79)
#656444
(101,100,68)
#555439
(85,84,57)
#45442E
(69,68,46)
#353423
(53,52,35)
#252418
(37,36,24)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #B5B47B

#B5B47B
(181,180,123)
#BBBA87
(187,186,135)
#C1C093
(193,192,147)
#C7C69F
(199,198,159)
#CDCCAB
(205,204,171)
#D3D2B7
(211,210,183)
#D9D8C3
(217,216,195)
#DFDECF
(223,222,207)
#E5E4DB
(229,228,219)
#EBEAE7
(235,234,231)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B47B color. Also use rgb(181,180,123) instead hex code.

Text Font Color

.myTextColor { color: #B5B47B; }

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

This text font color is #B5B47B.


Background Color

.myBgColor { background-color: #B5B47B; }

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

This div background color is #B5B47B.


Border color

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

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

This div border color is #B5B47B.


Opacity

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

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

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

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

This text has shadow with #B5B47B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B47B on black background.


Color preview on white background

This text has color #B5B47B on white background.



Black color preview on #B5B47B background

This text has black color on #B5B47B background.


White color preview on #B5B47B background

This text has white color on #B5B47B background.