COLOR #B89D34

HEX: #B89D34
RGB: (184,157,52)

Color info

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

RGB color model

#B89D34 color RGB value is (184,157,52).

  • red value is 184;
  • green value is 157;
  • blue value is 52.
RGB:
(184,157,52)
(72%,62%,20%)

RGB channels and saturation

R 184 of 255 = 72%
G 157 of 255 = 62%
B 52 of 255 = 20%

184
157
52

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

Portions of RGB colors in percentages

R + G + B =
184 + 157 + 52 = 393 (100%)
R 184 of 393 ~ 46.82%
G 157 of 393 ~ 39.95%
B 52 of 393 ~ 13.23%

%46.82
%39.95
%13.23

CMYK color model

#B89D34 color CMYK value is (0,15,72,28).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 71.74%
  • key color value is 27.84%
CMYK:
(0,15,72,28)
C0M15Y72K28 
(0%,15%,72%,28%)
(0.00/0.15/0.72/0.28)	

CMYK percentages

%0
%14.67
%71.74
%27.84

Codes

Color #B89D34 in popluar color models

B89D34
RGB18415752
HSL48°55.93%46.27%
HSB/HSV48°71.74%72.16%
CMYK0.00%14.67%71.74%
27.84%

Color #B89D34 in popluar number systems.

HEXB89D34
Decimal18415752
Binary1011100010011101110100
Octal27023564

Shades and tints

Shades of #B89D34

#B89D34
(184,157,52)
#A88F30
(168,143,48)
#98812C
(152,129,44)
#887328
(136,115,40)
#786524
(120,101,36)
#685720
(104,87,32)
#58491C
(88,73,28)
#483B18
(72,59,24)
#382D14
(56,45,20)
#281F10
(40,31,16)
#18110C
(24,17,12)
#000000
(0,0,0)

Tints of #B89D34

#B89D34
(184,157,52)
#BEA546
(190,165,70)
#C4AD58
(196,173,88)
#CAB56A
(202,181,106)
#D0BD7C
(208,189,124)
#D6C58E
(214,197,142)
#DCCDA0
(220,205,160)
#E2D5B2
(226,213,178)
#E8DDC4
(232,221,196)
#EEE5D6
(238,229,214)
#F4EDE8
(244,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89D34 color. Also use rgb(184,157,52) instead hex code.

Text Font Color

.myTextColor { color: #B89D34; }

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

This text font color is #B89D34.


Background Color

.myBgColor { background-color: #B89D34; }

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

This div background color is #B89D34.


Border color

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

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

This div border color is #B89D34.


Opacity

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

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

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

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

This text has shadow with #B89D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89D34 on black background.


Color preview on white background

This text has color #B89D34 on white background.



Black color preview on #B89D34 background

This text has black color on #B89D34 background.


White color preview on #B89D34 background

This text has white color on #B89D34 background.