COLOR #B1AE3E

HEX: #B1AE3E RGB: (177,174,62)

Color info

#B1AE3E contains mainly red and green colors. Web safe color of #B1AE3E is #999933 (or #993).

RGB color model

#B1AE3E color RGB value is (177,174,62).

RGB: (177,174,62) (69%, 68%, 24%)

RGB channels and saturation

R 177 of 255 = 69%
G 174 of 255 = 68%
B 62 of 255 = 24%

177
174
62

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

Portions of RGB colors in percentages

R + G + B = 177 + 174 + 62 = 413 (100%)
R 177 of 413 ~ 42.86%
G 174 of 413 ~ 42.13%
B 62 of 413 ~ 15.01'%

%42.86
%42.13
%15.01

CMYK color model

#B1AE3E color CMYK value is (0,2,65,31).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 64.97%
  • key color value is 30.59%

CMYK: (0,2,65,31)
C0M2Y65K31 (0%, 2%, 65%, 31%)
(0.00 / 0.02 / 0.65 / 0.31)

CMYK percentages

%0
%1.69
%64.97
%30.59

Codes

Color #B1AE3E in popluar color models

B1 AE 3E
RGB 177 174 62
HSL 58° 48.12% 46.86%
HSB/HSV 58° 64.97% 69.41%
CMYK 0.00% 1.69% 64.97%
30.59%

Color #B1AE3E in popluar number systems.

HEX B1 AE 3E
Decimal 177 174 62
Binary 10110001 10101110 111110
Octal 261 256 76

Shades and tints

Shades of #B1AE3E

#B1AE3E
(177,174,62)
#A19F39
(161,159,57)
#919034
(145,144,52)
#81812F
(129,129,47)
#71722A
(113,114,42)
#616325
(97,99,37)
#515420
(81,84,32)
#41451B
(65,69,27)
#313616
(49,54,22)
#212711
(33,39,17)
#11180C
(17,24,12)
#000000
(0,0,0)

Tints of #B1AE3E

#B1AE3E
(177,174,62)
#B8B54F
(184,181,79)
#BFBC60
(191,188,96)
#C6C371
(198,195,113)
#CDCA82
(205,202,130)
#D4D193
(212,209,147)
#DBD8A4
(219,216,164)
#E2DFB5
(226,223,181)
#E9E6C6
(233,230,198)
#F0EDD7
(240,237,215)
#F7F4E8
(247,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AE3E color. Also use rgb(177,174,62) instead hex code.

Text Font Color

.myTextColor { color: #B1AE3E; }

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

This text font color is #B1AE3E.

Background Color

.myBgColor { background-color: #B1AE3E; }

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

This div background color is #B1AE3E.

Border color

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

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

This div border color is #B1AE3E.

Opacity

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

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

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

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

This text has shadow with #B1AE3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1AE3E.

Preview

Color preview on black background

This text has color #B1AE3E on black background.


Color preview on white background

This text has color #B1AE3E on white background.


Black color preview on #B1AE3E background

This text has black color on #B1AE3E background.


White color preview on #B1AE3E background

This text has white color on #B1AE3E background.


Related colors

Complementary color

Complementary color for #hex is #4E51C1.


I love getcolorcode.com

Triadic colors

1 #3EB1AE and #AE3EB1 with #B1AE3E are triadic colors.

2 #3EAEB1 and #AEB13E with #B1AE3E are triadic colors.