COLOR #B1A989

HEX: #B1A989 RGB: (177,169,137)

Color info

#B1A989 contains red, green and blue colors in about the same proportion. Web safe color of #B1A989 is #999999 (or #999).

RGB color model

#B1A989 color RGB value is (177,169,137).

RGB: (177,169,137) (69%, 66%, 54%)

RGB channels and saturation

R 177 of 255 = 69%
G 169 of 255 = 66%
B 137 of 255 = 54%

177
169
137

R + G + B ~ 63%. #B1A989 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 169 + 137 = 483 (100%)
R 177 of 483 ~ 36.65%
G 169 of 483 ~ 34.99%
B 137 of 483 ~ 28.36'%

%36.65
%34.99
%28.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.52%
  • yellow value is 22.60%
  • key color value is 30.59%

CMYK: (0,5,23,31)
C0M5Y23K31 (0%, 5%, 23%, 31%)
(0.00 / 0.05 / 0.23 / 0.31)

CMYK percentages

%0
%4.52
%22.6
%30.59

Codes

Color #B1A989 in popluar color models

B1 A9 89
RGB 177 169 137
HSL 48° 20.41% 61.57%
HSB/HSV 48° 22.60% 69.41%
CMYK 0.00% 4.52% 22.60%
30.59%

Color #B1A989 in popluar number systems.

HEX B1 A9 89
Decimal 177 169 137
Binary 10110001 10101001 10001001
Octal 261 251 211

Shades and tints

Shades of #B1A989

#B1A989
(177,169,137)
#A19A7D
(161,154,125)
#918B71
(145,139,113)
#817C65
(129,124,101)
#716D59
(113,109,89)
#615E4D
(97,94,77)
#514F41
(81,79,65)
#414035
(65,64,53)
#313129
(49,49,41)
#21221D
(33,34,29)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #B1A989

#B1A989
(177,169,137)
#B8B093
(184,176,147)
#BFB79D
(191,183,157)
#C6BEA7
(198,190,167)
#CDC5B1
(205,197,177)
#D4CCBB
(212,204,187)
#DBD3C5
(219,211,197)
#E2DACF
(226,218,207)
#E9E1D9
(233,225,217)
#F0E8E3
(240,232,227)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A989; }

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

This text font color is #B1A989.

Background Color

.myBgColor { background-color: #B1A989; }

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

This div background color is #B1A989.

Border color

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

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

This div border color is #B1A989.

Opacity

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

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

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

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

This text has shadow with #B1A989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A989.

Preview

Color preview on black background

This text has color #B1A989 on black background.


Color preview on white background

This text has color #B1A989 on white background.


Black color preview on #B1A989 background

This text has black color on #B1A989 background.


White color preview on #B1A989 background

This text has white color on #B1A989 background.


Related colors

Complementary color

Complementary color for #hex is #4E5676.


I love getcolorcode.com

Triadic colors

1 #89B1A9 and #A989B1 with #B1A989 are triadic colors.

2 #89A9B1 and #A9B189 with #B1A989 are triadic colors.