COLOR #B7B981

HEX: #B7B981
RGB: (183,185,129)

Color info

#B7B981 contains red, green and blue colors in about the same proportion. Web safe color of #B7B981 is #CCCC99 (or #CC9).

RGB color model

#B7B981 color RGB value is (183,185,129).

  • red value is 183;
  • green value is 185;
  • blue value is 129.
RGB:
(183,185,129)
(72%,73%,51%)

RGB channels and saturation

R 183 of 255 = 72%
G 185 of 255 = 73%
B 129 of 255 = 51%

183
185
129

R + G + B ~ 65%. #B7B981 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 185 + 129 = 497 (100%)
R 183 of 497 ~ 36.82%
G 185 of 497 ~ 37.22%
B 129 of 497 ~ 25.96%

%36.82
%37.22
%25.96

CMYK color model

#B7B981 color CMYK value is (1,0,30,27).

  • cyan value is 1.08%
  • magenta value is 0.00%
  • yellow value is 30.27%
  • key color value is 27.45%
CMYK:
(1,0,30,27)
C1M0Y30K27 
(1%,0%,30%,27%)
(0.01/0.00/0.30/0.27)	

CMYK percentages

%1.08
%0
%30.27
%27.45

Codes

Color #B7B981 in popluar color models

B7B981
RGB183185129
HSL62°28.57%61.57%
HSB/HSV62°30.27%72.55%
CMYK1.08%0.00%30.27%
27.45%

Color #B7B981 in popluar number systems.

HEXB7B981
Decimal183185129
Binary101101111011100110000001
Octal267271201

Shades and tints

Shades of #B7B981

#B7B981
(183,185,129)
#A7A976
(167,169,118)
#97996B
(151,153,107)
#878960
(135,137,96)
#777955
(119,121,85)
#67694A
(103,105,74)
#57593F
(87,89,63)
#474934
(71,73,52)
#373929
(55,57,41)
#27291E
(39,41,30)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #B7B981

#B7B981
(183,185,129)
#BDBF8C
(189,191,140)
#C3C597
(195,197,151)
#C9CBA2
(201,203,162)
#CFD1AD
(207,209,173)
#D5D7B8
(213,215,184)
#DBDDC3
(219,221,195)
#E1E3CE
(225,227,206)
#E7E9D9
(231,233,217)
#EDEFE4
(237,239,228)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B981; }

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

This text font color is #B7B981.


Background Color

.myBgColor { background-color: #B7B981; }

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

This div background color is #B7B981.


Border color

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

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

This div border color is #B7B981.


Opacity

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

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

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

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

This text has shadow with #B7B981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B981 on black background.


Color preview on white background

This text has color #B7B981 on white background.



Black color preview on #B7B981 background

This text has black color on #B7B981 background.


White color preview on #B7B981 background

This text has white color on #B7B981 background.