COLOR #B7B063

HEX: #B7B063
RGB: (183,176,99)

Color info

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

RGB color model

#B7B063 color RGB value is (183,176,99).

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

RGB channels and saturation

R 183 of 255 = 72%
G 176 of 255 = 69%
B 99 of 255 = 39%

183
176
99

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

Portions of RGB colors in percentages

R + G + B =
183 + 176 + 99 = 458 (100%)
R 183 of 458 ~ 39.96%
G 176 of 458 ~ 38.43%
B 99 of 458 ~ 21.62%

%39.96
%38.43
%21.62

CMYK color model

#B7B063 color CMYK value is (0,4,46,28).

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 45.90%
  • key color value is 28.24%
CMYK:
(0,4,46,28)
C0M4Y46K28 
(0%,4%,46%,28%)
(0.00/0.04/0.46/0.28)	

CMYK percentages

%0
%3.83
%45.9
%28.24

Codes

Color #B7B063 in popluar color models

B7B063
RGB18317699
HSL55°36.84%55.29%
HSB/HSV55°45.90%71.76%
CMYK0.00%3.83%45.90%
28.24%

Color #B7B063 in popluar number systems.

HEXB7B063
Decimal18317699
Binary10110111101100001100011
Octal267260143

Shades and tints

Shades of #B7B063

#B7B063
(183,176,99)
#A7A05A
(167,160,90)
#979051
(151,144,81)
#878048
(135,128,72)
#77703F
(119,112,63)
#676036
(103,96,54)
#57502D
(87,80,45)
#474024
(71,64,36)
#37301B
(55,48,27)
#272012
(39,32,18)
#171009
(23,16,9)
#000000
(0,0,0)

Tints of #B7B063

#B7B063
(183,176,99)
#BDB771
(189,183,113)
#C3BE7F
(195,190,127)
#C9C58D
(201,197,141)
#CFCC9B
(207,204,155)
#D5D3A9
(213,211,169)
#DBDAB7
(219,218,183)
#E1E1C5
(225,225,197)
#E7E8D3
(231,232,211)
#EDEFE1
(237,239,225)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B063; }

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

This text font color is #B7B063.


Background Color

.myBgColor { background-color: #B7B063; }

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

This div background color is #B7B063.


Border color

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

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

This div border color is #B7B063.


Opacity

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

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

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

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

This text has shadow with #B7B063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B063 on black background.


Color preview on white background

This text has color #B7B063 on white background.



Black color preview on #B7B063 background

This text has black color on #B7B063 background.


White color preview on #B7B063 background

This text has white color on #B7B063 background.