COLOR #B8B480

HEX: #B8B480
RGB: (184,180,128)

Color info

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

RGB color model

#B8B480 color RGB value is (184,180,128).

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

RGB channels and saturation

R 184 of 255 = 72%
G 180 of 255 = 71%
B 128 of 255 = 50%

184
180
128

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

Portions of RGB colors in percentages

R + G + B =
184 + 180 + 128 = 492 (100%)
R 184 of 492 ~ 37.4%
G 180 of 492 ~ 36.59%
B 128 of 492 ~ 26.02%

%37.4
%36.59
%26.02

CMYK color model

#B8B480 color CMYK value is (0,2,30,28).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 30.43%
  • key color value is 27.84%
CMYK:
(0,2,30,28)
C0M2Y30K28 
(0%,2%,30%,28%)
(0.00/0.02/0.30/0.28)	

CMYK percentages

%0
%2.17
%30.43
%27.84

Codes

Color #B8B480 in popluar color models

B8B480
RGB184180128
HSL56°28.28%61.18%
HSB/HSV56°30.43%72.16%
CMYK0.00%2.17%30.43%
27.84%

Color #B8B480 in popluar number systems.

HEXB8B480
Decimal184180128
Binary101110001011010010000000
Octal270264200

Shades and tints

Shades of #B8B480

#B8B480
(184,180,128)
#A8A475
(168,164,117)
#98946A
(152,148,106)
#88845F
(136,132,95)
#787454
(120,116,84)
#686449
(104,100,73)
#58543E
(88,84,62)
#484433
(72,68,51)
#383428
(56,52,40)
#28241D
(40,36,29)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #B8B480

#B8B480
(184,180,128)
#BEBA8B
(190,186,139)
#C4C096
(196,192,150)
#CAC6A1
(202,198,161)
#D0CCAC
(208,204,172)
#D6D2B7
(214,210,183)
#DCD8C2
(220,216,194)
#E2DECD
(226,222,205)
#E8E4D8
(232,228,216)
#EEEAE3
(238,234,227)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B480; }

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

This text font color is #B8B480.


Background Color

.myBgColor { background-color: #B8B480; }

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

This div background color is #B8B480.


Border color

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

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

This div border color is #B8B480.


Opacity

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

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

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

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

This text has shadow with #B8B480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B480 on black background.


Color preview on white background

This text has color #B8B480 on white background.



Black color preview on #B8B480 background

This text has black color on #B8B480 background.


White color preview on #B8B480 background

This text has white color on #B8B480 background.