COLOR #B89C74

HEX: #B89C74 RGB: (184,156,116)

Color info

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

RGB color model

#B89C74 color RGB value is (184,156,116).

RGB: (184,156,116) (72%, 61%, 45%)

RGB channels and saturation

R 184 of 255 = 72%
G 156 of 255 = 61%
B 116 of 255 = 45%

184
156
116

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

Portions of RGB colors in percentages

R + G + B = 184 + 156 + 116 = 456 (100%)
R 184 of 456 ~ 40.35%
G 156 of 456 ~ 34.21%
B 116 of 456 ~ 25.44'%

%40.35
%34.21
%25.44

CMYK color model

#B89C74 color CMYK value is (0,15,37,28).

  • cyan value is 0.00%
  • magenta value is 15.22%
  • yellow value is 36.96%
  • key color value is 27.84%

CMYK: (0,15,37,28)
C0M15Y37K28 (0%, 15%, 37%, 28%)
(0.00 / 0.15 / 0.37 / 0.28)

CMYK percentages

%0
%15.22
%36.96
%27.84

Codes

Color #B89C74 in popluar color models

B8 9C 74
RGB 184 156 116
HSL 35° 32.38% 58.82%
HSB/HSV 35° 36.96% 72.16%
CMYK 0.00% 15.22% 36.96%
27.84%

Color #B89C74 in popluar number systems.

HEX B8 9C 74
Decimal 184 156 116
Binary 10111000 10011100 1110100
Octal 270 234 164

Shades and tints

Shades of #B89C74

#B89C74
(184,156,116)
#A88E6A
(168,142,106)
#988060
(152,128,96)
#887256
(136,114,86)
#78644C
(120,100,76)
#685642
(104,86,66)
#584838
(88,72,56)
#483A2E
(72,58,46)
#382C24
(56,44,36)
#281E1A
(40,30,26)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #B89C74

#B89C74
(184,156,116)
#BEA580
(190,165,128)
#C4AE8C
(196,174,140)
#CAB798
(202,183,152)
#D0C0A4
(208,192,164)
#D6C9B0
(214,201,176)
#DCD2BC
(220,210,188)
#E2DBC8
(226,219,200)
#E8E4D4
(232,228,212)
#EEEDE0
(238,237,224)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89C74 color. Also use rgb(184,156,116) instead hex code.

Text Font Color

.myTextColor { color: #B89C74; }

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

This text font color is #B89C74.

Background Color

.myBgColor { background-color: #B89C74; }

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

This div background color is #B89C74.

Border color

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

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

This div border color is #B89C74.

Opacity

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

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

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

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

This text has shadow with #B89C74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B89C74.

Preview

Color preview on black background

This text has color #B89C74 on black background.


Color preview on white background

This text has color #B89C74 on white background.


Black color preview on #B89C74 background

This text has black color on #B89C74 background.


White color preview on #B89C74 background

This text has white color on #B89C74 background.


Related colors

Complementary color

Complementary color for #hex is #47638B.


I love getcolorcode.com

Triadic colors

1 #74B89C and #9C74B8 with #B89C74 are triadic colors.

2 #749CB8 and #9CB874 with #B89C74 are triadic colors.