COLOR #B89F34

HEX: #B89F34
RGB: (184,159,52)

Color info

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

RGB color model

#B89F34 color RGB value is (184,159,52).

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

RGB channels and saturation

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

184
159
52

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

Portions of RGB colors in percentages

R + G + B =
184 + 159 + 52 = 395 (100%)
R 184 of 395 ~ 46.58%
G 159 of 395 ~ 40.25%
B 52 of 395 ~ 13.16%

%46.58
%40.25
%13.16

CMYK color model

#B89F34 color CMYK value is (0,14,72,28).

  • cyan value is 0.00%
  • magenta value is 13.59%
  • yellow value is 71.74%
  • key color value is 27.84%
CMYK:
(0,14,72,28)
C0M14Y72K28 
(0%,14%,72%,28%)
(0.00/0.14/0.72/0.28)	

CMYK percentages

%0
%13.59
%71.74
%27.84

Codes

Color #B89F34 in popluar color models

B89F34
RGB18415952
HSL49°55.93%46.27%
HSB/HSV49°71.74%72.16%
CMYK0.00%13.59%71.74%
27.84%

Color #B89F34 in popluar number systems.

HEXB89F34
Decimal18415952
Binary1011100010011111110100
Octal27023764

Shades and tints

Shades of #B89F34

#B89F34
(184,159,52)
#A89130
(168,145,48)
#98832C
(152,131,44)
#887528
(136,117,40)
#786724
(120,103,36)
#685920
(104,89,32)
#584B1C
(88,75,28)
#483D18
(72,61,24)
#382F14
(56,47,20)
#282110
(40,33,16)
#18130C
(24,19,12)
#000000
(0,0,0)

Tints of #B89F34

#B89F34
(184,159,52)
#BEA746
(190,167,70)
#C4AF58
(196,175,88)
#CAB76A
(202,183,106)
#D0BF7C
(208,191,124)
#D6C78E
(214,199,142)
#DCCFA0
(220,207,160)
#E2D7B2
(226,215,178)
#E8DFC4
(232,223,196)
#EEE7D6
(238,231,214)
#F4EFE8
(244,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89F34; }

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

This text font color is #B89F34.


Background Color

.myBgColor { background-color: #B89F34; }

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

This div background color is #B89F34.


Border color

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

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

This div border color is #B89F34.


Opacity

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

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

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

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

This text has shadow with #B89F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89F34 on black background.


Color preview on white background

This text has color #B89F34 on white background.



Black color preview on #B89F34 background

This text has black color on #B89F34 background.


White color preview on #B89F34 background

This text has white color on #B89F34 background.