COLOR #B1A87B

HEX: #B1A87B RGB: (177,168,123)

Color info

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

RGB color model

#B1A87B color RGB value is (177,168,123).

RGB: (177,168,123) (69%, 66%, 48%)

RGB channels and saturation

R 177 of 255 = 69%
G 168 of 255 = 66%
B 123 of 255 = 48%

177
168
123

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

Portions of RGB colors in percentages

R + G + B = 177 + 168 + 123 = 468 (100%)
R 177 of 468 ~ 37.82%
G 168 of 468 ~ 35.9%
B 123 of 468 ~ 26.28'%

%37.82
%35.9
%26.28

CMYK color model

#B1A87B color CMYK value is (0,5,31,31).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 30.51%
  • key color value is 30.59%

CMYK: (0,5,31,31)
C0M5Y31K31 (0%, 5%, 31%, 31%)
(0.00 / 0.05 / 0.31 / 0.31)

CMYK percentages

%0
%5.08
%30.51
%30.59

Codes

Color #B1A87B in popluar color models

B1 A8 7B
RGB 177 168 123
HSL 50° 25.71% 58.82%
HSB/HSV 50° 30.51% 69.41%
CMYK 0.00% 5.08% 30.51%
30.59%

Color #B1A87B in popluar number systems.

HEX B1 A8 7B
Decimal 177 168 123
Binary 10110001 10101000 1111011
Octal 261 250 173

Shades and tints

Shades of #B1A87B

#B1A87B
(177,168,123)
#A19970
(161,153,112)
#918A65
(145,138,101)
#817B5A
(129,123,90)
#716C4F
(113,108,79)
#615D44
(97,93,68)
#514E39
(81,78,57)
#413F2E
(65,63,46)
#313023
(49,48,35)
#212118
(33,33,24)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #B1A87B

#B1A87B
(177,168,123)
#B8AF87
(184,175,135)
#BFB693
(191,182,147)
#C6BD9F
(198,189,159)
#CDC4AB
(205,196,171)
#D4CBB7
(212,203,183)
#DBD2C3
(219,210,195)
#E2D9CF
(226,217,207)
#E9E0DB
(233,224,219)
#F0E7E7
(240,231,231)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A87B color. Also use rgb(177,168,123) instead hex code.

Text Font Color

.myTextColor { color: #B1A87B; }

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

This text font color is #B1A87B.

Background Color

.myBgColor { background-color: #B1A87B; }

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

This div background color is #B1A87B.

Border color

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

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

This div border color is #B1A87B.

Opacity

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

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

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

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

This text has shadow with #B1A87B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A87B.

Preview

Color preview on black background

This text has color #B1A87B on black background.


Color preview on white background

This text has color #B1A87B on white background.


Black color preview on #B1A87B background

This text has black color on #B1A87B background.


White color preview on #B1A87B background

This text has white color on #B1A87B background.


Related colors

Complementary color

Complementary color for #hex is #4E5784.


I love getcolorcode.com

Triadic colors

1 #7BB1A8 and #A87BB1 with #B1A87B are triadic colors.

2 #7BA8B1 and #A8B17B with #B1A87B are triadic colors.