COLOR #B9C587

HEX: #B9C587 RGB: (185,197,135)

Color info

#B9C587 contains mainly red and green colors. Web safe color of #B9C587 is #CCCC99 (or #CC9).

RGB color model

#B9C587 color RGB value is (185,197,135).

RGB: (185,197,135) (73%, 77%, 53%)

RGB channels and saturation

R 185 of 255 = 73%
G 197 of 255 = 77%
B 135 of 255 = 53%

185
197
135

R + G + B ~ 68%. #B9C587 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 197 + 135 = 517 (100%)
R 185 of 517 ~ 35.78%
G 197 of 517 ~ 38.1%
B 135 of 517 ~ 26.11'%

%35.78
%38.1
%26.11

CMYK color model

#B9C587 color CMYK value is (6,0,31,23).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 31.47%
  • key color value is 22.75%
CMYK: (6,0,31,23) C6M0Y31K23 (6%,0%,31%,23%) (0.06/0.00/0.31/0.23) 

CMYK percentages

%6.09
%0
%31.47
%22.75

Codes

Color #B9C587 in popluar color models

B9 C5 87
RGB 185 197 135
HSL 72° 34.83% 65.10%
HSB/HSV 72° 31.47% 77.25%
CMYK 6.09% 0.00% 31.47%
22.75%

Color #B9C587 in popluar number systems.

HEX B9 C5 87
Decimal 185 197 135
Binary 10111001 11000101 10000111
Octal 271 305 207

Shades and tints

Shades of #B9C587

#B9C587
(185,197,135)
#A9B47B
(169,180,123)
#99A36F
(153,163,111)
#899263
(137,146,99)
#798157
(121,129,87)
#69704B
(105,112,75)
#595F3F
(89,95,63)
#494E33
(73,78,51)
#393D27
(57,61,39)
#292C1B
(41,44,27)
#191B0F
(25,27,15)
#000000
(0,0,0)

Tints of #B9C587

#B9C587
(185,197,135)
#BFCA91
(191,202,145)
#C5CF9B
(197,207,155)
#CBD4A5
(203,212,165)
#D1D9AF
(209,217,175)
#D7DEB9
(215,222,185)
#DDE3C3
(221,227,195)
#E3E8CD
(227,232,205)
#E9EDD7
(233,237,215)
#EFF2E1
(239,242,225)
#F5F7EB
(245,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C587 color. Also use rgb(185,197,135) instead hex code.

Text Font Color

.myTextColor { color: #B9C587; }

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

This text font color is #B9C587.

Background Color

.myBgColor { background-color: #B9C587; }

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

This div background color is #B9C587.

Border color

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

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

This div border color is #B9C587.

Opacity

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

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

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

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

This text has shadow with #B9C587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C587.

Preview

Color preview on black background

This text has color #B9C587 on black background.


Color preview on white background

This text has color #B9C587 on white background.


Black color preview on #B9C587 background

This text has black color on #B9C587 background.


White color preview on #B9C587 background

This text has white color on #B9C587 background.


Related colors

Complementary color

Complementary color for #hex is #463A78.


I love getcolorcode.com

Triadic colors

1 #87B9C5 and #C587B9 with #B9C587 are triadic colors.

2 #87C5B9 and #C5B987 with #B9C587 are triadic colors.