COLOR #B5B149

HEX: #B5B149
RGB: (181,177,73)

Color info

#B5B149 contains mainly red and green colors. Web safe color of #B5B149 is #CC9933 (or #C93).

RGB color model

#B5B149 color RGB value is (181,177,73).

  • red value is 181;
  • green value is 177;
  • blue value is 73.
RGB:
(181,177,73)
(71%,69%,29%)

RGB channels and saturation

R 181 of 255 = 71%
G 177 of 255 = 69%
B 73 of 255 = 29%

181
177
73

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

Portions of RGB colors in percentages

R + G + B =
181 + 177 + 73 = 431 (100%)
R 181 of 431 ~ 42%
G 177 of 431 ~ 41.07%
B 73 of 431 ~ 16.94%

%42
%41.07
%16.94

CMYK color model

#B5B149 color CMYK value is (0,2,60,29).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 59.67%
  • key color value is 29.02%
CMYK:
(0,2,60,29)
C0M2Y60K29 
(0%,2%,60%,29%)
(0.00/0.02/0.60/0.29)	

CMYK percentages

%0
%2.21
%59.67
%29.02

Codes

Color #B5B149 in popluar color models

B5B149
RGB18117773
HSL58°42.52%49.80%
HSB/HSV58°59.67%70.98%
CMYK0.00%2.21%59.67%
29.02%

Color #B5B149 in popluar number systems.

HEXB5B149
Decimal18117773
Binary10110101101100011001001
Octal265261111

Shades and tints

Shades of #B5B149

#B5B149
(181,177,73)
#A5A143
(165,161,67)
#95913D
(149,145,61)
#858137
(133,129,55)
#757131
(117,113,49)
#65612B
(101,97,43)
#555125
(85,81,37)
#45411F
(69,65,31)
#353119
(53,49,25)
#252113
(37,33,19)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #B5B149

#B5B149
(181,177,73)
#BBB859
(187,184,89)
#C1BF69
(193,191,105)
#C7C679
(199,198,121)
#CDCD89
(205,205,137)
#D3D499
(211,212,153)
#D9DBA9
(217,219,169)
#DFE2B9
(223,226,185)
#E5E9C9
(229,233,201)
#EBF0D9
(235,240,217)
#F1F7E9
(241,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B149 color. Also use rgb(181,177,73) instead hex code.

Text Font Color

.myTextColor { color: #B5B149; }

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

This text font color is #B5B149.


Background Color

.myBgColor { background-color: #B5B149; }

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

This div background color is #B5B149.


Border color

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

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

This div border color is #B5B149.


Opacity

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

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

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

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

This text has shadow with #B5B149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B149 on black background.


Color preview on white background

This text has color #B5B149 on white background.



Black color preview on #B5B149 background

This text has black color on #B5B149 background.


White color preview on #B5B149 background

This text has white color on #B5B149 background.