COLOR #B7A879

HEX: #B7A879
RGB: (183,168,121)

Color info

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

RGB color model

#B7A879 color RGB value is (183,168,121).

  • red value is 183;
  • green value is 168;
  • blue value is 121.
RGB:
(183,168,121)
(72%,66%,47%)

RGB channels and saturation

R 183 of 255 = 72%
G 168 of 255 = 66%
B 121 of 255 = 47%

183
168
121

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

Portions of RGB colors in percentages

R + G + B =
183 + 168 + 121 = 472 (100%)
R 183 of 472 ~ 38.77%
G 168 of 472 ~ 35.59%
B 121 of 472 ~ 25.64%

%38.77
%35.59
%25.64

CMYK color model

#B7A879 color CMYK value is (0,8,34,28).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 33.88%
  • key color value is 28.24%
CMYK:
(0,8,34,28)
C0M8Y34K28 
(0%,8%,34%,28%)
(0.00/0.08/0.34/0.28)	

CMYK percentages

%0
%8.2
%33.88
%28.24

Codes

Color #B7A879 in popluar color models

B7A879
RGB183168121
HSL45°30.10%59.61%
HSB/HSV45°33.88%71.76%
CMYK0.00%8.20%33.88%
28.24%

Color #B7A879 in popluar number systems.

HEXB7A879
Decimal183168121
Binary10110111101010001111001
Octal267250171

Shades and tints

Shades of #B7A879

#B7A879
(183,168,121)
#A7996E
(167,153,110)
#978A63
(151,138,99)
#877B58
(135,123,88)
#776C4D
(119,108,77)
#675D42
(103,93,66)
#574E37
(87,78,55)
#473F2C
(71,63,44)
#373021
(55,48,33)
#272116
(39,33,22)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #B7A879

#B7A879
(183,168,121)
#BDAF85
(189,175,133)
#C3B691
(195,182,145)
#C9BD9D
(201,189,157)
#CFC4A9
(207,196,169)
#D5CBB5
(213,203,181)
#DBD2C1
(219,210,193)
#E1D9CD
(225,217,205)
#E7E0D9
(231,224,217)
#EDE7E5
(237,231,229)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A879 color. Also use rgb(183,168,121) instead hex code.

Text Font Color

.myTextColor { color: #B7A879; }

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

This text font color is #B7A879.


Background Color

.myBgColor { background-color: #B7A879; }

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

This div background color is #B7A879.


Border color

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

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

This div border color is #B7A879.


Opacity

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

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

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

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

This text has shadow with #B7A879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A879 on black background.


Color preview on white background

This text has color #B7A879 on white background.



Black color preview on #B7A879 background

This text has black color on #B7A879 background.


White color preview on #B7A879 background

This text has white color on #B7A879 background.