COLOR #B1A97B

HEX: #B1A97B RGB: (177,169,123)

Color info

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

RGB color model

#B1A97B color RGB value is (177,169,123).

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

RGB channels and saturation

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

177
169
123

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

Portions of RGB colors in percentages

R + G + B = 177 + 169 + 123 = 469 (100%)
R 177 of 469 ~ 37.74%
G 169 of 469 ~ 36.03%
B 123 of 469 ~ 26.23'%

%37.74
%36.03
%26.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.52%
  • 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
%4.52
%30.51
%30.59

Codes

Color #B1A97B in popluar color models

B1 A9 7B
RGB 177 169 123
HSL 51° 25.71% 58.82%
HSB/HSV 51° 30.51% 69.41%
CMYK 0.00% 4.52% 30.51%
30.59%

Color #B1A97B in popluar number systems.

HEX B1 A9 7B
Decimal 177 169 123
Binary 10110001 10101001 1111011
Octal 261 251 173

Shades and tints

Shades of #B1A97B

#B1A97B
(177,169,123)
#A19A70
(161,154,112)
#918B65
(145,139,101)
#817C5A
(129,124,90)
#716D4F
(113,109,79)
#615E44
(97,94,68)
#514F39
(81,79,57)
#41402E
(65,64,46)
#313123
(49,49,35)
#212218
(33,34,24)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #B1A97B

#B1A97B
(177,169,123)
#B8B087
(184,176,135)
#BFB793
(191,183,147)
#C6BE9F
(198,190,159)
#CDC5AB
(205,197,171)
#D4CCB7
(212,204,183)
#DBD3C3
(219,211,195)
#E2DACF
(226,218,207)
#E9E1DB
(233,225,219)
#F0E8E7
(240,232,231)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A97B; }

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

This text font color is #B1A97B.

Background Color

.myBgColor { background-color: #B1A97B; }

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

This div background color is #B1A97B.

Border color

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

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

This div border color is #B1A97B.

Opacity

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

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

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

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

This text has shadow with #B1A97B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A97B.

Preview

Color preview on black background

This text has color #B1A97B on black background.


Color preview on white background

This text has color #B1A97B on white background.


Black color preview on #B1A97B background

This text has black color on #B1A97B background.


White color preview on #B1A97B background

This text has white color on #B1A97B background.


Related colors

Complementary color

Complementary color for #hex is #4E5684.


I love getcolorcode.com

Triadic colors

1 #7BB1A9 and #A97BB1 with #B1A97B are triadic colors.

2 #7BA9B1 and #A9B17B with #B1A97B are triadic colors.