COLOR #B4B18F

HEX: #B4B18F
RGB: (180,177,143)

Color info

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

RGB color model

#B4B18F color RGB value is (180,177,143).

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

RGB channels and saturation

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

180
177
143

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

Portions of RGB colors in percentages

R + G + B =
180 + 177 + 143 = 500 (100%)
R 180 of 500 ~ 36%
G 177 of 500 ~ 35.4%
B 143 of 500 ~ 28.6%

%36
%35.4
%28.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 20.56%
  • 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
%20.56
%29.41

Codes

Color #B4B18F in popluar color models

B4B18F
RGB180177143
HSL55°19.79%63.33%
HSB/HSV55°20.56%70.59%
CMYK0.00%1.67%20.56%
29.41%

Color #B4B18F in popluar number systems.

HEXB4B18F
Decimal180177143
Binary101101001011000110001111
Octal264261217

Shades and tints

Shades of #B4B18F

#B4B18F
(180,177,143)
#A4A182
(164,161,130)
#949175
(148,145,117)
#848168
(132,129,104)
#74715B
(116,113,91)
#64614E
(100,97,78)
#545141
(84,81,65)
#444134
(68,65,52)
#343127
(52,49,39)
#24211A
(36,33,26)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #B4B18F

#B4B18F
(180,177,143)
#BAB899
(186,184,153)
#C0BFA3
(192,191,163)
#C6C6AD
(198,198,173)
#CCCDB7
(204,205,183)
#D2D4C1
(210,212,193)
#D8DBCB
(216,219,203)
#DEE2D5
(222,226,213)
#E4E9DF
(228,233,223)
#EAF0E9
(234,240,233)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B18F; }

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

This text font color is #B4B18F.


Background Color

.myBgColor { background-color: #B4B18F; }

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

This div background color is #B4B18F.


Border color

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

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

This div border color is #B4B18F.


Opacity

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

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

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

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

This text has shadow with #B4B18F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B18F on black background.


Color preview on white background

This text has color #B4B18F on white background.



Black color preview on #B4B18F background

This text has black color on #B4B18F background.


White color preview on #B4B18F background

This text has white color on #B4B18F background.