COLOR #B1B16C

HEX: #B1B16C
RGB: (177,177,108)

Color info

#B1B16C contains mainly red and green colors. Web safe color of #B1B16C is #999966 (or #996).

RGB color model

#B1B16C color RGB value is (177,177,108).

  • red value is 177;
  • green value is 177;
  • blue value is 108.
RGB:
(177,177,108)
(69%,69%,42%)

RGB channels and saturation

R 177 of 255 = 69%
G 177 of 255 = 69%
B 108 of 255 = 42%

177
177
108

R + G + B ~ 60%. #B1B16C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 177 + 108 = 462 (100%)
R 177 of 462 ~ 38.31%
G 177 of 462 ~ 38.31%
B 108 of 462 ~ 23.38%

%38.31
%38.31
%23.38

CMYK color model

#B1B16C color CMYK value is (0,0,39,31).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 38.98%
  • key color value is 30.59%
CMYK:
(0,0,39,31)
C0M0Y39K31 
(0%,0%,39%,31%)
(0.00/0.00/0.39/0.31)	

CMYK percentages

%0
%0
%38.98
%30.59

Codes

Color #B1B16C in popluar color models

B1B16C
RGB177177108
HSL60°30.67%55.88%
HSB/HSV60°38.98%69.41%
CMYK0.00%0.00%38.98%
30.59%

Color #B1B16C in popluar number systems.

HEXB1B16C
Decimal177177108
Binary10110001101100011101100
Octal261261154

Shades and tints

Shades of #B1B16C

#B1B16C
(177,177,108)
#A1A163
(161,161,99)
#91915A
(145,145,90)
#818151
(129,129,81)
#717148
(113,113,72)
#61613F
(97,97,63)
#515136
(81,81,54)
#41412D
(65,65,45)
#313124
(49,49,36)
#21211B
(33,33,27)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #B1B16C

#B1B16C
(177,177,108)
#B8B879
(184,184,121)
#BFBF86
(191,191,134)
#C6C693
(198,198,147)
#CDCDA0
(205,205,160)
#D4D4AD
(212,212,173)
#DBDBBA
(219,219,186)
#E2E2C7
(226,226,199)
#E9E9D4
(233,233,212)
#F0F0E1
(240,240,225)
#F7F7EE
(247,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B16C; }

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

This text font color is #B1B16C.


Background Color

.myBgColor { background-color: #B1B16C; }

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

This div background color is #B1B16C.


Border color

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

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

This div border color is #B1B16C.


Opacity

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

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

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

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

This text has shadow with #B1B16C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B16C on black background.


Color preview on white background

This text has color #B1B16C on white background.



Black color preview on #B1B16C background

This text has black color on #B1B16C background.


White color preview on #B1B16C background

This text has white color on #B1B16C background.