COLOR #B89E6F

HEX: #B89E6F
RGB: (184,158,111)

Color info

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

RGB color model

#B89E6F color RGB value is (184,158,111).

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

RGB channels and saturation

R 184 of 255 = 72%
G 158 of 255 = 62%
B 111 of 255 = 44%

184
158
111

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

Portions of RGB colors in percentages

R + G + B =
184 + 158 + 111 = 453 (100%)
R 184 of 453 ~ 40.62%
G 158 of 453 ~ 34.88%
B 111 of 453 ~ 24.5%

%40.62
%34.88
%24.5

CMYK color model

#B89E6F color CMYK value is (0,14,40,28).

  • cyan value is 0.00%
  • magenta value is 14.13%
  • yellow value is 39.67%
  • key color value is 27.84%
CMYK:
(0,14,40,28)
C0M14Y40K28 
(0%,14%,40%,28%)
(0.00/0.14/0.40/0.28)	

CMYK percentages

%0
%14.13
%39.67
%27.84

Codes

Color #B89E6F in popluar color models

B89E6F
RGB184158111
HSL39°33.95%57.84%
HSB/HSV39°39.67%72.16%
CMYK0.00%14.13%39.67%
27.84%

Color #B89E6F in popluar number systems.

HEXB89E6F
Decimal184158111
Binary10111000100111101101111
Octal270236157

Shades and tints

Shades of #B89E6F

#B89E6F
(184,158,111)
#A89065
(168,144,101)
#98825B
(152,130,91)
#887451
(136,116,81)
#786647
(120,102,71)
#68583D
(104,88,61)
#584A33
(88,74,51)
#483C29
(72,60,41)
#382E1F
(56,46,31)
#282015
(40,32,21)
#18120B
(24,18,11)
#000000
(0,0,0)

Tints of #B89E6F

#B89E6F
(184,158,111)
#BEA67C
(190,166,124)
#C4AE89
(196,174,137)
#CAB696
(202,182,150)
#D0BEA3
(208,190,163)
#D6C6B0
(214,198,176)
#DCCEBD
(220,206,189)
#E2D6CA
(226,214,202)
#E8DED7
(232,222,215)
#EEE6E4
(238,230,228)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89E6F; }

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

This text font color is #B89E6F.


Background Color

.myBgColor { background-color: #B89E6F; }

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

This div background color is #B89E6F.


Border color

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

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

This div border color is #B89E6F.


Opacity

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

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

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

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

This text has shadow with #B89E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89E6F on black background.


Color preview on white background

This text has color #B89E6F on white background.



Black color preview on #B89E6F background

This text has black color on #B89E6F background.


White color preview on #B89E6F background

This text has white color on #B89E6F background.