COLOR #B89C64

HEX: #B89C64
RGB: (184,156,100)

Color info

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

RGB color model

#B89C64 color RGB value is (184,156,100).

  • red value is 184;
  • green value is 156;
  • blue value is 100.
RGB:
(184,156,100)
(72%,61%,39%)

RGB channels and saturation

R 184 of 255 = 72%
G 156 of 255 = 61%
B 100 of 255 = 39%

184
156
100

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

Portions of RGB colors in percentages

R + G + B =
184 + 156 + 100 = 440 (100%)
R 184 of 440 ~ 41.82%
G 156 of 440 ~ 35.45%
B 100 of 440 ~ 22.73%

%41.82
%35.45
%22.73

CMYK color model

#B89C64 color CMYK value is (0,15,46,28).

  • cyan value is 0.00%
  • magenta value is 15.22%
  • yellow value is 45.65%
  • key color value is 27.84%
CMYK:
(0,15,46,28)
C0M15Y46K28 
(0%,15%,46%,28%)
(0.00/0.15/0.46/0.28)	

CMYK percentages

%0
%15.22
%45.65
%27.84

Codes

Color #B89C64 in popluar color models

B89C64
RGB184156100
HSL40°37.17%55.69%
HSB/HSV40°45.65%72.16%
CMYK0.00%15.22%45.65%
27.84%

Color #B89C64 in popluar number systems.

HEXB89C64
Decimal184156100
Binary10111000100111001100100
Octal270234144

Shades and tints

Shades of #B89C64

#B89C64
(184,156,100)
#A88E5B
(168,142,91)
#988052
(152,128,82)
#887249
(136,114,73)
#786440
(120,100,64)
#685637
(104,86,55)
#58482E
(88,72,46)
#483A25
(72,58,37)
#382C1C
(56,44,28)
#281E13
(40,30,19)
#18100A
(24,16,10)
#000000
(0,0,0)

Tints of #B89C64

#B89C64
(184,156,100)
#BEA572
(190,165,114)
#C4AE80
(196,174,128)
#CAB78E
(202,183,142)
#D0C09C
(208,192,156)
#D6C9AA
(214,201,170)
#DCD2B8
(220,210,184)
#E2DBC6
(226,219,198)
#E8E4D4
(232,228,212)
#EEEDE2
(238,237,226)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89C64 color. Also use rgb(184,156,100) instead hex code.

Text Font Color

.myTextColor { color: #B89C64; }

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

This text font color is #B89C64.


Background Color

.myBgColor { background-color: #B89C64; }

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

This div background color is #B89C64.


Border color

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

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

This div border color is #B89C64.


Opacity

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

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

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

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

This text has shadow with #B89C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89C64 on black background.


Color preview on white background

This text has color #B89C64 on white background.



Black color preview on #B89C64 background

This text has black color on #B89C64 background.


White color preview on #B89C64 background

This text has white color on #B89C64 background.