COLOR #B7BA74

HEX: #B7BA74
RGB: (183,186,116)

Color info

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

RGB color model

#B7BA74 color RGB value is (183,186,116).

  • red value is 183;
  • green value is 186;
  • blue value is 116.
RGB:
(183,186,116)
(72%,73%,45%)

RGB channels and saturation

R 183 of 255 = 72%
G 186 of 255 = 73%
B 116 of 255 = 45%

183
186
116

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

Portions of RGB colors in percentages

R + G + B =
183 + 186 + 116 = 485 (100%)
R 183 of 485 ~ 37.73%
G 186 of 485 ~ 38.35%
B 116 of 485 ~ 23.92%

%37.73
%38.35
%23.92

CMYK color model

#B7BA74 color CMYK value is (2,0,38,27).

  • cyan value is 1.61%
  • magenta value is 0.00%
  • yellow value is 37.63%
  • key color value is 27.06%
CMYK:
(2,0,38,27)
C2M0Y38K27 
(2%,0%,38%,27%)
(0.02/0.00/0.38/0.27)	

CMYK percentages

%1.61
%0
%37.63
%27.06

Codes

Color #B7BA74 in popluar color models

B7BA74
RGB183186116
HSL63°33.65%59.22%
HSB/HSV63°37.63%72.94%
CMYK1.61%0.00%37.63%
27.06%

Color #B7BA74 in popluar number systems.

HEXB7BA74
Decimal183186116
Binary10110111101110101110100
Octal267272164

Shades and tints

Shades of #B7BA74

#B7BA74
(183,186,116)
#A7AA6A
(167,170,106)
#979A60
(151,154,96)
#878A56
(135,138,86)
#777A4C
(119,122,76)
#676A42
(103,106,66)
#575A38
(87,90,56)
#474A2E
(71,74,46)
#373A24
(55,58,36)
#272A1A
(39,42,26)
#171A10
(23,26,16)
#000000
(0,0,0)

Tints of #B7BA74

#B7BA74
(183,186,116)
#BDC080
(189,192,128)
#C3C68C
(195,198,140)
#C9CC98
(201,204,152)
#CFD2A4
(207,210,164)
#D5D8B0
(213,216,176)
#DBDEBC
(219,222,188)
#E1E4C8
(225,228,200)
#E7EAD4
(231,234,212)
#EDF0E0
(237,240,224)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BA74 color. Also use rgb(183,186,116) instead hex code.

Text Font Color

.myTextColor { color: #B7BA74; }

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

This text font color is #B7BA74.


Background Color

.myBgColor { background-color: #B7BA74; }

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

This div background color is #B7BA74.


Border color

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

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

This div border color is #B7BA74.


Opacity

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

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

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

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

This text has shadow with #B7BA74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BA74 on black background.


Color preview on white background

This text has color #B7BA74 on white background.



Black color preview on #B7BA74 background

This text has black color on #B7BA74 background.


White color preview on #B7BA74 background

This text has white color on #B7BA74 background.