COLOR #B1B88B

HEX: #B1B88B RGB: (177,184,139)

Color info

#B1B88B contains red, green and blue colors in about the same proportion. Web safe color of #B1B88B is #99CC99 (or #9C9).

RGB color model

#B1B88B color RGB value is (177,184,139).

RGB: (177,184,139) (69%, 72%, 55%)

RGB channels and saturation

R 177 of 255 = 69%
G 184 of 255 = 72%
B 139 of 255 = 55%

177
184
139

R + G + B ~ 65%. #B1B88B is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 184 + 139 = 500 (100%)
R 177 of 500 ~ 35.4%
G 184 of 500 ~ 36.8%
B 139 of 500 ~ 27.8'%

%35.4
%36.8
%27.8

CMYK color model

#B1B88B color CMYK value is (4,0,24,28).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 24.46%
  • key color value is 27.84%
CMYK: (4,0,24,28) C4M0Y24K28 (4%,0%,24%,28%) (0.04/0.00/0.24/0.28) 

CMYK percentages

%3.8
%0
%24.46
%27.84

Codes

Color #B1B88B in popluar color models

B1 B8 8B
RGB 177 184 139
HSL 69° 24.06% 63.33%
HSB/HSV 69° 24.46% 72.16%
CMYK 3.80% 0.00% 24.46%
27.84%

Color #B1B88B in popluar number systems.

HEX B1 B8 8B
Decimal 177 184 139
Binary 10110001 10111000 10001011
Octal 261 270 213

Shades and tints

Shades of #B1B88B

#B1B88B
(177,184,139)
#A1A87F
(161,168,127)
#919873
(145,152,115)
#818867
(129,136,103)
#71785B
(113,120,91)
#61684F
(97,104,79)
#515843
(81,88,67)
#414837
(65,72,55)
#31382B
(49,56,43)
#21281F
(33,40,31)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #B1B88B

#B1B88B
(177,184,139)
#B8BE95
(184,190,149)
#BFC49F
(191,196,159)
#C6CAA9
(198,202,169)
#CDD0B3
(205,208,179)
#D4D6BD
(212,214,189)
#DBDCC7
(219,220,199)
#E2E2D1
(226,226,209)
#E9E8DB
(233,232,219)
#F0EEE5
(240,238,229)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B88B color. Also use rgb(177,184,139) instead hex code.

Text Font Color

.myTextColor { color: #B1B88B; }

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

This text font color is #B1B88B.

Background Color

.myBgColor { background-color: #B1B88B; }

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

This div background color is #B1B88B.

Border color

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

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

This div border color is #B1B88B.

Opacity

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

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

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

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

This text has shadow with #B1B88B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B88B.

Preview

Color preview on black background

This text has color #B1B88B on black background.


Color preview on white background

This text has color #B1B88B on white background.


Black color preview on #B1B88B background

This text has black color on #B1B88B background.


White color preview on #B1B88B background

This text has white color on #B1B88B background.


Related colors

Complementary color

Complementary color for #hex is #4E4774.


I love getcolorcode.com

Triadic colors

1 #8BB1B8 and #B88BB1 with #B1B88B are triadic colors.

2 #8BB8B1 and #B8B18B with #B1B88B are triadic colors.