COLOR #B8AE3A

HEX: #B8AE3A
RGB: (184,174,58)

Color info

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

RGB color model

#B8AE3A color RGB value is (184,174,58).

  • red value is 184;
  • green value is 174;
  • blue value is 58.
RGB:
(184,174,58)
(72%,68%,23%)

RGB channels and saturation

R 184 of 255 = 72%
G 174 of 255 = 68%
B 58 of 255 = 23%

184
174
58

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

Portions of RGB colors in percentages

R + G + B =
184 + 174 + 58 = 416 (100%)
R 184 of 416 ~ 44.23%
G 174 of 416 ~ 41.83%
B 58 of 416 ~ 13.94%

%44.23
%41.83
%13.94

CMYK color model

#B8AE3A color CMYK value is (0,5,68,28).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 68.48%
  • key color value is 27.84%
CMYK:
(0,5,68,28)
C0M5Y68K28 
(0%,5%,68%,28%)
(0.00/0.05/0.68/0.28)	

CMYK percentages

%0
%5.43
%68.48
%27.84

Codes

Color #B8AE3A in popluar color models

B8AE3A
RGB18417458
HSL55°52.07%47.45%
HSB/HSV55°68.48%72.16%
CMYK0.00%5.43%68.48%
27.84%

Color #B8AE3A in popluar number systems.

HEXB8AE3A
Decimal18417458
Binary1011100010101110111010
Octal27025672

Shades and tints

Shades of #B8AE3A

#B8AE3A
(184,174,58)
#A89F35
(168,159,53)
#989030
(152,144,48)
#88812B
(136,129,43)
#787226
(120,114,38)
#686321
(104,99,33)
#58541C
(88,84,28)
#484517
(72,69,23)
#383612
(56,54,18)
#28270D
(40,39,13)
#181808
(24,24,8)
#000000
(0,0,0)

Tints of #B8AE3A

#B8AE3A
(184,174,58)
#BEB54B
(190,181,75)
#C4BC5C
(196,188,92)
#CAC36D
(202,195,109)
#D0CA7E
(208,202,126)
#D6D18F
(214,209,143)
#DCD8A0
(220,216,160)
#E2DFB1
(226,223,177)
#E8E6C2
(232,230,194)
#EEEDD3
(238,237,211)
#F4F4E4
(244,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8AE3A color. Also use rgb(184,174,58) instead hex code.

Text Font Color

.myTextColor { color: #B8AE3A; }

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

This text font color is #B8AE3A.


Background Color

.myBgColor { background-color: #B8AE3A; }

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

This div background color is #B8AE3A.


Border color

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

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

This div border color is #B8AE3A.


Opacity

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

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

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

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

This text has shadow with #B8AE3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AE3A on black background.


Color preview on white background

This text has color #B8AE3A on white background.



Black color preview on #B8AE3A background

This text has black color on #B8AE3A background.


White color preview on #B8AE3A background

This text has white color on #B8AE3A background.