COLOR #B1AF7E

HEX: #B1AF7E RGB: (177,175,126)

Color info

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

RGB color model

#B1AF7E color RGB value is (177,175,126).

RGB: (177,175,126) (69%, 69%, 49%)

RGB channels and saturation

R 177 of 255 = 69%
G 175 of 255 = 69%
B 126 of 255 = 49%

177
175
126

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

Portions of RGB colors in percentages

R + G + B = 177 + 175 + 126 = 478 (100%)
R 177 of 478 ~ 37.03%
G 175 of 478 ~ 36.61%
B 126 of 478 ~ 26.36'%

%37.03
%36.61
%26.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.13%
  • yellow value is 28.81%
  • key color value is 30.59%
CMYK: (0,1,29,31) C0M1Y29K31 (0%,1%,29%,31%) (0.00/0.01/0.29/0.31) 

CMYK percentages

%0
%1.13
%28.81
%30.59

Codes

Color #B1AF7E in popluar color models

B1 AF 7E
RGB 177 175 126
HSL 58° 24.64% 59.41%
HSB/HSV 58° 28.81% 69.41%
CMYK 0.00% 1.13% 28.81%
30.59%

Color #B1AF7E in popluar number systems.

HEX B1 AF 7E
Decimal 177 175 126
Binary 10110001 10101111 1111110
Octal 261 257 176

Shades and tints

Shades of #B1AF7E

#B1AF7E
(177,175,126)
#A1A073
(161,160,115)
#919168
(145,145,104)
#81825D
(129,130,93)
#717352
(113,115,82)
#616447
(97,100,71)
#51553C
(81,85,60)
#414631
(65,70,49)
#313726
(49,55,38)
#21281B
(33,40,27)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #B1AF7E

#B1AF7E
(177,175,126)
#B8B689
(184,182,137)
#BFBD94
(191,189,148)
#C6C49F
(198,196,159)
#CDCBAA
(205,203,170)
#D4D2B5
(212,210,181)
#DBD9C0
(219,217,192)
#E2E0CB
(226,224,203)
#E9E7D6
(233,231,214)
#F0EEE1
(240,238,225)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AF7E color. Also use rgb(177,175,126) instead hex code.

Text Font Color

.myTextColor { color: #B1AF7E; }

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

This text font color is #B1AF7E.

Background Color

.myBgColor { background-color: #B1AF7E; }

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

This div background color is #B1AF7E.

Border color

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

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

This div border color is #B1AF7E.

Opacity

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

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

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

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

This text has shadow with #B1AF7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1AF7E.

Preview

Color preview on black background

This text has color #B1AF7E on black background.


Color preview on white background

This text has color #B1AF7E on white background.


Black color preview on #B1AF7E background

This text has black color on #B1AF7E background.


White color preview on #B1AF7E background

This text has white color on #B1AF7E background.


Related colors

Complementary color

Complementary color for #hex is #4E5081.


I love getcolorcode.com

Triadic colors

1 #7EB1AF and #AF7EB1 with #B1AF7E are triadic colors.

2 #7EAFB1 and #AFB17E with #B1AF7E are triadic colors.