COLOR #B4BD7E

HEX: #B4BD7E
RGB: (180,189,126)

Color info

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

RGB color model

#B4BD7E color RGB value is (180,189,126).

  • red value is 180;
  • green value is 189;
  • blue value is 126.
RGB:
(180,189,126)
(71%,74%,49%)

RGB channels and saturation

R 180 of 255 = 71%
G 189 of 255 = 74%
B 126 of 255 = 49%

180
189
126

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

Portions of RGB colors in percentages

R + G + B =
180 + 189 + 126 = 495 (100%)
R 180 of 495 ~ 36.36%
G 189 of 495 ~ 38.18%
B 126 of 495 ~ 25.45%

%36.36
%38.18
%25.45

CMYK color model

#B4BD7E color CMYK value is (5,0,33,26).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 25.88%
CMYK:
(5,0,33,26)
C5M0Y33K26 
(5%,0%,33%,26%)
(0.05/0.00/0.33/0.26)	

CMYK percentages

%4.76
%0
%33.33
%25.88

Codes

Color #B4BD7E in popluar color models

B4BD7E
RGB180189126
HSL69°32.31%61.76%
HSB/HSV69°33.33%74.12%
CMYK4.76%0.00%33.33%
25.88%

Color #B4BD7E in popluar number systems.

HEXB4BD7E
Decimal180189126
Binary10110100101111011111110
Octal264275176

Shades and tints

Shades of #B4BD7E

#B4BD7E
(180,189,126)
#A4AC73
(164,172,115)
#949B68
(148,155,104)
#848A5D
(132,138,93)
#747952
(116,121,82)
#646847
(100,104,71)
#54573C
(84,87,60)
#444631
(68,70,49)
#343526
(52,53,38)
#24241B
(36,36,27)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #B4BD7E

#B4BD7E
(180,189,126)
#BAC389
(186,195,137)
#C0C994
(192,201,148)
#C6CF9F
(198,207,159)
#CCD5AA
(204,213,170)
#D2DBB5
(210,219,181)
#D8E1C0
(216,225,192)
#DEE7CB
(222,231,203)
#E4EDD6
(228,237,214)
#EAF3E1
(234,243,225)
#F0F9EC
(240,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BD7E color. Also use rgb(180,189,126) instead hex code.

Text Font Color

.myTextColor { color: #B4BD7E; }

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

This text font color is #B4BD7E.


Background Color

.myBgColor { background-color: #B4BD7E; }

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

This div background color is #B4BD7E.


Border color

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

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

This div border color is #B4BD7E.


Opacity

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

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

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

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

This text has shadow with #B4BD7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BD7E on black background.


Color preview on white background

This text has color #B4BD7E on white background.



Black color preview on #B4BD7E background

This text has black color on #B4BD7E background.


White color preview on #B4BD7E background

This text has white color on #B4BD7E background.