COLOR #B89F74

HEX: #B89F74 RGB: (184,159,116)

Color info

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

RGB color model

#B89F74 color RGB value is (184,159,116).

RGB: (184,159,116) (72%, 62%, 45%)

RGB channels and saturation

R 184 of 255 = 72%
G 159 of 255 = 62%
B 116 of 255 = 45%

184
159
116

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

Portions of RGB colors in percentages

R + G + B = 184 + 159 + 116 = 459 (100%)
R 184 of 459 ~ 40.09%
G 159 of 459 ~ 34.64%
B 116 of 459 ~ 25.27'%

%40.09
%34.64
%25.27

CMYK color model

#B89F74 color CMYK value is (0,14,37,28).

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

CMYK: (0,14,37,28)
C0M14Y37K28 (0%, 14%, 37%, 28%)
(0.00 / 0.14 / 0.37 / 0.28)

CMYK percentages

%0
%13.59
%36.96
%27.84

Codes

Color #B89F74 in popluar color models

B8 9F 74
RGB 184 159 116
HSL 38° 32.38% 58.82%
HSB/HSV 38° 36.96% 72.16%
CMYK 0.00% 13.59% 36.96%
27.84%

Color #B89F74 in popluar number systems.

HEX B8 9F 74
Decimal 184 159 116
Binary 10111000 10011111 1110100
Octal 270 237 164

Shades and tints

Shades of #B89F74

#B89F74
(184,159,116)
#A8916A
(168,145,106)
#988360
(152,131,96)
#887556
(136,117,86)
#78674C
(120,103,76)
#685942
(104,89,66)
#584B38
(88,75,56)
#483D2E
(72,61,46)
#382F24
(56,47,36)
#28211A
(40,33,26)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #B89F74

#B89F74
(184,159,116)
#BEA780
(190,167,128)
#C4AF8C
(196,175,140)
#CAB798
(202,183,152)
#D0BFA4
(208,191,164)
#D6C7B0
(214,199,176)
#DCCFBC
(220,207,188)
#E2D7C8
(226,215,200)
#E8DFD4
(232,223,212)
#EEE7E0
(238,231,224)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89F74; }

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

This text font color is #B89F74.

Background Color

.myBgColor { background-color: #B89F74; }

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

This div background color is #B89F74.

Border color

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

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

This div border color is #B89F74.

Opacity

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

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

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

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

This text has shadow with #B89F74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B89F74.

Preview

Color preview on black background

This text has color #B89F74 on black background.


Color preview on white background

This text has color #B89F74 on white background.


Black color preview on #B89F74 background

This text has black color on #B89F74 background.


White color preview on #B89F74 background

This text has white color on #B89F74 background.


Related colors

Complementary color

Complementary color for #hex is #47608B.


I love getcolorcode.com

Triadic colors

1 #74B89F and #9F74B8 with #B89F74 are triadic colors.

2 #749FB8 and #9FB874 with #B89F74 are triadic colors.