COLOR #B1B48E

HEX: #B1B48E
RGB: (177,180,142)

Color info

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

RGB color model

#B1B48E color RGB value is (177,180,142).

  • red value is 177;
  • green value is 180;
  • blue value is 142.
RGB:
(177,180,142)
(69%,71%,56%)

RGB channels and saturation

R 177 of 255 = 69%
G 180 of 255 = 71%
B 142 of 255 = 56%

177
180
142

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

Portions of RGB colors in percentages

R + G + B =
177 + 180 + 142 = 499 (100%)
R 177 of 499 ~ 35.47%
G 180 of 499 ~ 36.07%
B 142 of 499 ~ 28.46%

%35.47
%36.07
%28.46

CMYK color model

#B1B48E color CMYK value is (2,0,21,29).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 21.11%
  • key color value is 29.41%
CMYK:
(2,0,21,29)
C2M0Y21K29 
(2%,0%,21%,29%)
(0.02/0.00/0.21/0.29)	

CMYK percentages

%1.67
%0
%21.11
%29.41

Codes

Color #B1B48E in popluar color models

B1B48E
RGB177180142
HSL65°20.21%63.14%
HSB/HSV65°21.11%70.59%
CMYK1.67%0.00%21.11%
29.41%

Color #B1B48E in popluar number systems.

HEXB1B48E
Decimal177180142
Binary101100011011010010001110
Octal261264216

Shades and tints

Shades of #B1B48E

#B1B48E
(177,180,142)
#A1A482
(161,164,130)
#919476
(145,148,118)
#81846A
(129,132,106)
#71745E
(113,116,94)
#616452
(97,100,82)
#515446
(81,84,70)
#41443A
(65,68,58)
#31342E
(49,52,46)
#212422
(33,36,34)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #B1B48E

#B1B48E
(177,180,142)
#B8BA98
(184,186,152)
#BFC0A2
(191,192,162)
#C6C6AC
(198,198,172)
#CDCCB6
(205,204,182)
#D4D2C0
(212,210,192)
#DBD8CA
(219,216,202)
#E2DED4
(226,222,212)
#E9E4DE
(233,228,222)
#F0EAE8
(240,234,232)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B48E; }

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

This text font color is #B1B48E.


Background Color

.myBgColor { background-color: #B1B48E; }

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

This div background color is #B1B48E.


Border color

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

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

This div border color is #B1B48E.


Opacity

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

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

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

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

This text has shadow with #B1B48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B48E on black background.


Color preview on white background

This text has color #B1B48E on white background.



Black color preview on #B1B48E background

This text has black color on #B1B48E background.


White color preview on #B1B48E background

This text has white color on #B1B48E background.