COLOR #B4BD6C

HEX: #B4BD6C
RGB: (180,189,108)

Color info

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

RGB color model

#B4BD6C color RGB value is (180,189,108).

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

RGB channels and saturation

R 180 of 255 = 71%
G 189 of 255 = 74%
B 108 of 255 = 42%

180
189
108

R + G + B ~ 62%. #B4BD6C is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 189 + 108 = 477 (100%)
R 180 of 477 ~ 37.74%
G 189 of 477 ~ 39.62%
B 108 of 477 ~ 22.64%

%37.74
%39.62
%22.64

CMYK color model

#B4BD6C color CMYK value is (5,0,43,26).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 25.88%
CMYK:
(5,0,43,26)
C5M0Y43K26 
(5%,0%,43%,26%)
(0.05/0.00/0.43/0.26)	

CMYK percentages

%4.76
%0
%42.86
%25.88

Codes

Color #B4BD6C in popluar color models

B4BD6C
RGB180189108
HSL67°38.03%58.24%
HSB/HSV67°42.86%74.12%
CMYK4.76%0.00%42.86%
25.88%

Color #B4BD6C in popluar number systems.

HEXB4BD6C
Decimal180189108
Binary10110100101111011101100
Octal264275154

Shades and tints

Shades of #B4BD6C

#B4BD6C
(180,189,108)
#A4AC63
(164,172,99)
#949B5A
(148,155,90)
#848A51
(132,138,81)
#747948
(116,121,72)
#64683F
(100,104,63)
#545736
(84,87,54)
#44462D
(68,70,45)
#343524
(52,53,36)
#24241B
(36,36,27)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #B4BD6C

#B4BD6C
(180,189,108)
#BAC379
(186,195,121)
#C0C986
(192,201,134)
#C6CF93
(198,207,147)
#CCD5A0
(204,213,160)
#D2DBAD
(210,219,173)
#D8E1BA
(216,225,186)
#DEE7C7
(222,231,199)
#E4EDD4
(228,237,212)
#EAF3E1
(234,243,225)
#F0F9EE
(240,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BD6C; }

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

This text font color is #B4BD6C.


Background Color

.myBgColor { background-color: #B4BD6C; }

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

This div background color is #B4BD6C.


Border color

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

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

This div border color is #B4BD6C.


Opacity

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

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

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

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

This text has shadow with #B4BD6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BD6C on black background.


Color preview on white background

This text has color #B4BD6C on white background.



Black color preview on #B4BD6C background

This text has black color on #B4BD6C background.


White color preview on #B4BD6C background

This text has white color on #B4BD6C background.