COLOR #B7B76F

HEX: #B7B76F
RGB: (183,183,111)

Color info

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

RGB color model

#B7B76F color RGB value is (183,183,111).

  • red value is 183;
  • green value is 183;
  • blue value is 111.
RGB:
(183,183,111)
(72%,72%,44%)

RGB channels and saturation

R 183 of 255 = 72%
G 183 of 255 = 72%
B 111 of 255 = 44%

183
183
111

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

Portions of RGB colors in percentages

R + G + B =
183 + 183 + 111 = 477 (100%)
R 183 of 477 ~ 38.36%
G 183 of 477 ~ 38.36%
B 111 of 477 ~ 23.27%

%38.36
%38.36
%23.27

CMYK color model

#B7B76F color CMYK value is (0,0,39,28).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 39.34%
  • key color value is 28.24%
CMYK:
(0,0,39,28)
C0M0Y39K28 
(0%,0%,39%,28%)
(0.00/0.00/0.39/0.28)	

CMYK percentages

%0
%0
%39.34
%28.24

Codes

Color #B7B76F in popluar color models

B7B76F
RGB183183111
HSL60°33.33%57.65%
HSB/HSV60°39.34%71.76%
CMYK0.00%0.00%39.34%
28.24%

Color #B7B76F in popluar number systems.

HEXB7B76F
Decimal183183111
Binary10110111101101111101111
Octal267267157

Shades and tints

Shades of #B7B76F

#B7B76F
(183,183,111)
#A7A765
(167,167,101)
#97975B
(151,151,91)
#878751
(135,135,81)
#777747
(119,119,71)
#67673D
(103,103,61)
#575733
(87,87,51)
#474729
(71,71,41)
#37371F
(55,55,31)
#272715
(39,39,21)
#17170B
(23,23,11)
#000000
(0,0,0)

Tints of #B7B76F

#B7B76F
(183,183,111)
#BDBD7C
(189,189,124)
#C3C389
(195,195,137)
#C9C996
(201,201,150)
#CFCFA3
(207,207,163)
#D5D5B0
(213,213,176)
#DBDBBD
(219,219,189)
#E1E1CA
(225,225,202)
#E7E7D7
(231,231,215)
#EDEDE4
(237,237,228)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B76F; }

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

This text font color is #B7B76F.


Background Color

.myBgColor { background-color: #B7B76F; }

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

This div background color is #B7B76F.


Border color

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

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

This div border color is #B7B76F.


Opacity

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

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

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

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

This text has shadow with #B7B76F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B76F on black background.


Color preview on white background

This text has color #B7B76F on white background.



Black color preview on #B7B76F background

This text has black color on #B7B76F background.


White color preview on #B7B76F background

This text has white color on #B7B76F background.