COLOR #B7BD74

HEX: #B7BD74
RGB: (183,189,116)

Color info

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

RGB color model

#B7BD74 color RGB value is (183,189,116).

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

RGB channels and saturation

R 183 of 255 = 72%
G 189 of 255 = 74%
B 116 of 255 = 45%

183
189
116

R + G + B ~ 64%. #B7BD74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 189 + 116 = 488 (100%)
R 183 of 488 ~ 37.5%
G 189 of 488 ~ 38.73%
B 116 of 488 ~ 23.77%

%37.5
%38.73
%23.77

CMYK color model

#B7BD74 color CMYK value is (3,0,39,26).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 38.62%
  • key color value is 25.88%
CMYK:
(3,0,39,26)
C3M0Y39K26 
(3%,0%,39%,26%)
(0.03/0.00/0.39/0.26)	

CMYK percentages

%3.17
%0
%38.62
%25.88

Codes

Color #B7BD74 in popluar color models

B7BD74
RGB183189116
HSL65°35.61%59.80%
HSB/HSV65°38.62%74.12%
CMYK3.17%0.00%38.62%
25.88%

Color #B7BD74 in popluar number systems.

HEXB7BD74
Decimal183189116
Binary10110111101111011110100
Octal267275164

Shades and tints

Shades of #B7BD74

#B7BD74
(183,189,116)
#A7AC6A
(167,172,106)
#979B60
(151,155,96)
#878A56
(135,138,86)
#77794C
(119,121,76)
#676842
(103,104,66)
#575738
(87,87,56)
#47462E
(71,70,46)
#373524
(55,53,36)
#27241A
(39,36,26)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #B7BD74

#B7BD74
(183,189,116)
#BDC380
(189,195,128)
#C3C98C
(195,201,140)
#C9CF98
(201,207,152)
#CFD5A4
(207,213,164)
#D5DBB0
(213,219,176)
#DBE1BC
(219,225,188)
#E1E7C8
(225,231,200)
#E7EDD4
(231,237,212)
#EDF3E0
(237,243,224)
#F3F9EC
(243,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BD74; }

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

This text font color is #B7BD74.


Background Color

.myBgColor { background-color: #B7BD74; }

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

This div background color is #B7BD74.


Border color

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

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

This div border color is #B7BD74.


Opacity

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

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

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

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

This text has shadow with #B7BD74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BD74 on black background.


Color preview on white background

This text has color #B7BD74 on white background.



Black color preview on #B7BD74 background

This text has black color on #B7BD74 background.


White color preview on #B7BD74 background

This text has white color on #B7BD74 background.