COLOR #B8B29E

HEX: #B8B29E
RGB: (184,178,158)

Color info

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

RGB color model

#B8B29E color RGB value is (184,178,158).

  • red value is 184;
  • green value is 178;
  • blue value is 158.
RGB:
(184,178,158)
(72%,70%,62%)

RGB channels and saturation

R 184 of 255 = 72%
G 178 of 255 = 70%
B 158 of 255 = 62%

184
178
158

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

Portions of RGB colors in percentages

R + G + B =
184 + 178 + 158 = 520 (100%)
R 184 of 520 ~ 35.38%
G 178 of 520 ~ 34.23%
B 158 of 520 ~ 30.38%

%35.38
%34.23
%30.38

CMYK color model

#B8B29E color CMYK value is (0,3,14,28).

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 14.13%
  • key color value is 27.84%
CMYK:
(0,3,14,28)
C0M3Y14K28 
(0%,3%,14%,28%)
(0.00/0.03/0.14/0.28)	

CMYK percentages

%0
%3.26
%14.13
%27.84

Codes

Color #B8B29E in popluar color models

B8B29E
RGB184178158
HSL46°15.48%67.06%
HSB/HSV46°14.13%72.16%
CMYK0.00%3.26%14.13%
27.84%

Color #B8B29E in popluar number systems.

HEXB8B29E
Decimal184178158
Binary101110001011001010011110
Octal270262236

Shades and tints

Shades of #B8B29E

#B8B29E
(184,178,158)
#A8A290
(168,162,144)
#989282
(152,146,130)
#888274
(136,130,116)
#787266
(120,114,102)
#686258
(104,98,88)
#58524A
(88,82,74)
#48423C
(72,66,60)
#38322E
(56,50,46)
#282220
(40,34,32)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #B8B29E

#B8B29E
(184,178,158)
#BEB9A6
(190,185,166)
#C4C0AE
(196,192,174)
#CAC7B6
(202,199,182)
#D0CEBE
(208,206,190)
#D6D5C6
(214,213,198)
#DCDCCE
(220,220,206)
#E2E3D6
(226,227,214)
#E8EADE
(232,234,222)
#EEF1E6
(238,241,230)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B29E; }

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

This text font color is #B8B29E.


Background Color

.myBgColor { background-color: #B8B29E; }

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

This div background color is #B8B29E.


Border color

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

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

This div border color is #B8B29E.


Opacity

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

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

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

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

This text has shadow with #B8B29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B29E on black background.


Color preview on white background

This text has color #B8B29E on white background.



Black color preview on #B8B29E background

This text has black color on #B8B29E background.


White color preview on #B8B29E background

This text has white color on #B8B29E background.