COLOR #B8B96D

HEX: #B8B96D RGB: (184,185,109)

Color info

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

RGB color model

#B8B96D color RGB value is (184,185,109).

RGB: (184,185,109) (72%, 73%, 43%)

RGB channels and saturation

R 184 of 255 = 72%
G 185 of 255 = 73%
B 109 of 255 = 43%

184
185
109

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

Portions of RGB colors in percentages

R + G + B = 184 + 185 + 109 = 478 (100%)
R 184 of 478 ~ 38.49%
G 185 of 478 ~ 38.7%
B 109 of 478 ~ 22.8'%

%38.49
%38.7
%22.8

CMYK color model

#B8B96D color CMYK value is (1,0,41,27).

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

CMYK: (1,0,41,27)
C1M0Y41K27 (1%, 0%, 41%, 27%)
(0.01 / 0.00 / 0.41 / 0.27)

CMYK percentages

%0.54
%0
%41.08
%27.45

Codes

Color #B8B96D in popluar color models

B8 B9 6D
RGB 184 185 109
HSL 61° 35.19% 57.65%
HSB/HSV 61° 41.08% 72.55%
CMYK 0.54% 0.00% 41.08%
27.45%

Color #B8B96D in popluar number systems.

HEX B8 B9 6D
Decimal 184 185 109
Binary 10111000 10111001 1101101
Octal 270 271 155

Shades and tints

Shades of #B8B96D

#B8B96D
(184,185,109)
#A8A964
(168,169,100)
#98995B
(152,153,91)
#888952
(136,137,82)
#787949
(120,121,73)
#686940
(104,105,64)
#585937
(88,89,55)
#48492E
(72,73,46)
#383925
(56,57,37)
#28291C
(40,41,28)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #B8B96D

#B8B96D
(184,185,109)
#BEBF7A
(190,191,122)
#C4C587
(196,197,135)
#CACB94
(202,203,148)
#D0D1A1
(208,209,161)
#D6D7AE
(214,215,174)
#DCDDBB
(220,221,187)
#E2E3C8
(226,227,200)
#E8E9D5
(232,233,213)
#EEEFE2
(238,239,226)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B96D; }

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

This text font color is #B8B96D.

Background Color

.myBgColor { background-color: #B8B96D; }

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

This div background color is #B8B96D.

Border color

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

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

This div border color is #B8B96D.

Opacity

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

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

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

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

This text has shadow with #B8B96D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8B96D.

Preview

Color preview on black background

This text has color #B8B96D on black background.


Color preview on white background

This text has color #B8B96D on white background.


Black color preview on #B8B96D background

This text has black color on #B8B96D background.


White color preview on #B8B96D background

This text has white color on #B8B96D background.


Related colors

Complementary color

Complementary color for #hex is #474692.


I love getcolorcode.com

Triadic colors

1 #6DB8B9 and #B96DB8 with #B8B96D are triadic colors.

2 #6DB9B8 and #B9B86D with #B8B96D are triadic colors.