COLOR #B4B39F

HEX: #B4B39F
RGB: (180,179,159)

Color info

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

RGB color model

#B4B39F color RGB value is (180,179,159).

  • red value is 180;
  • green value is 179;
  • blue value is 159.
RGB: (180,179,159) (71%,70%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 179 of 255 = 70%
B 159 of 255 = 62%

180
179
159

R + G + B ~ 68%. #B4B39F is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 179 + 159 = 518 (100%)
R 180 of 518 ~ 34.75%
G 179 of 518 ~ 34.56%
B 159 of 518 ~ 30.69%

%34.75
%34.56
%30.69

CMYK color model

#B4B39F color CMYK value is (0,1,12,29).

  • cyan value is 0.00%
  • magenta value is 0.56%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK: (0,1,12,29) C0M1Y12K29 (0%,1%,12%,29%) (0.00/0.01/0.12/0.29)

CMYK percentages

%0
%0.56
%11.67
%29.41

Codes

Color #B4B39F in popluar color models

B4B39F
RGB180179159
HSL57°12.28%66.47%
HSB/HSV57°11.67%70.59%
CMYK0.00%0.56%11.67%
29.41%

Color #B4B39F in popluar number systems.

HEXB4B39F
Decimal180179159
Binary101101001011001110011111
Octal264263237

Shades and tints

Shades of #B4B39F

#B4B39F
(180,179,159)
#A4A391
(164,163,145)
#949383
(148,147,131)
#848375
(132,131,117)
#747367
(116,115,103)
#646359
(100,99,89)
#54534B
(84,83,75)
#44433D
(68,67,61)
#34332F
(52,51,47)
#242321
(36,35,33)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #B4B39F

#B4B39F
(180,179,159)
#BAB9A7
(186,185,167)
#C0BFAF
(192,191,175)
#C6C5B7
(198,197,183)
#CCCBBF
(204,203,191)
#D2D1C7
(210,209,199)
#D8D7CF
(216,215,207)
#DEDDD7
(222,221,215)
#E4E3DF
(228,227,223)
#EAE9E7
(234,233,231)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B39F color. Also use rgb(180,179,159) instead hex code.

Text Font Color

.myTextColor { color: #B4B39F; }

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

This text font color is #B4B39F.


Background Color

.myBgColor { background-color: #B4B39F; }

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

This div background color is #B4B39F.


Border color

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

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

This div border color is #B4B39F.


Opacity

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

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

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

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

This text has shadow with #B4B39F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B4B39F on black background.


Color preview on white background

This text has color #B4B39F on white background.



Black color preview on #B4B39F background

This text has black color on #B4B39F background.


White color preview on #B4B39F background

This text has white color on #B4B39F background.