COLOR #B8B980

HEX: #B8B980 RGB: (184,185,128)

Color info

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

RGB color model

#B8B980 color RGB value is (184,185,128).

RGB: (184,185,128) (72%, 73%, 50%)

RGB channels and saturation

R 184 of 255 = 72%
G 185 of 255 = 73%
B 128 of 255 = 50%

184
185
128

R + G + B ~ 65%. #B8B980 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 185 + 128 = 497 (100%)
R 184 of 497 ~ 37.02%
G 185 of 497 ~ 37.22%
B 128 of 497 ~ 25.75'%

%37.02
%37.22
%25.75

CMYK color model

#B8B980 color CMYK value is (1,0,31,27).

  • cyan value is 0.54%
  • magenta value is 0.00%
  • yellow value is 30.81%
  • key color value is 27.45%

CMYK: (1,0,31,27)
C1M0Y31K27 (1%, 0%, 31%, 27%)
(0.01 / 0.00 / 0.31 / 0.27)

CMYK percentages

%0.54
%0
%30.81
%27.45

Codes

Color #B8B980 in popluar color models

B8 B9 80
RGB 184 185 128
HSL 61° 28.93% 61.37%
HSB/HSV 61° 30.81% 72.55%
CMYK 0.54% 0.00% 30.81%
27.45%

Color #B8B980 in popluar number systems.

HEX B8 B9 80
Decimal 184 185 128
Binary 10111000 10111001 10000000
Octal 270 271 200

Shades and tints

Shades of #B8B980

#B8B980
(184,185,128)
#A8A975
(168,169,117)
#98996A
(152,153,106)
#88895F
(136,137,95)
#787954
(120,121,84)
#686949
(104,105,73)
#58593E
(88,89,62)
#484933
(72,73,51)
#383928
(56,57,40)
#28291D
(40,41,29)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #B8B980

#B8B980
(184,185,128)
#BEBF8B
(190,191,139)
#C4C596
(196,197,150)
#CACBA1
(202,203,161)
#D0D1AC
(208,209,172)
#D6D7B7
(214,215,183)
#DCDDC2
(220,221,194)
#E2E3CD
(226,227,205)
#E8E9D8
(232,233,216)
#EEEFE3
(238,239,227)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B980; }

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

This text font color is #B8B980.

Background Color

.myBgColor { background-color: #B8B980; }

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

This div background color is #B8B980.

Border color

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

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

This div border color is #B8B980.

Opacity

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

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

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

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

This text has shadow with #B8B980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8B980.

Preview

Color preview on black background

This text has color #B8B980 on black background.


Color preview on white background

This text has color #B8B980 on white background.


Black color preview on #B8B980 background

This text has black color on #B8B980 background.


White color preview on #B8B980 background

This text has white color on #B8B980 background.


Related colors

Complementary color

Complementary color for #hex is #47467F.


I love getcolorcode.com

Triadic colors

1 #80B8B9 and #B980B8 with #B8B980 are triadic colors.

2 #80B9B8 and #B9B880 with #B8B980 are triadic colors.