COLOR #B5BD87

HEX: #B5BD87
RGB: (181,189,135)

Color info

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

RGB color model

#B5BD87 color RGB value is (181,189,135).

  • red value is 181;
  • green value is 189;
  • blue value is 135.
RGB:
(181,189,135)
(71%,74%,53%)

RGB channels and saturation

R 181 of 255 = 71%
G 189 of 255 = 74%
B 135 of 255 = 53%

181
189
135

R + G + B ~ 66%. #B5BD87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 189 + 135 = 505 (100%)
R 181 of 505 ~ 35.84%
G 189 of 505 ~ 37.43%
B 135 of 505 ~ 26.73%

%35.84
%37.43
%26.73

CMYK color model

#B5BD87 color CMYK value is (4,0,29,26).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 25.88%
CMYK:
(4,0,29,26)
C4M0Y29K26 
(4%,0%,29%,26%)
(0.04/0.00/0.29/0.26)	

CMYK percentages

%4.23
%0
%28.57
%25.88

Codes

Color #B5BD87 in popluar color models

B5BD87
RGB181189135
HSL69°29.03%63.53%
HSB/HSV69°28.57%74.12%
CMYK4.23%0.00%28.57%
25.88%

Color #B5BD87 in popluar number systems.

HEXB5BD87
Decimal181189135
Binary101101011011110110000111
Octal265275207

Shades and tints

Shades of #B5BD87

#B5BD87
(181,189,135)
#A5AC7B
(165,172,123)
#959B6F
(149,155,111)
#858A63
(133,138,99)
#757957
(117,121,87)
#65684B
(101,104,75)
#55573F
(85,87,63)
#454633
(69,70,51)
#353527
(53,53,39)
#25241B
(37,36,27)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #B5BD87

#B5BD87
(181,189,135)
#BBC391
(187,195,145)
#C1C99B
(193,201,155)
#C7CFA5
(199,207,165)
#CDD5AF
(205,213,175)
#D3DBB9
(211,219,185)
#D9E1C3
(217,225,195)
#DFE7CD
(223,231,205)
#E5EDD7
(229,237,215)
#EBF3E1
(235,243,225)
#F1F9EB
(241,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BD87 color. Also use rgb(181,189,135) instead hex code.

Text Font Color

.myTextColor { color: #B5BD87; }

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

This text font color is #B5BD87.


Background Color

.myBgColor { background-color: #B5BD87; }

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

This div background color is #B5BD87.


Border color

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

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

This div border color is #B5BD87.


Opacity

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

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

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

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

This text has shadow with #B5BD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BD87 on black background.


Color preview on white background

This text has color #B5BD87 on white background.



Black color preview on #B5BD87 background

This text has black color on #B5BD87 background.


White color preview on #B5BD87 background

This text has white color on #B5BD87 background.