COLOR #B0AE79

HEX: #B0AE79
RGB: (176,174,121)

Color info

#B0AE79 contains red, green and blue colors in about the same proportion. Web safe color of #B0AE79 is #999966 (or #996).

RGB color model

#B0AE79 color RGB value is (176,174,121).

  • red value is 176;
  • green value is 174;
  • blue value is 121.
RGB:
(176,174,121)
(69%,68%,47%)

RGB channels and saturation

R 176 of 255 = 69%
G 174 of 255 = 68%
B 121 of 255 = 47%

176
174
121

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

Portions of RGB colors in percentages

R + G + B =
176 + 174 + 121 = 471 (100%)
R 176 of 471 ~ 37.37%
G 174 of 471 ~ 36.94%
B 121 of 471 ~ 25.69%

%37.37
%36.94
%25.69

CMYK color model

#B0AE79 color CMYK value is (0,1,31,31).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 31.25%
  • key color value is 30.98%
CMYK:
(0,1,31,31)
C0M1Y31K31 
(0%,1%,31%,31%)
(0.00/0.01/0.31/0.31)	

CMYK percentages

%0
%1.14
%31.25
%30.98

Codes

Color #B0AE79 in popluar color models

B0AE79
RGB176174121
HSL58°25.82%58.24%
HSB/HSV58°31.25%69.02%
CMYK0.00%1.14%31.25%
30.98%

Color #B0AE79 in popluar number systems.

HEXB0AE79
Decimal176174121
Binary10110000101011101111001
Octal260256171

Shades and tints

Shades of #B0AE79

#B0AE79
(176,174,121)
#A09F6E
(160,159,110)
#909063
(144,144,99)
#808158
(128,129,88)
#70724D
(112,114,77)
#606342
(96,99,66)
#505437
(80,84,55)
#40452C
(64,69,44)
#303621
(48,54,33)
#202716
(32,39,22)
#10180B
(16,24,11)
#000000
(0,0,0)

Tints of #B0AE79

#B0AE79
(176,174,121)
#B7B585
(183,181,133)
#BEBC91
(190,188,145)
#C5C39D
(197,195,157)
#CCCAA9
(204,202,169)
#D3D1B5
(211,209,181)
#DAD8C1
(218,216,193)
#E1DFCD
(225,223,205)
#E8E6D9
(232,230,217)
#EFEDE5
(239,237,229)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AE79 color. Also use rgb(176,174,121) instead hex code.

Text Font Color

.myTextColor { color: #B0AE79; }

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

This text font color is #B0AE79.


Background Color

.myBgColor { background-color: #B0AE79; }

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

This div background color is #B0AE79.


Border color

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

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

This div border color is #B0AE79.


Opacity

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

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

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

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

This text has shadow with #B0AE79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AE79 on black background.


Color preview on white background

This text has color #B0AE79 on white background.



Black color preview on #B0AE79 background

This text has black color on #B0AE79 background.


White color preview on #B0AE79 background

This text has white color on #B0AE79 background.