COLOR #B9BC67

HEX: #B9BC67 RGB: (185,188,103)

Color info

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

RGB color model

#B9BC67 color RGB value is (185,188,103).

RGB: (185,188,103) (73%, 74%, 40%)

RGB channels and saturation

R 185 of 255 = 73%
G 188 of 255 = 74%
B 103 of 255 = 40%

185
188
103

R + G + B ~ 62%. #B9BC67 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 188 + 103 = 476 (100%)
R 185 of 476 ~ 38.87%
G 188 of 476 ~ 39.5%
B 103 of 476 ~ 21.64'%

%38.87
%39.5
%21.64

CMYK color model

#B9BC67 color CMYK value is (2,0,45,26).

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 45.21%
  • key color value is 26.27%
CMYK: (2,0,45,26) C2M0Y45K26 (2%,0%,45%,26%) (0.02/0.00/0.45/0.26) 

CMYK percentages

%1.6
%0
%45.21
%26.27

Codes

Color #B9BC67 in popluar color models

B9 BC 67
RGB 185 188 103
HSL 62° 38.81% 57.06%
HSB/HSV 62° 45.21% 73.73%
CMYK 1.60% 0.00% 45.21%
26.27%

Color #B9BC67 in popluar number systems.

HEX B9 BC 67
Decimal 185 188 103
Binary 10111001 10111100 1100111
Octal 271 274 147

Shades and tints

Shades of #B9BC67

#B9BC67
(185,188,103)
#A9AB5E
(169,171,94)
#999A55
(153,154,85)
#89894C
(137,137,76)
#797843
(121,120,67)
#69673A
(105,103,58)
#595631
(89,86,49)
#494528
(73,69,40)
#39341F
(57,52,31)
#292316
(41,35,22)
#19120D
(25,18,13)
#000000
(0,0,0)

Tints of #B9BC67

#B9BC67
(185,188,103)
#BFC274
(191,194,116)
#C5C881
(197,200,129)
#CBCE8E
(203,206,142)
#D1D49B
(209,212,155)
#D7DAA8
(215,218,168)
#DDE0B5
(221,224,181)
#E3E6C2
(227,230,194)
#E9ECCF
(233,236,207)
#EFF2DC
(239,242,220)
#F5F8E9
(245,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BC67 color. Also use rgb(185,188,103) instead hex code.

Text Font Color

.myTextColor { color: #B9BC67; }

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

This text font color is #B9BC67.

Background Color

.myBgColor { background-color: #B9BC67; }

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

This div background color is #B9BC67.

Border color

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

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

This div border color is #B9BC67.

Opacity

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

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

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

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

This text has shadow with #B9BC67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BC67.

Preview

Color preview on black background

This text has color #B9BC67 on black background.


Color preview on white background

This text has color #B9BC67 on white background.


Black color preview on #B9BC67 background

This text has black color on #B9BC67 background.


White color preview on #B9BC67 background

This text has white color on #B9BC67 background.


Related colors

Complementary color

Complementary color for #hex is #464398.


I love getcolorcode.com

Triadic colors

1 #67B9BC and #BC67B9 with #B9BC67 are triadic colors.

2 #67BCB9 and #BCB967 with #B9BC67 are triadic colors.