COLOR #B5B46F

HEX: #B5B46F
RGB: (181,180,111)

Color info

#B5B46F contains mainly red and green colors. Web safe color of #B5B46F is #CCCC66 (or #CC6).

RGB color model

#B5B46F color RGB value is (181,180,111).

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

RGB channels and saturation

R 181 of 255 = 71%
G 180 of 255 = 71%
B 111 of 255 = 44%

181
180
111

R + G + B ~ 62%. #B5B46F is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 180 + 111 = 472 (100%)
R 181 of 472 ~ 38.35%
G 180 of 472 ~ 38.14%
B 111 of 472 ~ 23.52%

%38.35
%38.14
%23.52

CMYK color model

#B5B46F color CMYK value is (0,1,39,29).

  • cyan value is 0.00%
  • magenta value is 0.55%
  • yellow value is 38.67%
  • key color value is 29.02%
CMYK:
(0,1,39,29)
C0M1Y39K29 
(0%,1%,39%,29%)
(0.00/0.01/0.39/0.29)	

CMYK percentages

%0
%0.55
%38.67
%29.02

Codes

Color #B5B46F in popluar color models

B5B46F
RGB181180111
HSL59°32.11%57.25%
HSB/HSV59°38.67%70.98%
CMYK0.00%0.55%38.67%
29.02%

Color #B5B46F in popluar number systems.

HEXB5B46F
Decimal181180111
Binary10110101101101001101111
Octal265264157

Shades and tints

Shades of #B5B46F

#B5B46F
(181,180,111)
#A5A465
(165,164,101)
#95945B
(149,148,91)
#858451
(133,132,81)
#757447
(117,116,71)
#65643D
(101,100,61)
#555433
(85,84,51)
#454429
(69,68,41)
#35341F
(53,52,31)
#252415
(37,36,21)
#15140B
(21,20,11)
#000000
(0,0,0)

Tints of #B5B46F

#B5B46F
(181,180,111)
#BBBA7C
(187,186,124)
#C1C089
(193,192,137)
#C7C696
(199,198,150)
#CDCCA3
(205,204,163)
#D3D2B0
(211,210,176)
#D9D8BD
(217,216,189)
#DFDECA
(223,222,202)
#E5E4D7
(229,228,215)
#EBEAE4
(235,234,228)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B46F; }

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

This text font color is #B5B46F.


Background Color

.myBgColor { background-color: #B5B46F; }

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

This div background color is #B5B46F.


Border color

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

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

This div border color is #B5B46F.


Opacity

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

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

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

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

This text has shadow with #B5B46F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B46F on black background.


Color preview on white background

This text has color #B5B46F on white background.



Black color preview on #B5B46F background

This text has black color on #B5B46F background.


White color preview on #B5B46F background

This text has white color on #B5B46F background.