COLOR #B1B38A

HEX: #B1B38A
RGB: (177,179,138)

Color info

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

RGB color model

#B1B38A color RGB value is (177,179,138).

  • red value is 177;
  • green value is 179;
  • blue value is 138.
RGB:
(177,179,138)
(69%,70%,54%)

RGB channels and saturation

R 177 of 255 = 69%
G 179 of 255 = 70%
B 138 of 255 = 54%

177
179
138

R + G + B ~ 64%. #B1B38A is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 179 + 138 = 494 (100%)
R 177 of 494 ~ 35.83%
G 179 of 494 ~ 36.23%
B 138 of 494 ~ 27.94%

%35.83
%36.23
%27.94

CMYK color model

#B1B38A color CMYK value is (1,0,23,30).

  • cyan value is 1.12%
  • magenta value is 0.00%
  • yellow value is 22.91%
  • key color value is 29.80%
CMYK:
(1,0,23,30)
C1M0Y23K30 
(1%,0%,23%,30%)
(0.01/0.00/0.23/0.30)	

CMYK percentages

%1.12
%0
%22.91
%29.8

Codes

Color #B1B38A in popluar color models

B1B38A
RGB177179138
HSL63°21.24%62.16%
HSB/HSV63°22.91%70.20%
CMYK1.12%0.00%22.91%
29.80%

Color #B1B38A in popluar number systems.

HEXB1B38A
Decimal177179138
Binary101100011011001110001010
Octal261263212

Shades and tints

Shades of #B1B38A

#B1B38A
(177,179,138)
#A1A37E
(161,163,126)
#919372
(145,147,114)
#818366
(129,131,102)
#71735A
(113,115,90)
#61634E
(97,99,78)
#515342
(81,83,66)
#414336
(65,67,54)
#31332A
(49,51,42)
#21231E
(33,35,30)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #B1B38A

#B1B38A
(177,179,138)
#B8B994
(184,185,148)
#BFBF9E
(191,191,158)
#C6C5A8
(198,197,168)
#CDCBB2
(205,203,178)
#D4D1BC
(212,209,188)
#DBD7C6
(219,215,198)
#E2DDD0
(226,221,208)
#E9E3DA
(233,227,218)
#F0E9E4
(240,233,228)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B38A; }

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

This text font color is #B1B38A.


Background Color

.myBgColor { background-color: #B1B38A; }

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

This div background color is #B1B38A.


Border color

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

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

This div border color is #B1B38A.


Opacity

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

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

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

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

This text has shadow with #B1B38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B38A on black background.


Color preview on white background

This text has color #B1B38A on white background.



Black color preview on #B1B38A background

This text has black color on #B1B38A background.


White color preview on #B1B38A background

This text has white color on #B1B38A background.