COLOR #B7B67D

HEX: #B7B67D
RGB: (183,182,125)

Color info

#B7B67D contains red, green and blue colors in about the same proportion. Web safe color of #B7B67D is #CCCC66 (or #CC6).

RGB color model

#B7B67D color RGB value is (183,182,125).

  • red value is 183;
  • green value is 182;
  • blue value is 125.
RGB:
(183,182,125)
(72%,71%,49%)

RGB channels and saturation

R 183 of 255 = 72%
G 182 of 255 = 71%
B 125 of 255 = 49%

183
182
125

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

Portions of RGB colors in percentages

R + G + B =
183 + 182 + 125 = 490 (100%)
R 183 of 490 ~ 37.35%
G 182 of 490 ~ 37.14%
B 125 of 490 ~ 25.51%

%37.35
%37.14
%25.51

CMYK color model

#B7B67D color CMYK value is (0,1,32,28).

  • cyan value is 0.00%
  • magenta value is 0.55%
  • yellow value is 31.69%
  • key color value is 28.24%
CMYK:
(0,1,32,28)
C0M1Y32K28 
(0%,1%,32%,28%)
(0.00/0.01/0.32/0.28)	

CMYK percentages

%0
%0.55
%31.69
%28.24

Codes

Color #B7B67D in popluar color models

B7B67D
RGB183182125
HSL59°28.71%60.39%
HSB/HSV59°31.69%71.76%
CMYK0.00%0.55%31.69%
28.24%

Color #B7B67D in popluar number systems.

HEXB7B67D
Decimal183182125
Binary10110111101101101111101
Octal267266175

Shades and tints

Shades of #B7B67D

#B7B67D
(183,182,125)
#A7A672
(167,166,114)
#979667
(151,150,103)
#87865C
(135,134,92)
#777651
(119,118,81)
#676646
(103,102,70)
#57563B
(87,86,59)
#474630
(71,70,48)
#373625
(55,54,37)
#27261A
(39,38,26)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #B7B67D

#B7B67D
(183,182,125)
#BDBC88
(189,188,136)
#C3C293
(195,194,147)
#C9C89E
(201,200,158)
#CFCEA9
(207,206,169)
#D5D4B4
(213,212,180)
#DBDABF
(219,218,191)
#E1E0CA
(225,224,202)
#E7E6D5
(231,230,213)
#EDECE0
(237,236,224)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B67D; }

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

This text font color is #B7B67D.


Background Color

.myBgColor { background-color: #B7B67D; }

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

This div background color is #B7B67D.


Border color

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

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

This div border color is #B7B67D.


Opacity

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

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

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

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

This text has shadow with #B7B67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B67D on black background.


Color preview on white background

This text has color #B7B67D on white background.



Black color preview on #B7B67D background

This text has black color on #B7B67D background.


White color preview on #B7B67D background

This text has white color on #B7B67D background.