COLOR #B8A271

HEX: #B8A271 RGB: (184,162,113)

Color info

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

RGB color model

#B8A271 color RGB value is (184,162,113).

RGB: (184,162,113) (72%, 64%, 44%)

RGB channels and saturation

R 184 of 255 = 72%
G 162 of 255 = 64%
B 113 of 255 = 44%

184
162
113

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

Portions of RGB colors in percentages

R + G + B = 184 + 162 + 113 = 459 (100%)
R 184 of 459 ~ 40.09%
G 162 of 459 ~ 35.29%
B 113 of 459 ~ 24.62'%

%40.09
%35.29
%24.62

CMYK color model

#B8A271 color CMYK value is (0,12,39,28).

  • cyan value is 0.00%
  • magenta value is 11.96%
  • yellow value is 38.59%
  • key color value is 27.84%

CMYK: (0,12,39,28)
C0M12Y39K28 (0%, 12%, 39%, 28%)
(0.00 / 0.12 / 0.39 / 0.28)

CMYK percentages

%0
%11.96
%38.59
%27.84

Codes

Color #B8A271 in popluar color models

B8 A2 71
RGB 184 162 113
HSL 41° 33.33% 58.24%
HSB/HSV 41° 38.59% 72.16%
CMYK 0.00% 11.96% 38.59%
27.84%

Color #B8A271 in popluar number systems.

HEX B8 A2 71
Decimal 184 162 113
Binary 10111000 10100010 1110001
Octal 270 242 161

Shades and tints

Shades of #B8A271

#B8A271
(184,162,113)
#A89467
(168,148,103)
#98865D
(152,134,93)
#887853
(136,120,83)
#786A49
(120,106,73)
#685C3F
(104,92,63)
#584E35
(88,78,53)
#48402B
(72,64,43)
#383221
(56,50,33)
#282417
(40,36,23)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #B8A271

#B8A271
(184,162,113)
#BEAA7D
(190,170,125)
#C4B289
(196,178,137)
#CABA95
(202,186,149)
#D0C2A1
(208,194,161)
#D6CAAD
(214,202,173)
#DCD2B9
(220,210,185)
#E2DAC5
(226,218,197)
#E8E2D1
(232,226,209)
#EEEADD
(238,234,221)
#F4F2E9
(244,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A271 color. Also use rgb(184,162,113) instead hex code.

Text Font Color

.myTextColor { color: #B8A271; }

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

This text font color is #B8A271.

Background Color

.myBgColor { background-color: #B8A271; }

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

This div background color is #B8A271.

Border color

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

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

This div border color is #B8A271.

Opacity

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

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

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

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

This text has shadow with #B8A271 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A271.

Preview

Color preview on black background

This text has color #B8A271 on black background.


Color preview on white background

This text has color #B8A271 on white background.


Black color preview on #B8A271 background

This text has black color on #B8A271 background.


White color preview on #B8A271 background

This text has white color on #B8A271 background.


Related colors

Complementary color

Complementary color for #hex is #475D8E.


I love getcolorcode.com

Triadic colors

1 #71B8A2 and #A271B8 with #B8A271 are triadic colors.

2 #71A2B8 and #A2B871 with #B8A271 are triadic colors.