COLOR #B89E55

HEX: #B89E55
RGB: (184,158,85)

Color info

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

RGB color model

#B89E55 color RGB value is (184,158,85).

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

RGB channels and saturation

R 184 of 255 = 72%
G 158 of 255 = 62%
B 85 of 255 = 33%

184
158
85

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

Portions of RGB colors in percentages

R + G + B =
184 + 158 + 85 = 427 (100%)
R 184 of 427 ~ 43.09%
G 158 of 427 ~ 37%
B 85 of 427 ~ 19.91%

%43.09
%37
%19.91

CMYK color model

#B89E55 color CMYK value is (0,14,54,28).

  • cyan value is 0.00%
  • magenta value is 14.13%
  • yellow value is 53.80%
  • key color value is 27.84%
CMYK:
(0,14,54,28)
C0M14Y54K28 
(0%,14%,54%,28%)
(0.00/0.14/0.54/0.28)	

CMYK percentages

%0
%14.13
%53.8
%27.84

Codes

Color #B89E55 in popluar color models

B89E55
RGB18415885
HSL44°41.08%52.75%
HSB/HSV44°53.80%72.16%
CMYK0.00%14.13%53.80%
27.84%

Color #B89E55 in popluar number systems.

HEXB89E55
Decimal18415885
Binary10111000100111101010101
Octal270236125

Shades and tints

Shades of #B89E55

#B89E55
(184,158,85)
#A8904E
(168,144,78)
#988247
(152,130,71)
#887440
(136,116,64)
#786639
(120,102,57)
#685832
(104,88,50)
#584A2B
(88,74,43)
#483C24
(72,60,36)
#382E1D
(56,46,29)
#282016
(40,32,22)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #B89E55

#B89E55
(184,158,85)
#BEA664
(190,166,100)
#C4AE73
(196,174,115)
#CAB682
(202,182,130)
#D0BE91
(208,190,145)
#D6C6A0
(214,198,160)
#DCCEAF
(220,206,175)
#E2D6BE
(226,214,190)
#E8DECD
(232,222,205)
#EEE6DC
(238,230,220)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89E55; }

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

This text font color is #B89E55.


Background Color

.myBgColor { background-color: #B89E55; }

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

This div background color is #B89E55.


Border color

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

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

This div border color is #B89E55.


Opacity

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

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

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

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

This text has shadow with #B89E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89E55 on black background.


Color preview on white background

This text has color #B89E55 on white background.



Black color preview on #B89E55 background

This text has black color on #B89E55 background.


White color preview on #B89E55 background

This text has white color on #B89E55 background.