COLOR #B7AC74

HEX: #B7AC74 RGB: (183,172,116)

Color info

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

RGB color model

#B7AC74 color RGB value is (183,172,116).

RGB: (183,172,116) (72%, 67%, 45%)

RGB channels and saturation

R 183 of 255 = 72%
G 172 of 255 = 67%
B 116 of 255 = 45%

183
172
116

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

Portions of RGB colors in percentages

R + G + B = 183 + 172 + 116 = 471 (100%)
R 183 of 471 ~ 38.85%
G 172 of 471 ~ 36.52%
B 116 of 471 ~ 24.63'%

%38.85
%36.52
%24.63

CMYK color model

#B7AC74 color CMYK value is (0,6,37,28).

  • cyan value is 0.00%
  • magenta value is 6.01%
  • yellow value is 36.61%
  • key color value is 28.24%

CMYK: (0,6,37,28)
C0M6Y37K28 (0%, 6%, 37%, 28%)
(0.00 / 0.06 / 0.37 / 0.28)

CMYK percentages

%0
%6.01
%36.61
%28.24

Codes

Color #B7AC74 in popluar color models

B7 AC 74
RGB 183 172 116
HSL 50° 31.75% 58.63%
HSB/HSV 50° 36.61% 71.76%
CMYK 0.00% 6.01% 36.61%
28.24%

Color #B7AC74 in popluar number systems.

HEX B7 AC 74
Decimal 183 172 116
Binary 10110111 10101100 1110100
Octal 267 254 164

Shades and tints

Shades of #B7AC74

#B7AC74
(183,172,116)
#A79D6A
(167,157,106)
#978E60
(151,142,96)
#877F56
(135,127,86)
#77704C
(119,112,76)
#676142
(103,97,66)
#575238
(87,82,56)
#47432E
(71,67,46)
#373424
(55,52,36)
#27251A
(39,37,26)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #B7AC74

#B7AC74
(183,172,116)
#BDB380
(189,179,128)
#C3BA8C
(195,186,140)
#C9C198
(201,193,152)
#CFC8A4
(207,200,164)
#D5CFB0
(213,207,176)
#DBD6BC
(219,214,188)
#E1DDC8
(225,221,200)
#E7E4D4
(231,228,212)
#EDEBE0
(237,235,224)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7AC74 color. Also use rgb(183,172,116) instead hex code.

Text Font Color

.myTextColor { color: #B7AC74; }

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

This text font color is #B7AC74.

Background Color

.myBgColor { background-color: #B7AC74; }

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

This div background color is #B7AC74.

Border color

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

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

This div border color is #B7AC74.

Opacity

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

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

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

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

This text has shadow with #B7AC74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7AC74.

Preview

Color preview on black background

This text has color #B7AC74 on black background.


Color preview on white background

This text has color #B7AC74 on white background.


Black color preview on #B7AC74 background

This text has black color on #B7AC74 background.


White color preview on #B7AC74 background

This text has white color on #B7AC74 background.


Related colors

Complementary color

Complementary color for #hex is #48538B.


I love getcolorcode.com

Triadic colors

1 #74B7AC and #AC74B7 with #B7AC74 are triadic colors.

2 #74ACB7 and #ACB774 with #B7AC74 are triadic colors.