COLOR #B7A776

HEX: #B7A776
RGB: (183,167,118)

Color info

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

RGB color model

#B7A776 color RGB value is (183,167,118).

  • red value is 183;
  • green value is 167;
  • blue value is 118.
RGB:
(183,167,118)
(72%,65%,46%)

RGB channels and saturation

R 183 of 255 = 72%
G 167 of 255 = 65%
B 118 of 255 = 46%

183
167
118

R + G + B ~ 61%. #B7A776 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 167 + 118 = 468 (100%)
R 183 of 468 ~ 39.1%
G 167 of 468 ~ 35.68%
B 118 of 468 ~ 25.21%

%39.1
%35.68
%25.21

CMYK color model

#B7A776 color CMYK value is (0,9,36,28).

  • cyan value is 0.00%
  • magenta value is 8.74%
  • yellow value is 35.52%
  • key color value is 28.24%
CMYK:
(0,9,36,28)
C0M9Y36K28 
(0%,9%,36%,28%)
(0.00/0.09/0.36/0.28)	

CMYK percentages

%0
%8.74
%35.52
%28.24

Codes

Color #B7A776 in popluar color models

B7A776
RGB183167118
HSL45°31.10%59.02%
HSB/HSV45°35.52%71.76%
CMYK0.00%8.74%35.52%
28.24%

Color #B7A776 in popluar number systems.

HEXB7A776
Decimal183167118
Binary10110111101001111110110
Octal267247166

Shades and tints

Shades of #B7A776

#B7A776
(183,167,118)
#A7986C
(167,152,108)
#978962
(151,137,98)
#877A58
(135,122,88)
#776B4E
(119,107,78)
#675C44
(103,92,68)
#574D3A
(87,77,58)
#473E30
(71,62,48)
#372F26
(55,47,38)
#27201C
(39,32,28)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #B7A776

#B7A776
(183,167,118)
#BDAF82
(189,175,130)
#C3B78E
(195,183,142)
#C9BF9A
(201,191,154)
#CFC7A6
(207,199,166)
#D5CFB2
(213,207,178)
#DBD7BE
(219,215,190)
#E1DFCA
(225,223,202)
#E7E7D6
(231,231,214)
#EDEFE2
(237,239,226)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A776 color. Also use rgb(183,167,118) instead hex code.

Text Font Color

.myTextColor { color: #B7A776; }

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

This text font color is #B7A776.


Background Color

.myBgColor { background-color: #B7A776; }

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

This div background color is #B7A776.


Border color

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

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

This div border color is #B7A776.


Opacity

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

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

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

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

This text has shadow with #B7A776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A776 on black background.


Color preview on white background

This text has color #B7A776 on white background.



Black color preview on #B7A776 background

This text has black color on #B7A776 background.


White color preview on #B7A776 background

This text has white color on #B7A776 background.