COLOR #B7AE4D

HEX: #B7AE4D
RGB: (183,174,77)

Color info

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

RGB color model

#B7AE4D color RGB value is (183,174,77).

  • red value is 183;
  • green value is 174;
  • blue value is 77.
RGB:
(183,174,77)
(72%,68%,30%)

RGB channels and saturation

R 183 of 255 = 72%
G 174 of 255 = 68%
B 77 of 255 = 30%

183
174
77

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

Portions of RGB colors in percentages

R + G + B =
183 + 174 + 77 = 434 (100%)
R 183 of 434 ~ 42.17%
G 174 of 434 ~ 40.09%
B 77 of 434 ~ 17.74%

%42.17
%40.09
%17.74

CMYK color model

#B7AE4D color CMYK value is (0,5,58,28).

  • cyan value is 0.00%
  • magenta value is 4.92%
  • yellow value is 57.92%
  • key color value is 28.24%
CMYK:
(0,5,58,28)
C0M5Y58K28 
(0%,5%,58%,28%)
(0.00/0.05/0.58/0.28)	

CMYK percentages

%0
%4.92
%57.92
%28.24

Codes

Color #B7AE4D in popluar color models

B7AE4D
RGB18317477
HSL55°42.40%50.98%
HSB/HSV55°57.92%71.76%
CMYK0.00%4.92%57.92%
28.24%

Color #B7AE4D in popluar number systems.

HEXB7AE4D
Decimal18317477
Binary10110111101011101001101
Octal267256115

Shades and tints

Shades of #B7AE4D

#B7AE4D
(183,174,77)
#A79F46
(167,159,70)
#97903F
(151,144,63)
#878138
(135,129,56)
#777231
(119,114,49)
#67632A
(103,99,42)
#575423
(87,84,35)
#47451C
(71,69,28)
#373615
(55,54,21)
#27270E
(39,39,14)
#171807
(23,24,7)
#000000
(0,0,0)

Tints of #B7AE4D

#B7AE4D
(183,174,77)
#BDB55D
(189,181,93)
#C3BC6D
(195,188,109)
#C9C37D
(201,195,125)
#CFCA8D
(207,202,141)
#D5D19D
(213,209,157)
#DBD8AD
(219,216,173)
#E1DFBD
(225,223,189)
#E7E6CD
(231,230,205)
#EDEDDD
(237,237,221)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7AE4D color. Also use rgb(183,174,77) instead hex code.

Text Font Color

.myTextColor { color: #B7AE4D; }

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

This text font color is #B7AE4D.


Background Color

.myBgColor { background-color: #B7AE4D; }

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

This div background color is #B7AE4D.


Border color

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

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

This div border color is #B7AE4D.


Opacity

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

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

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

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

This text has shadow with #B7AE4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AE4D on black background.


Color preview on white background

This text has color #B7AE4D on white background.



Black color preview on #B7AE4D background

This text has black color on #B7AE4D background.


White color preview on #B7AE4D background

This text has white color on #B7AE4D background.