COLOR #B1AE72

HEX: #B1AE72
RGB: (177,174,114)

Color info

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

RGB color model

#B1AE72 color RGB value is (177,174,114).

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

RGB channels and saturation

R 177 of 255 = 69%
G 174 of 255 = 68%
B 114 of 255 = 45%

177
174
114

R + G + B ~ 61%. #B1AE72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 174 + 114 = 465 (100%)
R 177 of 465 ~ 38.06%
G 174 of 465 ~ 37.42%
B 114 of 465 ~ 24.52%

%38.06
%37.42
%24.52

CMYK color model

#B1AE72 color CMYK value is (0,2,36,31).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 35.59%
  • key color value is 30.59%
CMYK:
(0,2,36,31)
C0M2Y36K31 
(0%,2%,36%,31%)
(0.00/0.02/0.36/0.31)	

CMYK percentages

%0
%1.69
%35.59
%30.59

Codes

Color #B1AE72 in popluar color models

B1AE72
RGB177174114
HSL57°28.77%57.06%
HSB/HSV57°35.59%69.41%
CMYK0.00%1.69%35.59%
30.59%

Color #B1AE72 in popluar number systems.

HEXB1AE72
Decimal177174114
Binary10110001101011101110010
Octal261256162

Shades and tints

Shades of #B1AE72

#B1AE72
(177,174,114)
#A19F68
(161,159,104)
#91905E
(145,144,94)
#818154
(129,129,84)
#71724A
(113,114,74)
#616340
(97,99,64)
#515436
(81,84,54)
#41452C
(65,69,44)
#313622
(49,54,34)
#212718
(33,39,24)
#11180E
(17,24,14)
#000000
(0,0,0)

Tints of #B1AE72

#B1AE72
(177,174,114)
#B8B57E
(184,181,126)
#BFBC8A
(191,188,138)
#C6C396
(198,195,150)
#CDCAA2
(205,202,162)
#D4D1AE
(212,209,174)
#DBD8BA
(219,216,186)
#E2DFC6
(226,223,198)
#E9E6D2
(233,230,210)
#F0EDDE
(240,237,222)
#F7F4EA
(247,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AE72; }

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

This text font color is #B1AE72.


Background Color

.myBgColor { background-color: #B1AE72; }

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

This div background color is #B1AE72.


Border color

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

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

This div border color is #B1AE72.


Opacity

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

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

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

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

This text has shadow with #B1AE72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AE72 on black background.


Color preview on white background

This text has color #B1AE72 on white background.



Black color preview on #B1AE72 background

This text has black color on #B1AE72 background.


White color preview on #B1AE72 background

This text has white color on #B1AE72 background.