COLOR #B7BC44

HEX: #B7BC44
RGB: (183,188,68)

Color info

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

RGB color model

#B7BC44 color RGB value is (183,188,68).

  • red value is 183;
  • green value is 188;
  • blue value is 68.
RGB:
(183,188,68)
(72%,74%,27%)

RGB channels and saturation

R 183 of 255 = 72%
G 188 of 255 = 74%
B 68 of 255 = 27%

183
188
68

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

Portions of RGB colors in percentages

R + G + B =
183 + 188 + 68 = 439 (100%)
R 183 of 439 ~ 41.69%
G 188 of 439 ~ 42.82%
B 68 of 439 ~ 15.49%

%41.69
%42.82
%15.49

CMYK color model

#B7BC44 color CMYK value is (3,0,64,26).

  • cyan value is 2.66%
  • magenta value is 0.00%
  • yellow value is 63.83%
  • key color value is 26.27%
CMYK:
(3,0,64,26)
C3M0Y64K26 
(3%,0%,64%,26%)
(0.03/0.00/0.64/0.26)	

CMYK percentages

%2.66
%0
%63.83
%26.27

Codes

Color #B7BC44 in popluar color models

B7BC44
RGB18318868
HSL63°47.24%50.20%
HSB/HSV63°63.83%73.73%
CMYK2.66%0.00%63.83%
26.27%

Color #B7BC44 in popluar number systems.

HEXB7BC44
Decimal18318868
Binary10110111101111001000100
Octal267274104

Shades and tints

Shades of #B7BC44

#B7BC44
(183,188,68)
#A7AB3E
(167,171,62)
#979A38
(151,154,56)
#878932
(135,137,50)
#77782C
(119,120,44)
#676726
(103,103,38)
#575620
(87,86,32)
#47451A
(71,69,26)
#373414
(55,52,20)
#27230E
(39,35,14)
#171208
(23,18,8)
#000000
(0,0,0)

Tints of #B7BC44

#B7BC44
(183,188,68)
#BDC255
(189,194,85)
#C3C866
(195,200,102)
#C9CE77
(201,206,119)
#CFD488
(207,212,136)
#D5DA99
(213,218,153)
#DBE0AA
(219,224,170)
#E1E6BB
(225,230,187)
#E7ECCC
(231,236,204)
#EDF2DD
(237,242,221)
#F3F8EE
(243,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BC44 color. Also use rgb(183,188,68) instead hex code.

Text Font Color

.myTextColor { color: #B7BC44; }

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

This text font color is #B7BC44.


Background Color

.myBgColor { background-color: #B7BC44; }

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

This div background color is #B7BC44.


Border color

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

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

This div border color is #B7BC44.


Opacity

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

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

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

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

This text has shadow with #B7BC44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BC44 on black background.


Color preview on white background

This text has color #B7BC44 on white background.



Black color preview on #B7BC44 background

This text has black color on #B7BC44 background.


White color preview on #B7BC44 background

This text has white color on #B7BC44 background.