COLOR #B7A576

HEX: #B7A576
RGB: (183,165,118)

Color info

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

RGB color model

#B7A576 color RGB value is (183,165,118).

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

RGB channels and saturation

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

183
165
118

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

Portions of RGB colors in percentages

R + G + B =
183 + 165 + 118 = 466 (100%)
R 183 of 466 ~ 39.27%
G 165 of 466 ~ 35.41%
B 118 of 466 ~ 25.32%

%39.27
%35.41
%25.32

CMYK color model

#B7A576 color CMYK value is (0,10,36,28).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 35.52%
  • key color value is 28.24%
CMYK:
(0,10,36,28)
C0M10Y36K28 
(0%,10%,36%,28%)
(0.00/0.10/0.36/0.28)	

CMYK percentages

%0
%9.84
%35.52
%28.24

Codes

Color #B7A576 in popluar color models

B7A576
RGB183165118
HSL43°31.10%59.02%
HSB/HSV43°35.52%71.76%
CMYK0.00%9.84%35.52%
28.24%

Color #B7A576 in popluar number systems.

HEXB7A576
Decimal183165118
Binary10110111101001011110110
Octal267245166

Shades and tints

Shades of #B7A576

#B7A576
(183,165,118)
#A7966C
(167,150,108)
#978762
(151,135,98)
#877858
(135,120,88)
#77694E
(119,105,78)
#675A44
(103,90,68)
#574B3A
(87,75,58)
#473C30
(71,60,48)
#372D26
(55,45,38)
#271E1C
(39,30,28)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #B7A576

#B7A576
(183,165,118)
#BDAD82
(189,173,130)
#C3B58E
(195,181,142)
#C9BD9A
(201,189,154)
#CFC5A6
(207,197,166)
#D5CDB2
(213,205,178)
#DBD5BE
(219,213,190)
#E1DDCA
(225,221,202)
#E7E5D6
(231,229,214)
#EDEDE2
(237,237,226)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A576; }

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

This text font color is #B7A576.


Background Color

.myBgColor { background-color: #B7A576; }

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

This div background color is #B7A576.


Border color

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

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

This div border color is #B7A576.


Opacity

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

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

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

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

This text has shadow with #B7A576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A576 on black background.


Color preview on white background

This text has color #B7A576 on white background.



Black color preview on #B7A576 background

This text has black color on #B7A576 background.


White color preview on #B7A576 background

This text has white color on #B7A576 background.