COLOR #B4BE6B

HEX: #B4BE6B
RGB: (180,190,107)

Color info

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

RGB color model

#B4BE6B color RGB value is (180,190,107).

  • red value is 180;
  • green value is 190;
  • blue value is 107.
RGB:
(180,190,107)
(71%,75%,42%)

RGB channels and saturation

R 180 of 255 = 71%
G 190 of 255 = 75%
B 107 of 255 = 42%

180
190
107

R + G + B ~ 63%. #B4BE6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 190 + 107 = 477 (100%)
R 180 of 477 ~ 37.74%
G 190 of 477 ~ 39.83%
B 107 of 477 ~ 22.43%

%37.74
%39.83
%22.43

CMYK color model

#B4BE6B color CMYK value is (5,0,44,25).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 43.68%
  • key color value is 25.49%
CMYK:
(5,0,44,25)
C5M0Y44K25 
(5%,0%,44%,25%)
(0.05/0.00/0.44/0.25)	

CMYK percentages

%5.26
%0
%43.68
%25.49

Codes

Color #B4BE6B in popluar color models

B4BE6B
RGB180190107
HSL67°38.97%58.24%
HSB/HSV67°43.68%74.51%
CMYK5.26%0.00%43.68%
25.49%

Color #B4BE6B in popluar number systems.

HEXB4BE6B
Decimal180190107
Binary10110100101111101101011
Octal264276153

Shades and tints

Shades of #B4BE6B

#B4BE6B
(180,190,107)
#A4AD62
(164,173,98)
#949C59
(148,156,89)
#848B50
(132,139,80)
#747A47
(116,122,71)
#64693E
(100,105,62)
#545835
(84,88,53)
#44472C
(68,71,44)
#343623
(52,54,35)
#24251A
(36,37,26)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #B4BE6B

#B4BE6B
(180,190,107)
#BAC378
(186,195,120)
#C0C885
(192,200,133)
#C6CD92
(198,205,146)
#CCD29F
(204,210,159)
#D2D7AC
(210,215,172)
#D8DCB9
(216,220,185)
#DEE1C6
(222,225,198)
#E4E6D3
(228,230,211)
#EAEBE0
(234,235,224)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BE6B color. Also use rgb(180,190,107) instead hex code.

Text Font Color

.myTextColor { color: #B4BE6B; }

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

This text font color is #B4BE6B.


Background Color

.myBgColor { background-color: #B4BE6B; }

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

This div background color is #B4BE6B.


Border color

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

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

This div border color is #B4BE6B.


Opacity

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

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

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

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

This text has shadow with #B4BE6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BE6B on black background.


Color preview on white background

This text has color #B4BE6B on white background.



Black color preview on #B4BE6B background

This text has black color on #B4BE6B background.


White color preview on #B4BE6B background

This text has white color on #B4BE6B background.