COLOR #B1AA6B

HEX: #B1AA6B RGB: (177,170,107)

Color info

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

RGB color model

#B1AA6B color RGB value is (177,170,107).

RGB: (177,170,107) (69%, 67%, 42%)

RGB channels and saturation

R 177 of 255 = 69%
G 170 of 255 = 67%
B 107 of 255 = 42%

177
170
107

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

Portions of RGB colors in percentages

R + G + B = 177 + 170 + 107 = 454 (100%)
R 177 of 454 ~ 38.99%
G 170 of 454 ~ 37.44%
B 107 of 454 ~ 23.57'%

%38.99
%37.44
%23.57

CMYK color model

#B1AA6B color CMYK value is (0,4,40,31).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 39.55%
  • key color value is 30.59%

CMYK: (0,4,40,31)
C0M4Y40K31 (0%, 4%, 40%, 31%)
(0.00 / 0.04 / 0.40 / 0.31)

CMYK percentages

%0
%3.95
%39.55
%30.59

Codes

Color #B1AA6B in popluar color models

B1 AA 6B
RGB 177 170 107
HSL 54° 30.97% 55.69%
HSB/HSV 54° 39.55% 69.41%
CMYK 0.00% 3.95% 39.55%
30.59%

Color #B1AA6B in popluar number systems.

HEX B1 AA 6B
Decimal 177 170 107
Binary 10110001 10101010 1101011
Octal 261 252 153

Shades and tints

Shades of #B1AA6B

#B1AA6B
(177,170,107)
#A19B62
(161,155,98)
#918C59
(145,140,89)
#817D50
(129,125,80)
#716E47
(113,110,71)
#615F3E
(97,95,62)
#515035
(81,80,53)
#41412C
(65,65,44)
#313223
(49,50,35)
#21231A
(33,35,26)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #B1AA6B

#B1AA6B
(177,170,107)
#B8B178
(184,177,120)
#BFB885
(191,184,133)
#C6BF92
(198,191,146)
#CDC69F
(205,198,159)
#D4CDAC
(212,205,172)
#DBD4B9
(219,212,185)
#E2DBC6
(226,219,198)
#E9E2D3
(233,226,211)
#F0E9E0
(240,233,224)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AA6B color. Also use rgb(177,170,107) instead hex code.

Text Font Color

.myTextColor { color: #B1AA6B; }

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

This text font color is #B1AA6B.

Background Color

.myBgColor { background-color: #B1AA6B; }

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

This div background color is #B1AA6B.

Border color

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

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

This div border color is #B1AA6B.

Opacity

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

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

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

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

This text has shadow with #B1AA6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1AA6B.

Preview

Color preview on black background

This text has color #B1AA6B on black background.


Color preview on white background

This text has color #B1AA6B on white background.


Black color preview on #B1AA6B background

This text has black color on #B1AA6B background.


White color preview on #B1AA6B background

This text has white color on #B1AA6B background.


Related colors

Complementary color

Complementary color for #hex is #4E5594.


I love getcolorcode.com

Triadic colors

1 #6BB1AA and #AA6BB1 with #B1AA6B are triadic colors.

2 #6BAAB1 and #AAB16B with #B1AA6B are triadic colors.