COLOR #B5BC7C

HEX: #B5BC7C
RGB: (181,188,124)

Color info

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

RGB color model

#B5BC7C color RGB value is (181,188,124).

  • red value is 181;
  • green value is 188;
  • blue value is 124.
RGB:
(181,188,124)
(71%,74%,49%)

RGB channels and saturation

R 181 of 255 = 71%
G 188 of 255 = 74%
B 124 of 255 = 49%

181
188
124

R + G + B ~ 65%. #B5BC7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 188 + 124 = 493 (100%)
R 181 of 493 ~ 36.71%
G 188 of 493 ~ 38.13%
B 124 of 493 ~ 25.15%

%36.71
%38.13
%25.15

CMYK color model

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

  • cyan value is 3.72%
  • magenta value is 0.00%
  • yellow value is 34.04%
  • key color value is 26.27%
CMYK:
(4,0,34,26)
C4M0Y34K26 
(4%,0%,34%,26%)
(0.04/0.00/0.34/0.26)	

CMYK percentages

%3.72
%0
%34.04
%26.27

Codes

Color #B5BC7C in popluar color models

B5BC7C
RGB181188124
HSL67°32.32%61.18%
HSB/HSV67°34.04%73.73%
CMYK3.72%0.00%34.04%
26.27%

Color #B5BC7C in popluar number systems.

HEXB5BC7C
Decimal181188124
Binary10110101101111001111100
Octal265274174

Shades and tints

Shades of #B5BC7C

#B5BC7C
(181,188,124)
#A5AB71
(165,171,113)
#959A66
(149,154,102)
#85895B
(133,137,91)
#757850
(117,120,80)
#656745
(101,103,69)
#55563A
(85,86,58)
#45452F
(69,69,47)
#353424
(53,52,36)
#252319
(37,35,25)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #B5BC7C

#B5BC7C
(181,188,124)
#BBC287
(187,194,135)
#C1C892
(193,200,146)
#C7CE9D
(199,206,157)
#CDD4A8
(205,212,168)
#D3DAB3
(211,218,179)
#D9E0BE
(217,224,190)
#DFE6C9
(223,230,201)
#E5ECD4
(229,236,212)
#EBF2DF
(235,242,223)
#F1F8EA
(241,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BC7C color. Also use rgb(181,188,124) instead hex code.

Text Font Color

.myTextColor { color: #B5BC7C; }

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

This text font color is #B5BC7C.


Background Color

.myBgColor { background-color: #B5BC7C; }

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

This div background color is #B5BC7C.


Border color

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

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

This div border color is #B5BC7C.


Opacity

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

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

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

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

This text has shadow with #B5BC7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BC7C on black background.


Color preview on white background

This text has color #B5BC7C on white background.



Black color preview on #B5BC7C background

This text has black color on #B5BC7C background.


White color preview on #B5BC7C background

This text has white color on #B5BC7C background.