COLOR #B1B88D

HEX: #B1B88D RGB: (177,184,141)

Color info

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

RGB color model

#B1B88D color RGB value is (177,184,141).

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

RGB channels and saturation

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

177
184
141

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

Portions of RGB colors in percentages

R + G + B = 177 + 184 + 141 = 502 (100%)
R 177 of 502 ~ 35.26%
G 184 of 502 ~ 36.65%
B 141 of 502 ~ 28.09'%

%35.26
%36.65
%28.09

CMYK color model

#B1B88D color CMYK value is (4,0,23,28).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 23.37%
  • key color value is 27.84%

CMYK: (4,0,23,28)
C4M0Y23K28 (4%, 0%, 23%, 28%)
(0.04 / 0.00 / 0.23 / 0.28)

CMYK percentages

%3.8
%0
%23.37
%27.84

Codes

Color #B1B88D in popluar color models

B1 B8 8D
RGB 177 184 141
HSL 70° 23.24% 63.73%
HSB/HSV 70° 23.37% 72.16%
CMYK 3.80% 0.00% 23.37%
27.84%

Color #B1B88D in popluar number systems.

HEX B1 B8 8D
Decimal 177 184 141
Binary 10110001 10111000 10001101
Octal 261 270 215

Shades and tints

Shades of #B1B88D

#B1B88D
(177,184,141)
#A1A881
(161,168,129)
#919875
(145,152,117)
#818869
(129,136,105)
#71785D
(113,120,93)
#616851
(97,104,81)
#515845
(81,88,69)
#414839
(65,72,57)
#31382D
(49,56,45)
#212821
(33,40,33)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #B1B88D

#B1B88D
(177,184,141)
#B8BE97
(184,190,151)
#BFC4A1
(191,196,161)
#C6CAAB
(198,202,171)
#CDD0B5
(205,208,181)
#D4D6BF
(212,214,191)
#DBDCC9
(219,220,201)
#E2E2D3
(226,226,211)
#E9E8DD
(233,232,221)
#F0EEE7
(240,238,231)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B88D; }

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

This text font color is #B1B88D.

Background Color

.myBgColor { background-color: #B1B88D; }

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

This div background color is #B1B88D.

Border color

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

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

This div border color is #B1B88D.

Opacity

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

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

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

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

This text has shadow with #B1B88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B88D.

Preview

Color preview on black background

This text has color #B1B88D on black background.


Color preview on white background

This text has color #B1B88D on white background.


Black color preview on #B1B88D background

This text has black color on #B1B88D background.


White color preview on #B1B88D background

This text has white color on #B1B88D background.


Related colors

Complementary color

Complementary color for #hex is #4E4772.


I love getcolorcode.com

Triadic colors

1 #8DB1B8 and #B88DB1 with #B1B88D are triadic colors.

2 #8DB8B1 and #B8B18D with #B1B88D are triadic colors.