COLOR #B1AE7A

HEX: #B1AE7A
RGB: (177,174,122)

Color info

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

RGB color model

#B1AE7A color RGB value is (177,174,122).

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

RGB channels and saturation

R 177 of 255 = 69%
G 174 of 255 = 68%
B 122 of 255 = 48%

177
174
122

R + G + B ~ 62%. #B1AE7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 174 + 122 = 473 (100%)
R 177 of 473 ~ 37.42%
G 174 of 473 ~ 36.79%
B 122 of 473 ~ 25.79%

%37.42
%36.79
%25.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 31.07%
  • key color value is 30.59%
CMYK:
(0,2,31,31)
C0M2Y31K31 
(0%,2%,31%,31%)
(0.00/0.02/0.31/0.31)	

CMYK percentages

%0
%1.69
%31.07
%30.59

Codes

Color #B1AE7A in popluar color models

B1AE7A
RGB177174122
HSL57°26.07%58.63%
HSB/HSV57°31.07%69.41%
CMYK0.00%1.69%31.07%
30.59%

Color #B1AE7A in popluar number systems.

HEXB1AE7A
Decimal177174122
Binary10110001101011101111010
Octal261256172

Shades and tints

Shades of #B1AE7A

#B1AE7A
(177,174,122)
#A19F6F
(161,159,111)
#919064
(145,144,100)
#818159
(129,129,89)
#71724E
(113,114,78)
#616343
(97,99,67)
#515438
(81,84,56)
#41452D
(65,69,45)
#313622
(49,54,34)
#212717
(33,39,23)
#11180C
(17,24,12)
#000000
(0,0,0)

Tints of #B1AE7A

#B1AE7A
(177,174,122)
#B8B586
(184,181,134)
#BFBC92
(191,188,146)
#C6C39E
(198,195,158)
#CDCAAA
(205,202,170)
#D4D1B6
(212,209,182)
#DBD8C2
(219,216,194)
#E2DFCE
(226,223,206)
#E9E6DA
(233,230,218)
#F0EDE6
(240,237,230)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AE7A; }

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

This text font color is #B1AE7A.


Background Color

.myBgColor { background-color: #B1AE7A; }

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

This div background color is #B1AE7A.


Border color

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

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

This div border color is #B1AE7A.


Opacity

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

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

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

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

This text has shadow with #B1AE7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AE7A on black background.


Color preview on white background

This text has color #B1AE7A on white background.



Black color preview on #B1AE7A background

This text has black color on #B1AE7A background.


White color preview on #B1AE7A background

This text has white color on #B1AE7A background.