COLOR #B8AE69

HEX: #B8AE69
RGB: (184,174,105)

Color info

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

RGB color model

#B8AE69 color RGB value is (184,174,105).

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

RGB channels and saturation

R 184 of 255 = 72%
G 174 of 255 = 68%
B 105 of 255 = 41%

184
174
105

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

Portions of RGB colors in percentages

R + G + B =
184 + 174 + 105 = 463 (100%)
R 184 of 463 ~ 39.74%
G 174 of 463 ~ 37.58%
B 105 of 463 ~ 22.68%

%39.74
%37.58
%22.68

CMYK color model

#B8AE69 color CMYK value is (0,5,43,28).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 42.93%
  • key color value is 27.84%
CMYK:
(0,5,43,28)
C0M5Y43K28 
(0%,5%,43%,28%)
(0.00/0.05/0.43/0.28)	

CMYK percentages

%0
%5.43
%42.93
%27.84

Codes

Color #B8AE69 in popluar color models

B8AE69
RGB184174105
HSL52°35.75%56.67%
HSB/HSV52°42.93%72.16%
CMYK0.00%5.43%42.93%
27.84%

Color #B8AE69 in popluar number systems.

HEXB8AE69
Decimal184174105
Binary10111000101011101101001
Octal270256151

Shades and tints

Shades of #B8AE69

#B8AE69
(184,174,105)
#A89F60
(168,159,96)
#989057
(152,144,87)
#88814E
(136,129,78)
#787245
(120,114,69)
#68633C
(104,99,60)
#585433
(88,84,51)
#48452A
(72,69,42)
#383621
(56,54,33)
#282718
(40,39,24)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #B8AE69

#B8AE69
(184,174,105)
#BEB576
(190,181,118)
#C4BC83
(196,188,131)
#CAC390
(202,195,144)
#D0CA9D
(208,202,157)
#D6D1AA
(214,209,170)
#DCD8B7
(220,216,183)
#E2DFC4
(226,223,196)
#E8E6D1
(232,230,209)
#EEEDDE
(238,237,222)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AE69; }

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

This text font color is #B8AE69.


Background Color

.myBgColor { background-color: #B8AE69; }

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

This div background color is #B8AE69.


Border color

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

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

This div border color is #B8AE69.


Opacity

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

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

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

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

This text has shadow with #B8AE69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AE69 on black background.


Color preview on white background

This text has color #B8AE69 on white background.



Black color preview on #B8AE69 background

This text has black color on #B8AE69 background.


White color preview on #B8AE69 background

This text has white color on #B8AE69 background.