COLOR #B7A981

HEX: #B7A981
RGB: (183,169,129)

Color info

#B7A981 contains red, green and blue colors in about the same proportion. Web safe color of #B7A981 is #CC9999 (or #C99).

RGB color model

#B7A981 color RGB value is (183,169,129).

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

RGB channels and saturation

R 183 of 255 = 72%
G 169 of 255 = 66%
B 129 of 255 = 51%

183
169
129

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

Portions of RGB colors in percentages

R + G + B =
183 + 169 + 129 = 481 (100%)
R 183 of 481 ~ 38.05%
G 169 of 481 ~ 35.14%
B 129 of 481 ~ 26.82%

%38.05
%35.14
%26.82

CMYK color model

#B7A981 color CMYK value is (0,8,30,28).

  • cyan value is 0.00%
  • magenta value is 7.65%
  • yellow value is 29.51%
  • key color value is 28.24%
CMYK:
(0,8,30,28)
C0M8Y30K28 
(0%,8%,30%,28%)
(0.00/0.08/0.30/0.28)	

CMYK percentages

%0
%7.65
%29.51
%28.24

Codes

Color #B7A981 in popluar color models

B7A981
RGB183169129
HSL44°27.27%61.18%
HSB/HSV44°29.51%71.76%
CMYK0.00%7.65%29.51%
28.24%

Color #B7A981 in popluar number systems.

HEXB7A981
Decimal183169129
Binary101101111010100110000001
Octal267251201

Shades and tints

Shades of #B7A981

#B7A981
(183,169,129)
#A79A76
(167,154,118)
#978B6B
(151,139,107)
#877C60
(135,124,96)
#776D55
(119,109,85)
#675E4A
(103,94,74)
#574F3F
(87,79,63)
#474034
(71,64,52)
#373129
(55,49,41)
#27221E
(39,34,30)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #B7A981

#B7A981
(183,169,129)
#BDB08C
(189,176,140)
#C3B797
(195,183,151)
#C9BEA2
(201,190,162)
#CFC5AD
(207,197,173)
#D5CCB8
(213,204,184)
#DBD3C3
(219,211,195)
#E1DACE
(225,218,206)
#E7E1D9
(231,225,217)
#EDE8E4
(237,232,228)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A981; }

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

This text font color is #B7A981.


Background Color

.myBgColor { background-color: #B7A981; }

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

This div background color is #B7A981.


Border color

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

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

This div border color is #B7A981.


Opacity

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

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

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

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

This text has shadow with #B7A981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A981 on black background.


Color preview on white background

This text has color #B7A981 on white background.



Black color preview on #B7A981 background

This text has black color on #B7A981 background.


White color preview on #B7A981 background

This text has white color on #B7A981 background.