COLOR #B1AE6F

HEX: #B1AE6F
RGB: (177,174,111)

Color info

#B1AE6F contains mainly red and green colors. Web safe color of #B1AE6F is #999966 (or #996).

RGB color model

#B1AE6F color RGB value is (177,174,111).

  • red value is 177;
  • green value is 174;
  • blue value is 111.
RGB:
(177,174,111)
(69%,68%,44%)

RGB channels and saturation

R 177 of 255 = 69%
G 174 of 255 = 68%
B 111 of 255 = 44%

177
174
111

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

Portions of RGB colors in percentages

R + G + B =
177 + 174 + 111 = 462 (100%)
R 177 of 462 ~ 38.31%
G 174 of 462 ~ 37.66%
B 111 of 462 ~ 24.03%

%38.31
%37.66
%24.03

CMYK color model

#B1AE6F color CMYK value is (0,2,37,31).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 37.29%
  • key color value is 30.59%
CMYK:
(0,2,37,31)
C0M2Y37K31 
(0%,2%,37%,31%)
(0.00/0.02/0.37/0.31)	

CMYK percentages

%0
%1.69
%37.29
%30.59

Codes

Color #B1AE6F in popluar color models

B1AE6F
RGB177174111
HSL57°29.73%56.47%
HSB/HSV57°37.29%69.41%
CMYK0.00%1.69%37.29%
30.59%

Color #B1AE6F in popluar number systems.

HEXB1AE6F
Decimal177174111
Binary10110001101011101101111
Octal261256157

Shades and tints

Shades of #B1AE6F

#B1AE6F
(177,174,111)
#A19F65
(161,159,101)
#91905B
(145,144,91)
#818151
(129,129,81)
#717247
(113,114,71)
#61633D
(97,99,61)
#515433
(81,84,51)
#414529
(65,69,41)
#31361F
(49,54,31)
#212715
(33,39,21)
#11180B
(17,24,11)
#000000
(0,0,0)

Tints of #B1AE6F

#B1AE6F
(177,174,111)
#B8B57C
(184,181,124)
#BFBC89
(191,188,137)
#C6C396
(198,195,150)
#CDCAA3
(205,202,163)
#D4D1B0
(212,209,176)
#DBD8BD
(219,216,189)
#E2DFCA
(226,223,202)
#E9E6D7
(233,230,215)
#F0EDE4
(240,237,228)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AE6F; }

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

This text font color is #B1AE6F.


Background Color

.myBgColor { background-color: #B1AE6F; }

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

This div background color is #B1AE6F.


Border color

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

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

This div border color is #B1AE6F.


Opacity

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

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

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

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

This text has shadow with #B1AE6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AE6F on black background.


Color preview on white background

This text has color #B1AE6F on white background.



Black color preview on #B1AE6F background

This text has black color on #B1AE6F background.


White color preview on #B1AE6F background

This text has white color on #B1AE6F background.