COLOR #B5B849

HEX: #B5B849
RGB: (181,184,73)

Color info

#B5B849 contains mainly red and green colors. Web safe color of #B5B849 is #CCCC33 (or #CC3).

RGB color model

#B5B849 color RGB value is (181,184,73).

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

RGB channels and saturation

R 181 of 255 = 71%
G 184 of 255 = 72%
B 73 of 255 = 29%

181
184
73

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

Portions of RGB colors in percentages

R + G + B =
181 + 184 + 73 = 438 (100%)
R 181 of 438 ~ 41.32%
G 184 of 438 ~ 42.01%
B 73 of 438 ~ 16.67%

%41.32
%42.01
%16.67

CMYK color model

#B5B849 color CMYK value is (2,0,60,28).

  • cyan value is 1.63%
  • magenta value is 0.00%
  • yellow value is 60.33%
  • key color value is 27.84%
CMYK:
(2,0,60,28)
C2M0Y60K28 
(2%,0%,60%,28%)
(0.02/0.00/0.60/0.28)	

CMYK percentages

%1.63
%0
%60.33
%27.84

Codes

Color #B5B849 in popluar color models

B5B849
RGB18118473
HSL62°43.87%50.39%
HSB/HSV62°60.33%72.16%
CMYK1.63%0.00%60.33%
27.84%

Color #B5B849 in popluar number systems.

HEXB5B849
Decimal18118473
Binary10110101101110001001001
Octal265270111

Shades and tints

Shades of #B5B849

#B5B849
(181,184,73)
#A5A843
(165,168,67)
#95983D
(149,152,61)
#858837
(133,136,55)
#757831
(117,120,49)
#65682B
(101,104,43)
#555825
(85,88,37)
#45481F
(69,72,31)
#353819
(53,56,25)
#252813
(37,40,19)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #B5B849

#B5B849
(181,184,73)
#BBBE59
(187,190,89)
#C1C469
(193,196,105)
#C7CA79
(199,202,121)
#CDD089
(205,208,137)
#D3D699
(211,214,153)
#D9DCA9
(217,220,169)
#DFE2B9
(223,226,185)
#E5E8C9
(229,232,201)
#EBEED9
(235,238,217)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B849; }

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

This text font color is #B5B849.


Background Color

.myBgColor { background-color: #B5B849; }

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

This div background color is #B5B849.


Border color

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

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

This div border color is #B5B849.


Opacity

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

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

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

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

This text has shadow with #B5B849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B849 on black background.


Color preview on white background

This text has color #B5B849 on white background.



Black color preview on #B5B849 background

This text has black color on #B5B849 background.


White color preview on #B5B849 background

This text has white color on #B5B849 background.