COLOR #B8AE5A

HEX: #B8AE5A
RGB: (184,174,90)

Color info

#B8AE5A contains mainly red and green colors. Web safe color of #B8AE5A is #CC9966 (or #C96).

RGB color model

#B8AE5A color RGB value is (184,174,90).

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

RGB channels and saturation

R 184 of 255 = 72%
G 174 of 255 = 68%
B 90 of 255 = 35%

184
174
90

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

Portions of RGB colors in percentages

R + G + B =
184 + 174 + 90 = 448 (100%)
R 184 of 448 ~ 41.07%
G 174 of 448 ~ 38.84%
B 90 of 448 ~ 20.09%

%41.07
%38.84
%20.09

CMYK color model

#B8AE5A color CMYK value is (0,5,51,28).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 51.09%
  • key color value is 27.84%
CMYK:
(0,5,51,28)
C0M5Y51K28 
(0%,5%,51%,28%)
(0.00/0.05/0.51/0.28)	

CMYK percentages

%0
%5.43
%51.09
%27.84

Codes

Color #B8AE5A in popluar color models

B8AE5A
RGB18417490
HSL54°39.83%53.73%
HSB/HSV54°51.09%72.16%
CMYK0.00%5.43%51.09%
27.84%

Color #B8AE5A in popluar number systems.

HEXB8AE5A
Decimal18417490
Binary10111000101011101011010
Octal270256132

Shades and tints

Shades of #B8AE5A

#B8AE5A
(184,174,90)
#A89F52
(168,159,82)
#98904A
(152,144,74)
#888142
(136,129,66)
#78723A
(120,114,58)
#686332
(104,99,50)
#58542A
(88,84,42)
#484522
(72,69,34)
#38361A
(56,54,26)
#282712
(40,39,18)
#18180A
(24,24,10)
#000000
(0,0,0)

Tints of #B8AE5A

#B8AE5A
(184,174,90)
#BEB569
(190,181,105)
#C4BC78
(196,188,120)
#CAC387
(202,195,135)
#D0CA96
(208,202,150)
#D6D1A5
(214,209,165)
#DCD8B4
(220,216,180)
#E2DFC3
(226,223,195)
#E8E6D2
(232,230,210)
#EEEDE1
(238,237,225)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AE5A; }

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

This text font color is #B8AE5A.


Background Color

.myBgColor { background-color: #B8AE5A; }

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

This div background color is #B8AE5A.


Border color

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

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

This div border color is #B8AE5A.


Opacity

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

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

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

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

This text has shadow with #B8AE5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AE5A on black background.


Color preview on white background

This text has color #B8AE5A on white background.



Black color preview on #B8AE5A background

This text has black color on #B8AE5A background.


White color preview on #B8AE5A background

This text has white color on #B8AE5A background.