COLOR #B89463

HEX: #B89463
RGB: (184,148,99)

Color info

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

RGB color model

#B89463 color RGB value is (184,148,99).

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

RGB channels and saturation

R 184 of 255 = 72%
G 148 of 255 = 58%
B 99 of 255 = 39%

184
148
99

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

Portions of RGB colors in percentages

R + G + B =
184 + 148 + 99 = 431 (100%)
R 184 of 431 ~ 42.69%
G 148 of 431 ~ 34.34%
B 99 of 431 ~ 22.97%

%42.69
%34.34
%22.97

CMYK color model

#B89463 color CMYK value is (0,20,46,28).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 46.20%
  • key color value is 27.84%
CMYK:
(0,20,46,28)
C0M20Y46K28 
(0%,20%,46%,28%)
(0.00/0.20/0.46/0.28)	

CMYK percentages

%0
%19.57
%46.2
%27.84

Codes

Color #B89463 in popluar color models

B89463
RGB18414899
HSL35°37.44%55.49%
HSB/HSV35°46.20%72.16%
CMYK0.00%19.57%46.20%
27.84%

Color #B89463 in popluar number systems.

HEXB89463
Decimal18414899
Binary10111000100101001100011
Octal270224143

Shades and tints

Shades of #B89463

#B89463
(184,148,99)
#A8875A
(168,135,90)
#987A51
(152,122,81)
#886D48
(136,109,72)
#78603F
(120,96,63)
#685336
(104,83,54)
#58462D
(88,70,45)
#483924
(72,57,36)
#382C1B
(56,44,27)
#281F12
(40,31,18)
#181209
(24,18,9)
#000000
(0,0,0)

Tints of #B89463

#B89463
(184,148,99)
#BE9D71
(190,157,113)
#C4A67F
(196,166,127)
#CAAF8D
(202,175,141)
#D0B89B
(208,184,155)
#D6C1A9
(214,193,169)
#DCCAB7
(220,202,183)
#E2D3C5
(226,211,197)
#E8DCD3
(232,220,211)
#EEE5E1
(238,229,225)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89463; }

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

This text font color is #B89463.


Background Color

.myBgColor { background-color: #B89463; }

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

This div background color is #B89463.


Border color

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

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

This div border color is #B89463.


Opacity

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

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

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

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

This text has shadow with #B89463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89463 on black background.


Color preview on white background

This text has color #B89463 on white background.



Black color preview on #B89463 background

This text has black color on #B89463 background.


White color preview on #B89463 background

This text has white color on #B89463 background.