COLOR #B6A973

HEX: #B6A973 RGB: (182,169,115)

Color info

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

RGB color model

#B6A973 color RGB value is (182,169,115).

RGB: (182,169,115) (71%, 66%, 45%)

RGB channels and saturation

R 182 of 255 = 71%
G 169 of 255 = 66%
B 115 of 255 = 45%

182
169
115

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

Portions of RGB colors in percentages

R + G + B = 182 + 169 + 115 = 466 (100%)
R 182 of 466 ~ 39.06%
G 169 of 466 ~ 36.27%
B 115 of 466 ~ 24.68'%

%39.06
%36.27
%24.68

CMYK color model

#B6A973 color CMYK value is (0,7,37,29).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 36.81%
  • key color value is 28.63%

CMYK: (0,7,37,29)
C0M7Y37K29 (0%, 7%, 37%, 29%)
(0.00 / 0.07 / 0.37 / 0.29)

CMYK percentages

%0
%7.14
%36.81
%28.63

Codes

Color #B6A973 in popluar color models

B6 A9 73
RGB 182 169 115
HSL 48° 31.46% 58.24%
HSB/HSV 48° 36.81% 71.37%
CMYK 0.00% 7.14% 36.81%
28.63%

Color #B6A973 in popluar number systems.

HEX B6 A9 73
Decimal 182 169 115
Binary 10110110 10101001 1110011
Octal 266 251 163

Shades and tints

Shades of #B6A973

#B6A973
(182,169,115)
#A69A69
(166,154,105)
#968B5F
(150,139,95)
#867C55
(134,124,85)
#766D4B
(118,109,75)
#665E41
(102,94,65)
#564F37
(86,79,55)
#46402D
(70,64,45)
#363123
(54,49,35)
#262219
(38,34,25)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #B6A973

#B6A973
(182,169,115)
#BCB07F
(188,176,127)
#C2B78B
(194,183,139)
#C8BE97
(200,190,151)
#CEC5A3
(206,197,163)
#D4CCAF
(212,204,175)
#DAD3BB
(218,211,187)
#E0DAC7
(224,218,199)
#E6E1D3
(230,225,211)
#ECE8DF
(236,232,223)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A973; }

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

This text font color is #B6A973.

Background Color

.myBgColor { background-color: #B6A973; }

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

This div background color is #B6A973.

Border color

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

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

This div border color is #B6A973.

Opacity

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

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

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

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

This text has shadow with #B6A973 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A973.

Preview

Color preview on black background

This text has color #B6A973 on black background.


Color preview on white background

This text has color #B6A973 on white background.


Black color preview on #B6A973 background

This text has black color on #B6A973 background.


White color preview on #B6A973 background

This text has white color on #B6A973 background.


Related colors

Complementary color

Complementary color for #hex is #49568C.


I love getcolorcode.com

Triadic colors

1 #73B6A9 and #A973B6 with #B6A973 are triadic colors.

2 #73A9B6 and #A9B673 with #B6A973 are triadic colors.