COLOR #B5BD8B

HEX: #B5BD8B RGB: (181,189,139)

Color info

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

RGB color model

#B5BD8B color RGB value is (181,189,139).

RGB: (181,189,139) (71%, 74%, 55%)

RGB channels and saturation

R 181 of 255 = 71%
G 189 of 255 = 74%
B 139 of 255 = 55%

181
189
139

R + G + B ~ 67%. #B5BD8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 189 + 139 = 509 (100%)
R 181 of 509 ~ 35.56%
G 189 of 509 ~ 37.13%
B 139 of 509 ~ 27.31'%

%35.56
%37.13
%27.31

CMYK color model

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

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 26.46%
  • key color value is 25.88%

CMYK: (4,0,26,26)
C4M0Y26K26 (4%, 0%, 26%, 26%)
(0.04 / 0.00 / 0.26 / 0.26)

CMYK percentages

%4.23
%0
%26.46
%25.88

Codes

Color #B5BD8B in popluar color models

B5 BD 8B
RGB 181 189 139
HSL 70° 27.47% 64.31%
HSB/HSV 70° 26.46% 74.12%
CMYK 4.23% 0.00% 26.46%
25.88%

Color #B5BD8B in popluar number systems.

HEX B5 BD 8B
Decimal 181 189 139
Binary 10110101 10111101 10001011
Octal 265 275 213

Shades and tints

Shades of #B5BD8B

#B5BD8B
(181,189,139)
#A5AC7F
(165,172,127)
#959B73
(149,155,115)
#858A67
(133,138,103)
#75795B
(117,121,91)
#65684F
(101,104,79)
#555743
(85,87,67)
#454637
(69,70,55)
#35352B
(53,53,43)
#25241F
(37,36,31)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #B5BD8B

#B5BD8B
(181,189,139)
#BBC395
(187,195,149)
#C1C99F
(193,201,159)
#C7CFA9
(199,207,169)
#CDD5B3
(205,213,179)
#D3DBBD
(211,219,189)
#D9E1C7
(217,225,199)
#DFE7D1
(223,231,209)
#E5EDDB
(229,237,219)
#EBF3E5
(235,243,229)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BD8B; }

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

This text font color is #B5BD8B.

Background Color

.myBgColor { background-color: #B5BD8B; }

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

This div background color is #B5BD8B.

Border color

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

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

This div border color is #B5BD8B.

Opacity

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

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

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

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

This text has shadow with #B5BD8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BD8B.

Preview

Color preview on black background

This text has color #B5BD8B on black background.


Color preview on white background

This text has color #B5BD8B on white background.


Black color preview on #B5BD8B background

This text has black color on #B5BD8B background.


White color preview on #B5BD8B background

This text has white color on #B5BD8B background.


Related colors

Complementary color

Complementary color for #hex is #4A4274.


I love getcolorcode.com

Triadic colors

1 #8BB5BD and #BD8BB5 with #B5BD8B are triadic colors.

2 #8BBDB5 and #BDB58B with #B5BD8B are triadic colors.