COLOR #B9BA6C

HEX: #B9BA6C RGB: (185,186,108)

Color info

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

RGB color model

#B9BA6C color RGB value is (185,186,108).

RGB: (185,186,108) (73%, 73%, 42%)

RGB channels and saturation

R 185 of 255 = 73%
G 186 of 255 = 73%
B 108 of 255 = 42%

185
186
108

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

Portions of RGB colors in percentages

R + G + B = 185 + 186 + 108 = 479 (100%)
R 185 of 479 ~ 38.62%
G 186 of 479 ~ 38.83%
B 108 of 479 ~ 22.55'%

%38.62
%38.83
%22.55

CMYK color model

#B9BA6C color CMYK value is (1,0,42,27).

  • cyan value is 0.54%
  • magenta value is 0.00%
  • yellow value is 41.94%
  • key color value is 27.06%
CMYK: (1,0,42,27) C1M0Y42K27 (1%,0%,42%,27%) (0.01/0.00/0.42/0.27) 

CMYK percentages

%0.54
%0
%41.94
%27.06

Codes

Color #B9BA6C in popluar color models

B9 BA 6C
RGB 185 186 108
HSL 61° 36.11% 57.65%
HSB/HSV 61° 41.94% 72.94%
CMYK 0.54% 0.00% 41.94%
27.06%

Color #B9BA6C in popluar number systems.

HEX B9 BA 6C
Decimal 185 186 108
Binary 10111001 10111010 1101100
Octal 271 272 154

Shades and tints

Shades of #B9BA6C

#B9BA6C
(185,186,108)
#A9AA63
(169,170,99)
#999A5A
(153,154,90)
#898A51
(137,138,81)
#797A48
(121,122,72)
#696A3F
(105,106,63)
#595A36
(89,90,54)
#494A2D
(73,74,45)
#393A24
(57,58,36)
#292A1B
(41,42,27)
#191A12
(25,26,18)
#000000
(0,0,0)

Tints of #B9BA6C

#B9BA6C
(185,186,108)
#BFC079
(191,192,121)
#C5C686
(197,198,134)
#CBCC93
(203,204,147)
#D1D2A0
(209,210,160)
#D7D8AD
(215,216,173)
#DDDEBA
(221,222,186)
#E3E4C7
(227,228,199)
#E9EAD4
(233,234,212)
#EFF0E1
(239,240,225)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BA6C color. Also use rgb(185,186,108) instead hex code.

Text Font Color

.myTextColor { color: #B9BA6C; }

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

This text font color is #B9BA6C.

Background Color

.myBgColor { background-color: #B9BA6C; }

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

This div background color is #B9BA6C.

Border color

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

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

This div border color is #B9BA6C.

Opacity

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

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

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

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

This text has shadow with #B9BA6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BA6C.

Preview

Color preview on black background

This text has color #B9BA6C on black background.


Color preview on white background

This text has color #B9BA6C on white background.


Black color preview on #B9BA6C background

This text has black color on #B9BA6C background.


White color preview on #B9BA6C background

This text has white color on #B9BA6C background.


Related colors

Complementary color

Complementary color for #hex is #464593.


I love getcolorcode.com

Triadic colors

1 #6CB9BA and #BA6CB9 with #B9BA6C are triadic colors.

2 #6CBAB9 and #BAB96C with #B9BA6C are triadic colors.