COLOR #B89E76

HEX: #B89E76
RGB: (184,158,118)

Color info

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

RGB color model

#B89E76 color RGB value is (184,158,118).

  • red value is 184;
  • green value is 158;
  • blue value is 118.
RGB:
(184,158,118)
(72%,62%,46%)

RGB channels and saturation

R 184 of 255 = 72%
G 158 of 255 = 62%
B 118 of 255 = 46%

184
158
118

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

Portions of RGB colors in percentages

R + G + B =
184 + 158 + 118 = 460 (100%)
R 184 of 460 ~ 40%
G 158 of 460 ~ 34.35%
B 118 of 460 ~ 25.65%

%40
%34.35
%25.65

CMYK color model

#B89E76 color CMYK value is (0,14,36,28).

  • cyan value is 0.00%
  • magenta value is 14.13%
  • yellow value is 35.87%
  • key color value is 27.84%
CMYK:
(0,14,36,28)
C0M14Y36K28 
(0%,14%,36%,28%)
(0.00/0.14/0.36/0.28)	

CMYK percentages

%0
%14.13
%35.87
%27.84

Codes

Color #B89E76 in popluar color models

B89E76
RGB184158118
HSL36°31.73%59.22%
HSB/HSV36°35.87%72.16%
CMYK0.00%14.13%35.87%
27.84%

Color #B89E76 in popluar number systems.

HEXB89E76
Decimal184158118
Binary10111000100111101110110
Octal270236166

Shades and tints

Shades of #B89E76

#B89E76
(184,158,118)
#A8906C
(168,144,108)
#988262
(152,130,98)
#887458
(136,116,88)
#78664E
(120,102,78)
#685844
(104,88,68)
#584A3A
(88,74,58)
#483C30
(72,60,48)
#382E26
(56,46,38)
#28201C
(40,32,28)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #B89E76

#B89E76
(184,158,118)
#BEA682
(190,166,130)
#C4AE8E
(196,174,142)
#CAB69A
(202,182,154)
#D0BEA6
(208,190,166)
#D6C6B2
(214,198,178)
#DCCEBE
(220,206,190)
#E2D6CA
(226,214,202)
#E8DED6
(232,222,214)
#EEE6E2
(238,230,226)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89E76 color. Also use rgb(184,158,118) instead hex code.

Text Font Color

.myTextColor { color: #B89E76; }

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

This text font color is #B89E76.


Background Color

.myBgColor { background-color: #B89E76; }

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

This div background color is #B89E76.


Border color

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

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

This div border color is #B89E76.


Opacity

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

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

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

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

This text has shadow with #B89E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89E76 on black background.


Color preview on white background

This text has color #B89E76 on white background.



Black color preview on #B89E76 background

This text has black color on #B89E76 background.


White color preview on #B89E76 background

This text has white color on #B89E76 background.