COLOR #B4B18C

HEX: #B4B18C RGB: (180,177,140)

Color info

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

RGB color model

#B4B18C color RGB value is (180,177,140).

RGB: (180,177,140) (71%, 69%, 55%)

RGB channels and saturation

R 180 of 255 = 71%
G 177 of 255 = 69%
B 140 of 255 = 55%

180
177
140

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

Portions of RGB colors in percentages

R + G + B = 180 + 177 + 140 = 497 (100%)
R 180 of 497 ~ 36.22%
G 177 of 497 ~ 35.61%
B 140 of 497 ~ 28.17'%

%36.22
%35.61
%28.17

CMYK color model

#B4B18C color CMYK value is (0,2,22,29).

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 22.22%
  • key color value is 29.41%
CMYK: (0,2,22,29) C0M2Y22K29 (0%,2%,22%,29%) (0.00/0.02/0.22/0.29) 

CMYK percentages

%0
%1.67
%22.22
%29.41

Codes

Color #B4B18C in popluar color models

B4 B1 8C
RGB 180 177 140
HSL 56° 21.05% 62.75%
HSB/HSV 56° 22.22% 70.59%
CMYK 0.00% 1.67% 22.22%
29.41%

Color #B4B18C in popluar number systems.

HEX B4 B1 8C
Decimal 180 177 140
Binary 10110100 10110001 10001100
Octal 264 261 214

Shades and tints

Shades of #B4B18C

#B4B18C
(180,177,140)
#A4A180
(164,161,128)
#949174
(148,145,116)
#848168
(132,129,104)
#74715C
(116,113,92)
#646150
(100,97,80)
#545144
(84,81,68)
#444138
(68,65,56)
#34312C
(52,49,44)
#242120
(36,33,32)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #B4B18C

#B4B18C
(180,177,140)
#BAB896
(186,184,150)
#C0BFA0
(192,191,160)
#C6C6AA
(198,198,170)
#CCCDB4
(204,205,180)
#D2D4BE
(210,212,190)
#D8DBC8
(216,219,200)
#DEE2D2
(222,226,210)
#E4E9DC
(228,233,220)
#EAF0E6
(234,240,230)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B18C; }

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

This text font color is #B4B18C.

Background Color

.myBgColor { background-color: #B4B18C; }

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

This div background color is #B4B18C.

Border color

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

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

This div border color is #B4B18C.

Opacity

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

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

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

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

This text has shadow with #B4B18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B18C.

Preview

Color preview on black background

This text has color #B4B18C on black background.


Color preview on white background

This text has color #B4B18C on white background.


Black color preview on #B4B18C background

This text has black color on #B4B18C background.


White color preview on #B4B18C background

This text has white color on #B4B18C background.


Related colors

Complementary color

Complementary color for #hex is #4B4E73.


I love getcolorcode.com

Triadic colors

1 #8CB4B1 and #B18CB4 with #B4B18C are triadic colors.

2 #8CB1B4 and #B1B48C with #B4B18C are triadic colors.