COLOR #B7AE1D

HEX: #B7AE1D
RGB: (183,174,29)

Color info

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

RGB color model

#B7AE1D color RGB value is (183,174,29).

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

RGB channels and saturation

R 183 of 255 = 72%
G 174 of 255 = 68%
B 29 of 255 = 11%

183
174
29

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

Portions of RGB colors in percentages

R + G + B =
183 + 174 + 29 = 386 (100%)
R 183 of 386 ~ 47.41%
G 174 of 386 ~ 45.08%
B 29 of 386 ~ 7.51%

%47.41
%45.08

CMYK color model

#B7AE1D color CMYK value is (0,5,84,28).

  • cyan value is 0.00%
  • magenta value is 4.92%
  • yellow value is 84.15%
  • key color value is 28.24%
CMYK:
(0,5,84,28)
C0M5Y84K28 
(0%,5%,84%,28%)
(0.00/0.05/0.84/0.28)	

CMYK percentages

%0
%4.92
%84.15
%28.24

Codes

Color #B7AE1D in popluar color models

B7AE1D
RGB18317429
HSL56°72.64%41.57%
HSB/HSV56°84.15%71.76%
CMYK0.00%4.92%84.15%
28.24%

Color #B7AE1D in popluar number systems.

HEXB7AE1D
Decimal18317429
Binary101101111010111011101
Octal26725635

Shades and tints

Shades of #B7AE1D

#B7AE1D
(183,174,29)
#A79F1B
(167,159,27)
#979019
(151,144,25)
#878117
(135,129,23)
#777215
(119,114,21)
#676313
(103,99,19)
#575411
(87,84,17)
#47450F
(71,69,15)
#37360D
(55,54,13)
#27270B
(39,39,11)
#171809
(23,24,9)
#000000
(0,0,0)

Tints of #B7AE1D

#B7AE1D
(183,174,29)
#BDB531
(189,181,49)
#C3BC45
(195,188,69)
#C9C359
(201,195,89)
#CFCA6D
(207,202,109)
#D5D181
(213,209,129)
#DBD895
(219,216,149)
#E1DFA9
(225,223,169)
#E7E6BD
(231,230,189)
#EDEDD1
(237,237,209)
#F3F4E5
(243,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AE1D; }

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

This text font color is #B7AE1D.


Background Color

.myBgColor { background-color: #B7AE1D; }

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

This div background color is #B7AE1D.


Border color

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

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

This div border color is #B7AE1D.


Opacity

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

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

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

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

This text has shadow with #B7AE1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AE1D on black background.


Color preview on white background

This text has color #B7AE1D on white background.



Black color preview on #B7AE1D background

This text has black color on #B7AE1D background.


White color preview on #B7AE1D background

This text has white color on #B7AE1D background.