COLOR #B6A573

HEX: #B6A573
RGB: (182,165,115)

Color info

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

RGB color model

#B6A573 color RGB value is (182,165,115).

  • red value is 182;
  • green value is 165;
  • blue value is 115.
RGB:
(182,165,115)
(71%,65%,45%)

RGB channels and saturation

R 182 of 255 = 71%
G 165 of 255 = 65%
B 115 of 255 = 45%

182
165
115

R + G + B ~ 60%. #B6A573 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 165 + 115 = 462 (100%)
R 182 of 462 ~ 39.39%
G 165 of 462 ~ 35.71%
B 115 of 462 ~ 24.89%

%39.39
%35.71
%24.89

CMYK color model

#B6A573 color CMYK value is (0,9,37,29).

  • cyan value is 0.00%
  • magenta value is 9.34%
  • yellow value is 36.81%
  • key color value is 28.63%
CMYK:
(0,9,37,29)
C0M9Y37K29 
(0%,9%,37%,29%)
(0.00/0.09/0.37/0.29)	

CMYK percentages

%0
%9.34
%36.81
%28.63

Codes

Color #B6A573 in popluar color models

B6A573
RGB182165115
HSL45°31.46%58.24%
HSB/HSV45°36.81%71.37%
CMYK0.00%9.34%36.81%
28.63%

Color #B6A573 in popluar number systems.

HEXB6A573
Decimal182165115
Binary10110110101001011110011
Octal266245163

Shades and tints

Shades of #B6A573

#B6A573
(182,165,115)
#A69669
(166,150,105)
#96875F
(150,135,95)
#867855
(134,120,85)
#76694B
(118,105,75)
#665A41
(102,90,65)
#564B37
(86,75,55)
#463C2D
(70,60,45)
#362D23
(54,45,35)
#261E19
(38,30,25)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #B6A573

#B6A573
(182,165,115)
#BCAD7F
(188,173,127)
#C2B58B
(194,181,139)
#C8BD97
(200,189,151)
#CEC5A3
(206,197,163)
#D4CDAF
(212,205,175)
#DAD5BB
(218,213,187)
#E0DDC7
(224,221,199)
#E6E5D3
(230,229,211)
#ECEDDF
(236,237,223)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A573 color. Also use rgb(182,165,115) instead hex code.

Text Font Color

.myTextColor { color: #B6A573; }

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

This text font color is #B6A573.


Background Color

.myBgColor { background-color: #B6A573; }

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

This div background color is #B6A573.


Border color

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

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

This div border color is #B6A573.


Opacity

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

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

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

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

This text has shadow with #B6A573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A573 on black background.


Color preview on white background

This text has color #B6A573 on white background.



Black color preview on #B6A573 background

This text has black color on #B6A573 background.


White color preview on #B6A573 background

This text has white color on #B6A573 background.