COLOR #B9C995

HEX: #B9C995 RGB: (185,201,149)

Color info

#B9C995 contains red, green and blue colors in about the same proportion. Web safe color of #B9C995 is #CCCC99 (or #CC9).

RGB color model

#B9C995 color RGB value is (185,201,149).

RGB: (185,201,149) (73%, 79%, 58%)

RGB channels and saturation

R 185 of 255 = 73%
G 201 of 255 = 79%
B 149 of 255 = 58%

185
201
149

R + G + B ~ 70%. #B9C995 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 201 + 149 = 535 (100%)
R 185 of 535 ~ 34.58%
G 201 of 535 ~ 37.57%
B 149 of 535 ~ 27.85'%

%34.58
%37.57
%27.85

CMYK color model

#B9C995 color CMYK value is (8,0,26,21).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 25.87%
  • key color value is 21.18%

CMYK: (8,0,26,21)
C8M0Y26K21 (8%, 0%, 26%, 21%)
(0.08 / 0.00 / 0.26 / 0.21)

CMYK percentages

%7.96
%0
%25.87
%21.18

Codes

Color #B9C995 in popluar color models

B9 C9 95
RGB 185 201 149
HSL 78° 32.50% 68.63%
HSB/HSV 78° 25.87% 78.82%
CMYK 7.96% 0.00% 25.87%
21.18%

Color #B9C995 in popluar number systems.

HEX B9 C9 95
Decimal 185 201 149
Binary 10111001 11001001 10010101
Octal 271 311 225

Shades and tints

Shades of #B9C995

#B9C995
(185,201,149)
#A9B788
(169,183,136)
#99A57B
(153,165,123)
#89936E
(137,147,110)
#798161
(121,129,97)
#696F54
(105,111,84)
#595D47
(89,93,71)
#494B3A
(73,75,58)
#39392D
(57,57,45)
#292720
(41,39,32)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #B9C995

#B9C995
(185,201,149)
#BFCD9E
(191,205,158)
#C5D1A7
(197,209,167)
#CBD5B0
(203,213,176)
#D1D9B9
(209,217,185)
#D7DDC2
(215,221,194)
#DDE1CB
(221,225,203)
#E3E5D4
(227,229,212)
#E9E9DD
(233,233,221)
#EFEDE6
(239,237,230)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C995 color. Also use rgb(185,201,149) instead hex code.

Text Font Color

.myTextColor { color: #B9C995; }

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

This text font color is #B9C995.

Background Color

.myBgColor { background-color: #B9C995; }

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

This div background color is #B9C995.

Border color

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

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

This div border color is #B9C995.

Opacity

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

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

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

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

This text has shadow with #B9C995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C995.

Preview

Color preview on black background

This text has color #B9C995 on black background.


Color preview on white background

This text has color #B9C995 on white background.


Black color preview on #B9C995 background

This text has black color on #B9C995 background.


White color preview on #B9C995 background

This text has white color on #B9C995 background.


Related colors

Complementary color

Complementary color for #hex is #46366A.


I love getcolorcode.com

Triadic colors

1 #95B9C9 and #C995B9 with #B9C995 are triadic colors.

2 #95C9B9 and #C9B995 with #B9C995 are triadic colors.