COLOR #B4B18E

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

Color info

#B4B18E contains red, green and blue colors in about the same proportion. Web safe color of #B4B18E is #CC9999 (or #C99).

RGB color model

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

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

RGB channels and saturation

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

180
177
142

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

Portions of RGB colors in percentages

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

%36.07
%35.47
%28.46

CMYK color model

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

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

CMYK percentages

%0
%1.67
%21.11
%29.41

Codes

Color #B4B18E in popluar color models

B4B18E
RGB180177142
HSL55°20.21%63.14%
HSB/HSV55°21.11%70.59%
CMYK0.00%1.67%21.11%
29.41%

Color #B4B18E in popluar number systems.

HEXB4B18E
Decimal180177142
Binary101101001011000110001110
Octal264261216

Shades and tints

Shades of #B4B18E

#B4B18E
(180,177,142)
#A4A182
(164,161,130)
#949176
(148,145,118)
#84816A
(132,129,106)
#74715E
(116,113,94)
#646152
(100,97,82)
#545146
(84,81,70)
#44413A
(68,65,58)
#34312E
(52,49,46)
#242122
(36,33,34)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #B4B18E

#B4B18E
(180,177,142)
#BAB898
(186,184,152)
#C0BFA2
(192,191,162)
#C6C6AC
(198,198,172)
#CCCDB6
(204,205,182)
#D2D4C0
(210,212,192)
#D8DBCA
(216,219,202)
#DEE2D4
(222,226,212)
#E4E9DE
(228,233,222)
#EAF0E8
(234,240,232)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B18E; }

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

This text font color is #B4B18E.


Background Color

.myBgColor { background-color: #B4B18E; }

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

This div background color is #B4B18E.


Border color

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

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

This div border color is #B4B18E.


Opacity

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

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

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

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

This text has shadow with #B4B18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B18E on black background.


Color preview on white background

This text has color #B4B18E on white background.



Black color preview on #B4B18E background

This text has black color on #B4B18E background.


White color preview on #B4B18E background

This text has white color on #B4B18E background.