COLOR #B5BA7E

HEX: #B5BA7E
RGB: (181,186,126)

Color info

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

RGB color model

#B5BA7E color RGB value is (181,186,126).

  • red value is 181;
  • green value is 186;
  • blue value is 126.
RGB:
(181,186,126)
(71%,73%,49%)

RGB channels and saturation

R 181 of 255 = 71%
G 186 of 255 = 73%
B 126 of 255 = 49%

181
186
126

R + G + B ~ 64%. #B5BA7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 186 + 126 = 493 (100%)
R 181 of 493 ~ 36.71%
G 186 of 493 ~ 37.73%
B 126 of 493 ~ 25.56%

%36.71
%37.73
%25.56

CMYK color model

#B5BA7E color CMYK value is (3,0,32,27).

  • cyan value is 2.69%
  • magenta value is 0.00%
  • yellow value is 32.26%
  • key color value is 27.06%
CMYK:
(3,0,32,27)
C3M0Y32K27 
(3%,0%,32%,27%)
(0.03/0.00/0.32/0.27)	

CMYK percentages

%2.69
%0
%32.26
%27.06

Codes

Color #B5BA7E in popluar color models

B5BA7E
RGB181186126
HSL65°30.30%61.18%
HSB/HSV65°32.26%72.94%
CMYK2.69%0.00%32.26%
27.06%

Color #B5BA7E in popluar number systems.

HEXB5BA7E
Decimal181186126
Binary10110101101110101111110
Octal265272176

Shades and tints

Shades of #B5BA7E

#B5BA7E
(181,186,126)
#A5AA73
(165,170,115)
#959A68
(149,154,104)
#858A5D
(133,138,93)
#757A52
(117,122,82)
#656A47
(101,106,71)
#555A3C
(85,90,60)
#454A31
(69,74,49)
#353A26
(53,58,38)
#252A1B
(37,42,27)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #B5BA7E

#B5BA7E
(181,186,126)
#BBC089
(187,192,137)
#C1C694
(193,198,148)
#C7CC9F
(199,204,159)
#CDD2AA
(205,210,170)
#D3D8B5
(211,216,181)
#D9DEC0
(217,222,192)
#DFE4CB
(223,228,203)
#E5EAD6
(229,234,214)
#EBF0E1
(235,240,225)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BA7E color. Also use rgb(181,186,126) instead hex code.

Text Font Color

.myTextColor { color: #B5BA7E; }

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

This text font color is #B5BA7E.


Background Color

.myBgColor { background-color: #B5BA7E; }

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

This div background color is #B5BA7E.


Border color

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

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

This div border color is #B5BA7E.


Opacity

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

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

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

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

This text has shadow with #B5BA7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BA7E on black background.


Color preview on white background

This text has color #B5BA7E on white background.



Black color preview on #B5BA7E background

This text has black color on #B5BA7E background.


White color preview on #B5BA7E background

This text has white color on #B5BA7E background.