COLOR #B1A888

HEX: #B1A888 RGB: (177,168,136)

Color info

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

RGB color model

#B1A888 color RGB value is (177,168,136).

RGB: (177,168,136) (69%, 66%, 53%)

RGB channels and saturation

R 177 of 255 = 69%
G 168 of 255 = 66%
B 136 of 255 = 53%

177
168
136

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

Portions of RGB colors in percentages

R + G + B = 177 + 168 + 136 = 481 (100%)
R 177 of 481 ~ 36.8%
G 168 of 481 ~ 34.93%
B 136 of 481 ~ 28.27'%

%36.8
%34.93
%28.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 23.16%
  • 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
%5.08
%23.16
%30.59

Codes

Color #B1A888 in popluar color models

B1 A8 88
RGB 177 168 136
HSL 47° 20.81% 61.37%
HSB/HSV 47° 23.16% 69.41%
CMYK 0.00% 5.08% 23.16%
30.59%

Color #B1A888 in popluar number systems.

HEX B1 A8 88
Decimal 177 168 136
Binary 10110001 10101000 10001000
Octal 261 250 210

Shades and tints

Shades of #B1A888

#B1A888
(177,168,136)
#A1997C
(161,153,124)
#918A70
(145,138,112)
#817B64
(129,123,100)
#716C58
(113,108,88)
#615D4C
(97,93,76)
#514E40
(81,78,64)
#413F34
(65,63,52)
#313028
(49,48,40)
#21211C
(33,33,28)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #B1A888

#B1A888
(177,168,136)
#B8AF92
(184,175,146)
#BFB69C
(191,182,156)
#C6BDA6
(198,189,166)
#CDC4B0
(205,196,176)
#D4CBBA
(212,203,186)
#DBD2C4
(219,210,196)
#E2D9CE
(226,217,206)
#E9E0D8
(233,224,216)
#F0E7E2
(240,231,226)
#F7EEEC
(247,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A888; }

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

This text font color is #B1A888.

Background Color

.myBgColor { background-color: #B1A888; }

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

This div background color is #B1A888.

Border color

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

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

This div border color is #B1A888.

Opacity

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

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

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

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

This text has shadow with #B1A888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A888.

Preview

Color preview on black background

This text has color #B1A888 on black background.


Color preview on white background

This text has color #B1A888 on white background.


Black color preview on #B1A888 background

This text has black color on #B1A888 background.


White color preview on #B1A888 background

This text has white color on #B1A888 background.


Related colors

Complementary color

Complementary color for #hex is #4E5777.


I love getcolorcode.com

Triadic colors

1 #88B1A8 and #A888B1 with #B1A888 are triadic colors.

2 #88A8B1 and #A8B188 with #B1A888 are triadic colors.