COLOR #B4B49E

HEX: #B4B49E
RGB: (180,180,158)

Color info

#B4B49E contains red, green and blue colors in about the same proportion. Web safe color of #B4B49E is #CCCC99 (or #CC9).

RGB color model

#B4B49E color RGB value is (180,180,158).

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

RGB channels and saturation

R 180 of 255 = 71%
G 180 of 255 = 71%
B 158 of 255 = 62%

180
180
158

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

Portions of RGB colors in percentages

R + G + B =
180 + 180 + 158 = 518 (100%)
R 180 of 518 ~ 34.75%
G 180 of 518 ~ 34.75%
B 158 of 518 ~ 30.5%

%34.75
%34.75
%30.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 29.41%
CMYK:
(0,0,12,29)
C0M0Y12K29 
(0%,0%,12%,29%)
(0.00/0.00/0.12/0.29)	

CMYK percentages

%0
%0
%12.22
%29.41

Codes

Color #B4B49E in popluar color models

B4B49E
RGB180180158
HSL60°12.79%66.27%
HSB/HSV60°12.22%70.59%
CMYK0.00%0.00%12.22%
29.41%

Color #B4B49E in popluar number systems.

HEXB4B49E
Decimal180180158
Binary101101001011010010011110
Octal264264236

Shades and tints

Shades of #B4B49E

#B4B49E
(180,180,158)
#A4A490
(164,164,144)
#949482
(148,148,130)
#848474
(132,132,116)
#747466
(116,116,102)
#646458
(100,100,88)
#54544A
(84,84,74)
#44443C
(68,68,60)
#34342E
(52,52,46)
#242420
(36,36,32)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B4B49E

#B4B49E
(180,180,158)
#BABAA6
(186,186,166)
#C0C0AE
(192,192,174)
#C6C6B6
(198,198,182)
#CCCCBE
(204,204,190)
#D2D2C6
(210,210,198)
#D8D8CE
(216,216,206)
#DEDED6
(222,222,214)
#E4E4DE
(228,228,222)
#EAEAE6
(234,234,230)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B49E; }

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

This text font color is #B4B49E.


Background Color

.myBgColor { background-color: #B4B49E; }

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

This div background color is #B4B49E.


Border color

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

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

This div border color is #B4B49E.


Opacity

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

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

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

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

This text has shadow with #B4B49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B49E on black background.


Color preview on white background

This text has color #B4B49E on white background.



Black color preview on #B4B49E background

This text has black color on #B4B49E background.


White color preview on #B4B49E background

This text has white color on #B4B49E background.