COLOR #B5AE31

HEX: #B5AE31
RGB: (181,174,49)

Color info

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

RGB color model

#B5AE31 color RGB value is (181,174,49).

  • red value is 181;
  • green value is 174;
  • blue value is 49.
RGB:
(181,174,49)
(71%,68%,19%)

RGB channels and saturation

R 181 of 255 = 71%
G 174 of 255 = 68%
B 49 of 255 = 19%

181
174
49

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

Portions of RGB colors in percentages

R + G + B =
181 + 174 + 49 = 404 (100%)
R 181 of 404 ~ 44.8%
G 174 of 404 ~ 43.07%
B 49 of 404 ~ 12.13%

%44.8
%43.07
%12.13

CMYK color model

#B5AE31 color CMYK value is (0,4,73,29).

  • cyan value is 0.00%
  • magenta value is 3.87%
  • yellow value is 72.93%
  • key color value is 29.02%
CMYK:
(0,4,73,29)
C0M4Y73K29 
(0%,4%,73%,29%)
(0.00/0.04/0.73/0.29)	

CMYK percentages

%0
%3.87
%72.93
%29.02

Codes

Color #B5AE31 in popluar color models

B5AE31
RGB18117449
HSL57°57.39%45.10%
HSB/HSV57°72.93%70.98%
CMYK0.00%3.87%72.93%
29.02%

Color #B5AE31 in popluar number systems.

HEXB5AE31
Decimal18117449
Binary1011010110101110110001
Octal26525661

Shades and tints

Shades of #B5AE31

#B5AE31
(181,174,49)
#A59F2D
(165,159,45)
#959029
(149,144,41)
#858125
(133,129,37)
#757221
(117,114,33)
#65631D
(101,99,29)
#555419
(85,84,25)
#454515
(69,69,21)
#353611
(53,54,17)
#25270D
(37,39,13)
#151809
(21,24,9)
#000000
(0,0,0)

Tints of #B5AE31

#B5AE31
(181,174,49)
#BBB543
(187,181,67)
#C1BC55
(193,188,85)
#C7C367
(199,195,103)
#CDCA79
(205,202,121)
#D3D18B
(211,209,139)
#D9D89D
(217,216,157)
#DFDFAF
(223,223,175)
#E5E6C1
(229,230,193)
#EBEDD3
(235,237,211)
#F1F4E5
(241,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AE31 color. Also use rgb(181,174,49) instead hex code.

Text Font Color

.myTextColor { color: #B5AE31; }

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

This text font color is #B5AE31.


Background Color

.myBgColor { background-color: #B5AE31; }

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

This div background color is #B5AE31.


Border color

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

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

This div border color is #B5AE31.


Opacity

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

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

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

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

This text has shadow with #B5AE31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AE31 on black background.


Color preview on white background

This text has color #B5AE31 on white background.



Black color preview on #B5AE31 background

This text has black color on #B5AE31 background.


White color preview on #B5AE31 background

This text has white color on #B5AE31 background.