COLOR #B7B06F

HEX: #B7B06F
RGB: (183,176,111)

Color info

#B7B06F contains mainly red and green colors. Web safe color of #B7B06F is #CC9966 (or #C96).

RGB color model

#B7B06F color RGB value is (183,176,111).

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

RGB channels and saturation

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

183
176
111

R + G + B ~ 62%. #B7B06F is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 176 + 111 = 470 (100%)
R 183 of 470 ~ 38.94%
G 176 of 470 ~ 37.45%
B 111 of 470 ~ 23.62%

%38.94
%37.45
%23.62

CMYK color model

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

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

CMYK percentages

%0
%3.83
%39.34
%28.24

Codes

Color #B7B06F in popluar color models

B7B06F
RGB183176111
HSL54°33.33%57.65%
HSB/HSV54°39.34%71.76%
CMYK0.00%3.83%39.34%
28.24%

Color #B7B06F in popluar number systems.

HEXB7B06F
Decimal183176111
Binary10110111101100001101111
Octal267260157

Shades and tints

Shades of #B7B06F

#B7B06F
(183,176,111)
#A7A065
(167,160,101)
#97905B
(151,144,91)
#878051
(135,128,81)
#777047
(119,112,71)
#67603D
(103,96,61)
#575033
(87,80,51)
#474029
(71,64,41)
#37301F
(55,48,31)
#272015
(39,32,21)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #B7B06F

#B7B06F
(183,176,111)
#BDB77C
(189,183,124)
#C3BE89
(195,190,137)
#C9C596
(201,197,150)
#CFCCA3
(207,204,163)
#D5D3B0
(213,211,176)
#DBDABD
(219,218,189)
#E1E1CA
(225,225,202)
#E7E8D7
(231,232,215)
#EDEFE4
(237,239,228)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B06F; }

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

This text font color is #B7B06F.


Background Color

.myBgColor { background-color: #B7B06F; }

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

This div background color is #B7B06F.


Border color

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

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

This div border color is #B7B06F.


Opacity

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

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

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

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

This text has shadow with #B7B06F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B06F on black background.


Color preview on white background

This text has color #B7B06F on white background.



Black color preview on #B7B06F background

This text has black color on #B7B06F background.


White color preview on #B7B06F background

This text has white color on #B7B06F background.