COLOR #B8B496

HEX: #B8B496
RGB: (184,180,150)

Color info

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

RGB color model

#B8B496 color RGB value is (184,180,150).

  • red value is 184;
  • green value is 180;
  • blue value is 150.
RGB:
(184,180,150)
(72%,71%,59%)

RGB channels and saturation

R 184 of 255 = 72%
G 180 of 255 = 71%
B 150 of 255 = 59%

184
180
150

R + G + B ~ 67%. #B8B496 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 180 + 150 = 514 (100%)
R 184 of 514 ~ 35.8%
G 180 of 514 ~ 35.02%
B 150 of 514 ~ 29.18%

%35.8
%35.02
%29.18

CMYK color model

#B8B496 color CMYK value is (0,2,18,28).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 18.48%
  • key color value is 27.84%
CMYK:
(0,2,18,28)
C0M2Y18K28 
(0%,2%,18%,28%)
(0.00/0.02/0.18/0.28)	

CMYK percentages

%0
%2.17
%18.48
%27.84

Codes

Color #B8B496 in popluar color models

B8B496
RGB184180150
HSL53°19.32%65.49%
HSB/HSV53°18.48%72.16%
CMYK0.00%2.17%18.48%
27.84%

Color #B8B496 in popluar number systems.

HEXB8B496
Decimal184180150
Binary101110001011010010010110
Octal270264226

Shades and tints

Shades of #B8B496

#B8B496
(184,180,150)
#A8A489
(168,164,137)
#98947C
(152,148,124)
#88846F
(136,132,111)
#787462
(120,116,98)
#686455
(104,100,85)
#585448
(88,84,72)
#48443B
(72,68,59)
#38342E
(56,52,46)
#282421
(40,36,33)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #B8B496

#B8B496
(184,180,150)
#BEBA9F
(190,186,159)
#C4C0A8
(196,192,168)
#CAC6B1
(202,198,177)
#D0CCBA
(208,204,186)
#D6D2C3
(214,210,195)
#DCD8CC
(220,216,204)
#E2DED5
(226,222,213)
#E8E4DE
(232,228,222)
#EEEAE7
(238,234,231)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B496; }

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

This text font color is #B8B496.


Background Color

.myBgColor { background-color: #B8B496; }

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

This div background color is #B8B496.


Border color

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

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

This div border color is #B8B496.


Opacity

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

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

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

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

This text has shadow with #B8B496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B496 on black background.


Color preview on white background

This text has color #B8B496 on white background.



Black color preview on #B8B496 background

This text has black color on #B8B496 background.


White color preview on #B8B496 background

This text has white color on #B8B496 background.