COLOR #B4B38B

HEX: #B4B38B
RGB: (180,179,139)

Color info

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

RGB color model

#B4B38B color RGB value is (180,179,139).

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

RGB channels and saturation

R 180 of 255 = 71%
G 179 of 255 = 70%
B 139 of 255 = 55%

180
179
139

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

Portions of RGB colors in percentages

R + G + B =
180 + 179 + 139 = 498 (100%)
R 180 of 498 ~ 36.14%
G 179 of 498 ~ 35.94%
B 139 of 498 ~ 27.91%

%36.14
%35.94
%27.91

CMYK color model

#B4B38B color CMYK value is (0,1,23,29).

  • cyan value is 0.00%
  • magenta value is 0.56%
  • yellow value is 22.78%
  • key color value is 29.41%
CMYK:
(0,1,23,29)
C0M1Y23K29 
(0%,1%,23%,29%)
(0.00/0.01/0.23/0.29)	

CMYK percentages

%0
%0.56
%22.78
%29.41

Codes

Color #B4B38B in popluar color models

B4B38B
RGB180179139
HSL59°21.47%62.55%
HSB/HSV59°22.78%70.59%
CMYK0.00%0.56%22.78%
29.41%

Color #B4B38B in popluar number systems.

HEXB4B38B
Decimal180179139
Binary101101001011001110001011
Octal264263213

Shades and tints

Shades of #B4B38B

#B4B38B
(180,179,139)
#A4A37F
(164,163,127)
#949373
(148,147,115)
#848367
(132,131,103)
#74735B
(116,115,91)
#64634F
(100,99,79)
#545343
(84,83,67)
#444337
(68,67,55)
#34332B
(52,51,43)
#24231F
(36,35,31)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #B4B38B

#B4B38B
(180,179,139)
#BAB995
(186,185,149)
#C0BF9F
(192,191,159)
#C6C5A9
(198,197,169)
#CCCBB3
(204,203,179)
#D2D1BD
(210,209,189)
#D8D7C7
(216,215,199)
#DEDDD1
(222,221,209)
#E4E3DB
(228,227,219)
#EAE9E5
(234,233,229)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B38B; }

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

This text font color is #B4B38B.


Background Color

.myBgColor { background-color: #B4B38B; }

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

This div background color is #B4B38B.


Border color

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

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

This div border color is #B4B38B.


Opacity

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

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

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

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

This text has shadow with #B4B38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B38B on black background.


Color preview on white background

This text has color #B4B38B on white background.



Black color preview on #B4B38B background

This text has black color on #B4B38B background.


White color preview on #B4B38B background

This text has white color on #B4B38B background.