COLOR #B8B67D

HEX: #B8B67D
RGB: (184,182,125)

Color info

#B8B67D contains red, green and blue colors in about the same proportion. Web safe color of #B8B67D is #CCCC66 (or #CC6).

RGB color model

#B8B67D color RGB value is (184,182,125).

  • red value is 184;
  • green value is 182;
  • blue value is 125.
RGB:
(184,182,125)
(72%,71%,49%)

RGB channels and saturation

R 184 of 255 = 72%
G 182 of 255 = 71%
B 125 of 255 = 49%

184
182
125

R + G + B ~ 64%. #B8B67D is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 182 + 125 = 491 (100%)
R 184 of 491 ~ 37.47%
G 182 of 491 ~ 37.07%
B 125 of 491 ~ 25.46%

%37.47
%37.07
%25.46

CMYK color model

#B8B67D color CMYK value is (0,1,32,28).

  • cyan value is 0.00%
  • magenta value is 1.09%
  • yellow value is 32.07%
  • key color value is 27.84%
CMYK:
(0,1,32,28)
C0M1Y32K28 
(0%,1%,32%,28%)
(0.00/0.01/0.32/0.28)	

CMYK percentages

%0
%1.09
%32.07
%27.84

Codes

Color #B8B67D in popluar color models

B8B67D
RGB184182125
HSL58°29.35%60.59%
HSB/HSV58°32.07%72.16%
CMYK0.00%1.09%32.07%
27.84%

Color #B8B67D in popluar number systems.

HEXB8B67D
Decimal184182125
Binary10111000101101101111101
Octal270266175

Shades and tints

Shades of #B8B67D

#B8B67D
(184,182,125)
#A8A672
(168,166,114)
#989667
(152,150,103)
#88865C
(136,134,92)
#787651
(120,118,81)
#686646
(104,102,70)
#58563B
(88,86,59)
#484630
(72,70,48)
#383625
(56,54,37)
#28261A
(40,38,26)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #B8B67D

#B8B67D
(184,182,125)
#BEBC88
(190,188,136)
#C4C293
(196,194,147)
#CAC89E
(202,200,158)
#D0CEA9
(208,206,169)
#D6D4B4
(214,212,180)
#DCDABF
(220,218,191)
#E2E0CA
(226,224,202)
#E8E6D5
(232,230,213)
#EEECE0
(238,236,224)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B67D color. Also use rgb(184,182,125) instead hex code.

Text Font Color

.myTextColor { color: #B8B67D; }

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

This text font color is #B8B67D.


Background Color

.myBgColor { background-color: #B8B67D; }

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

This div background color is #B8B67D.


Border color

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

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

This div border color is #B8B67D.


Opacity

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

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

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

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

This text has shadow with #B8B67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B67D on black background.


Color preview on white background

This text has color #B8B67D on white background.



Black color preview on #B8B67D background

This text has black color on #B8B67D background.


White color preview on #B8B67D background

This text has white color on #B8B67D background.