COLOR #B8B678

HEX: #B8B678
RGB: (184,182,120)

Color info

#B8B678 contains mainly red and green colors. Web safe color of #B8B678 is #CCCC66 (or #CC6).

RGB color model

#B8B678 color RGB value is (184,182,120).

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

RGB channels and saturation

R 184 of 255 = 72%
G 182 of 255 = 71%
B 120 of 255 = 47%

184
182
120

R + G + B ~ 63%. #B8B678 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 182 + 120 = 486 (100%)
R 184 of 486 ~ 37.86%
G 182 of 486 ~ 37.45%
B 120 of 486 ~ 24.69%

%37.86
%37.45
%24.69

CMYK color model

#B8B678 color CMYK value is (0,1,35,28).

  • cyan value is 0.00%
  • magenta value is 1.09%
  • yellow value is 34.78%
  • key color value is 27.84%
CMYK:
(0,1,35,28)
C0M1Y35K28 
(0%,1%,35%,28%)
(0.00/0.01/0.35/0.28)	

CMYK percentages

%0
%1.09
%34.78
%27.84

Codes

Color #B8B678 in popluar color models

B8B678
RGB184182120
HSL58°31.07%59.61%
HSB/HSV58°34.78%72.16%
CMYK0.00%1.09%34.78%
27.84%

Color #B8B678 in popluar number systems.

HEXB8B678
Decimal184182120
Binary10111000101101101111000
Octal270266170

Shades and tints

Shades of #B8B678

#B8B678
(184,182,120)
#A8A66E
(168,166,110)
#989664
(152,150,100)
#88865A
(136,134,90)
#787650
(120,118,80)
#686646
(104,102,70)
#58563C
(88,86,60)
#484632
(72,70,50)
#383628
(56,54,40)
#28261E
(40,38,30)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #B8B678

#B8B678
(184,182,120)
#BEBC84
(190,188,132)
#C4C290
(196,194,144)
#CAC89C
(202,200,156)
#D0CEA8
(208,206,168)
#D6D4B4
(214,212,180)
#DCDAC0
(220,218,192)
#E2E0CC
(226,224,204)
#E8E6D8
(232,230,216)
#EEECE4
(238,236,228)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B678; }

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

This text font color is #B8B678.


Background Color

.myBgColor { background-color: #B8B678; }

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

This div background color is #B8B678.


Border color

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

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

This div border color is #B8B678.


Opacity

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

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

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

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

This text has shadow with #B8B678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B678 on black background.


Color preview on white background

This text has color #B8B678 on white background.



Black color preview on #B8B678 background

This text has black color on #B8B678 background.


White color preview on #B8B678 background

This text has white color on #B8B678 background.