COLOR #B4BE4C

HEX: #B4BE4C
RGB: (180,190,76)

Color info

#B4BE4C contains mainly red and green colors. Web safe color of #B4BE4C is #CCCC33 (or #CC3).

RGB color model

#B4BE4C color RGB value is (180,190,76).

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

RGB channels and saturation

R 180 of 255 = 71%
G 190 of 255 = 75%
B 76 of 255 = 30%

180
190
76

R + G + B ~ 59%. #B4BE4C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 190 + 76 = 446 (100%)
R 180 of 446 ~ 40.36%
G 190 of 446 ~ 42.6%
B 76 of 446 ~ 17.04%

%40.36
%42.6
%17.04

CMYK color model

#B4BE4C color CMYK value is (5,0,60,25).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 25.49%
CMYK:
(5,0,60,25)
C5M0Y60K25 
(5%,0%,60%,25%)
(0.05/0.00/0.60/0.25)	

CMYK percentages

%5.26
%0
%60
%25.49

Codes

Color #B4BE4C in popluar color models

B4BE4C
RGB18019076
HSL65°46.72%52.16%
HSB/HSV65°60.00%74.51%
CMYK5.26%0.00%60.00%
25.49%

Color #B4BE4C in popluar number systems.

HEXB4BE4C
Decimal18019076
Binary10110100101111101001100
Octal264276114

Shades and tints

Shades of #B4BE4C

#B4BE4C
(180,190,76)
#A4AD46
(164,173,70)
#949C40
(148,156,64)
#848B3A
(132,139,58)
#747A34
(116,122,52)
#64692E
(100,105,46)
#545828
(84,88,40)
#444722
(68,71,34)
#34361C
(52,54,28)
#242516
(36,37,22)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #B4BE4C

#B4BE4C
(180,190,76)
#BAC35C
(186,195,92)
#C0C86C
(192,200,108)
#C6CD7C
(198,205,124)
#CCD28C
(204,210,140)
#D2D79C
(210,215,156)
#D8DCAC
(216,220,172)
#DEE1BC
(222,225,188)
#E4E6CC
(228,230,204)
#EAEBDC
(234,235,220)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BE4C; }

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

This text font color is #B4BE4C.


Background Color

.myBgColor { background-color: #B4BE4C; }

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

This div background color is #B4BE4C.


Border color

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

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

This div border color is #B4BE4C.


Opacity

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

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

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

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

This text has shadow with #B4BE4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BE4C on black background.


Color preview on white background

This text has color #B4BE4C on white background.



Black color preview on #B4BE4C background

This text has black color on #B4BE4C background.


White color preview on #B4BE4C background

This text has white color on #B4BE4C background.