COLOR #B8984D

HEX: #B8984D RGB: (184,152,77)

Color info

#B8984D contains mainly red and green colors. Web safe color of #B8984D is #CC9933 (or #C93).

RGB color model

#B8984D color RGB value is (184,152,77).

RGB: (184,152,77) (72%, 60%, 30%)

RGB channels and saturation

R 184 of 255 = 72%
G 152 of 255 = 60%
B 77 of 255 = 30%

184
152
77

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

Portions of RGB colors in percentages

R + G + B = 184 + 152 + 77 = 413 (100%)
R 184 of 413 ~ 44.55%
G 152 of 413 ~ 36.8%
B 77 of 413 ~ 18.64'%

%44.55
%36.8
%18.64

CMYK color model

#B8984D color CMYK value is (0,17,58,28).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 58.15%
  • key color value is 27.84%

CMYK: (0,17,58,28)
C0M17Y58K28 (0%, 17%, 58%, 28%)
(0.00 / 0.17 / 0.58 / 0.28)

CMYK percentages

%0
%17.39
%58.15
%27.84

Codes

Color #B8984D in popluar color models

B8 98 4D
RGB 184 152 77
HSL 42° 42.97% 51.18%
HSB/HSV 42° 58.15% 72.16%
CMYK 0.00% 17.39% 58.15%
27.84%

Color #B8984D in popluar number systems.

HEX B8 98 4D
Decimal 184 152 77
Binary 10111000 10011000 1001101
Octal 270 230 115

Shades and tints

Shades of #B8984D

#B8984D
(184,152,77)
#A88B46
(168,139,70)
#987E3F
(152,126,63)
#887138
(136,113,56)
#786431
(120,100,49)
#68572A
(104,87,42)
#584A23
(88,74,35)
#483D1C
(72,61,28)
#383015
(56,48,21)
#28230E
(40,35,14)
#181607
(24,22,7)
#000000
(0,0,0)

Tints of #B8984D

#B8984D
(184,152,77)
#BEA15D
(190,161,93)
#C4AA6D
(196,170,109)
#CAB37D
(202,179,125)
#D0BC8D
(208,188,141)
#D6C59D
(214,197,157)
#DCCEAD
(220,206,173)
#E2D7BD
(226,215,189)
#E8E0CD
(232,224,205)
#EEE9DD
(238,233,221)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8984D color. Also use rgb(184,152,77) instead hex code.

Text Font Color

.myTextColor { color: #B8984D; }

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

This text font color is #B8984D.

Background Color

.myBgColor { background-color: #B8984D; }

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

This div background color is #B8984D.

Border color

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

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

This div border color is #B8984D.

Opacity

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

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

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

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

This text has shadow with #B8984D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8984D.

Preview

Color preview on black background

This text has color #B8984D on black background.


Color preview on white background

This text has color #B8984D on white background.


Black color preview on #B8984D background

This text has black color on #B8984D background.


White color preview on #B8984D background

This text has white color on #B8984D background.


Related colors

Complementary color

Complementary color for #hex is #4767B2.


I love getcolorcode.com

Triadic colors

1 #4DB898 and #984DB8 with #B8984D are triadic colors.

2 #4D98B8 and #98B84D with #B8984D are triadic colors.