COLOR #B8A677

HEX: #B8A677 RGB: (184,166,119)

Color info

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

RGB color model

#B8A677 color RGB value is (184,166,119).

RGB: (184,166,119) (72%, 65%, 47%)

RGB channels and saturation

R 184 of 255 = 72%
G 166 of 255 = 65%
B 119 of 255 = 47%

184
166
119

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

Portions of RGB colors in percentages

R + G + B = 184 + 166 + 119 = 469 (100%)
R 184 of 469 ~ 39.23%
G 166 of 469 ~ 35.39%
B 119 of 469 ~ 25.37'%

%39.23
%35.39
%25.37

CMYK color model

#B8A677 color CMYK value is (0,10,35,28).

  • cyan value is 0.00%
  • magenta value is 9.78%
  • yellow value is 35.33%
  • key color value is 27.84%

CMYK: (0,10,35,28)
C0M10Y35K28 (0%, 10%, 35%, 28%)
(0.00 / 0.10 / 0.35 / 0.28)

CMYK percentages

%0
%9.78
%35.33
%27.84

Codes

Color #B8A677 in popluar color models

B8 A6 77
RGB 184 166 119
HSL 43° 31.40% 59.41%
HSB/HSV 43° 35.33% 72.16%
CMYK 0.00% 9.78% 35.33%
27.84%

Color #B8A677 in popluar number systems.

HEX B8 A6 77
Decimal 184 166 119
Binary 10111000 10100110 1110111
Octal 270 246 167

Shades and tints

Shades of #B8A677

#B8A677
(184,166,119)
#A8976D
(168,151,109)
#988863
(152,136,99)
#887959
(136,121,89)
#786A4F
(120,106,79)
#685B45
(104,91,69)
#584C3B
(88,76,59)
#483D31
(72,61,49)
#382E27
(56,46,39)
#281F1D
(40,31,29)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #B8A677

#B8A677
(184,166,119)
#BEAE83
(190,174,131)
#C4B68F
(196,182,143)
#CABE9B
(202,190,155)
#D0C6A7
(208,198,167)
#D6CEB3
(214,206,179)
#DCD6BF
(220,214,191)
#E2DECB
(226,222,203)
#E8E6D7
(232,230,215)
#EEEEE3
(238,238,227)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A677 color. Also use rgb(184,166,119) instead hex code.

Text Font Color

.myTextColor { color: #B8A677; }

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

This text font color is #B8A677.

Background Color

.myBgColor { background-color: #B8A677; }

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

This div background color is #B8A677.

Border color

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

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

This div border color is #B8A677.

Opacity

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

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

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

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

This text has shadow with #B8A677 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A677.

Preview

Color preview on black background

This text has color #B8A677 on black background.


Color preview on white background

This text has color #B8A677 on white background.


Black color preview on #B8A677 background

This text has black color on #B8A677 background.


White color preview on #B8A677 background

This text has white color on #B8A677 background.


Related colors

Complementary color

Complementary color for #hex is #475988.


I love getcolorcode.com

Triadic colors

1 #77B8A6 and #A677B8 with #B8A677 are triadic colors.

2 #77A6B8 and #A6B877 with #B8A677 are triadic colors.