COLOR #B89441

HEX: #B89441
RGB: (184,148,65)

Color info

#B89441 contains mainly red and green colors. Web safe color of #B89441 is #CC9933 (or #C93).

RGB color model

#B89441 color RGB value is (184,148,65).

  • red value is 184;
  • green value is 148;
  • blue value is 65.
RGB:
(184,148,65)
(72%,58%,25%)

RGB channels and saturation

R 184 of 255 = 72%
G 148 of 255 = 58%
B 65 of 255 = 25%

184
148
65

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

Portions of RGB colors in percentages

R + G + B =
184 + 148 + 65 = 397 (100%)
R 184 of 397 ~ 46.35%
G 148 of 397 ~ 37.28%
B 65 of 397 ~ 16.37%

%46.35
%37.28
%16.37

CMYK color model

#B89441 color CMYK value is (0,20,65,28).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 64.67%
  • key color value is 27.84%
CMYK:
(0,20,65,28)
C0M20Y65K28 
(0%,20%,65%,28%)
(0.00/0.20/0.65/0.28)	

CMYK percentages

%0
%19.57
%64.67
%27.84

Codes

Color #B89441 in popluar color models

B89441
RGB18414865
HSL42°47.79%48.82%
HSB/HSV42°64.67%72.16%
CMYK0.00%19.57%64.67%
27.84%

Color #B89441 in popluar number systems.

HEXB89441
Decimal18414865
Binary10111000100101001000001
Octal270224101

Shades and tints

Shades of #B89441

#B89441
(184,148,65)
#A8873C
(168,135,60)
#987A37
(152,122,55)
#886D32
(136,109,50)
#78602D
(120,96,45)
#685328
(104,83,40)
#584623
(88,70,35)
#48391E
(72,57,30)
#382C19
(56,44,25)
#281F14
(40,31,20)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #B89441

#B89441
(184,148,65)
#BE9D52
(190,157,82)
#C4A663
(196,166,99)
#CAAF74
(202,175,116)
#D0B885
(208,184,133)
#D6C196
(214,193,150)
#DCCAA7
(220,202,167)
#E2D3B8
(226,211,184)
#E8DCC9
(232,220,201)
#EEE5DA
(238,229,218)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89441 color. Also use rgb(184,148,65) instead hex code.

Text Font Color

.myTextColor { color: #B89441; }

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

This text font color is #B89441.


Background Color

.myBgColor { background-color: #B89441; }

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

This div background color is #B89441.


Border color

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

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

This div border color is #B89441.


Opacity

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

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

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

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

This text has shadow with #B89441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89441 on black background.


Color preview on white background

This text has color #B89441 on white background.



Black color preview on #B89441 background

This text has black color on #B89441 background.


White color preview on #B89441 background

This text has white color on #B89441 background.