COLOR #B4BD7D

HEX: #B4BD7D RGB: (180,189,125)

Color info

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

RGB color model

#B4BD7D color RGB value is (180,189,125).

RGB: (180,189,125) (71%, 74%, 49%)

RGB channels and saturation

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

180
189
125

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

Portions of RGB colors in percentages

R + G + B = 180 + 189 + 125 = 494 (100%)
R 180 of 494 ~ 36.44%
G 189 of 494 ~ 38.26%
B 125 of 494 ~ 25.3'%

%36.44
%38.26
%25.3

CMYK color model

#B4BD7D color CMYK value is (5,0,34,26).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 33.86%
  • key color value is 25.88%

CMYK: (5,0,34,26)
C5M0Y34K26 (5%, 0%, 34%, 26%)
(0.05 / 0.00 / 0.34 / 0.26)

CMYK percentages

%4.76
%0
%33.86
%25.88

Codes

Color #B4BD7D in popluar color models

B4 BD 7D
RGB 180 189 125
HSL 68° 32.65% 61.57%
HSB/HSV 68° 33.86% 74.12%
CMYK 4.76% 0.00% 33.86%
25.88%

Color #B4BD7D in popluar number systems.

HEX B4 BD 7D
Decimal 180 189 125
Binary 10110100 10111101 1111101
Octal 264 275 175

Shades and tints

Shades of #B4BD7D

#B4BD7D
(180,189,125)
#A4AC72
(164,172,114)
#949B67
(148,155,103)
#848A5C
(132,138,92)
#747951
(116,121,81)
#646846
(100,104,70)
#54573B
(84,87,59)
#444630
(68,70,48)
#343525
(52,53,37)
#24241A
(36,36,26)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #B4BD7D

#B4BD7D
(180,189,125)
#BAC388
(186,195,136)
#C0C993
(192,201,147)
#C6CF9E
(198,207,158)
#CCD5A9
(204,213,169)
#D2DBB4
(210,219,180)
#D8E1BF
(216,225,191)
#DEE7CA
(222,231,202)
#E4EDD5
(228,237,213)
#EAF3E0
(234,243,224)
#F0F9EB
(240,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BD7D; }

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

This text font color is #B4BD7D.

Background Color

.myBgColor { background-color: #B4BD7D; }

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

This div background color is #B4BD7D.

Border color

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

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

This div border color is #B4BD7D.

Opacity

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

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

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

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

This text has shadow with #B4BD7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BD7D.

Preview

Color preview on black background

This text has color #B4BD7D on black background.


Color preview on white background

This text has color #B4BD7D on white background.


Black color preview on #B4BD7D background

This text has black color on #B4BD7D background.


White color preview on #B4BD7D background

This text has white color on #B4BD7D background.


Related colors

Complementary color

Complementary color for #hex is #4B4282.


I love getcolorcode.com

Triadic colors

1 #7DB4BD and #BD7DB4 with #B4BD7D are triadic colors.

2 #7DBDB4 and #BDB47D with #B4BD7D are triadic colors.