COLOR #B89D02

HEX: #B89D02
RGB: (184,157,2)

Color info

#B89D02 contains mainly red and green colors. Web safe color of #B89D02 is #CC9900 (or #C90).

RGB color model

#B89D02 color RGB value is (184,157,2).

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

RGB channels and saturation

R 184 of 255 = 72%
G 157 of 255 = 62%
B 2 of 255 = 1%

184
157
2

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

Portions of RGB colors in percentages

R + G + B =
184 + 157 + 2 = 343 (100%)
R 184 of 343 ~ 53.64%
G 157 of 343 ~ 45.77%
B 2 of 343 ~ 0.58%

%53.64
%45.77

CMYK color model

#B89D02 color CMYK value is (0,15,99,28).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 98.91%
  • key color value is 27.84%
CMYK:
(0,15,99,28)
C0M15Y99K28 
(0%,15%,99%,28%)
(0.00/0.15/0.99/0.28)	

CMYK percentages

%0
%14.67
%98.91
%27.84

Codes

Color #B89D02 in popluar color models

B89D02
RGB1841572
HSL51°97.85%36.47%
HSB/HSV51°98.91%72.16%
CMYK0.00%14.67%98.91%
27.84%

Color #B89D02 in popluar number systems.

HEXB89D02
Decimal1841572
Binary101110001001110110
Octal2702352

Shades and tints

Shades of #B89D02

#B89D02
(184,157,2)
#A88F02
(168,143,2)
#988102
(152,129,2)
#887302
(136,115,2)
#786502
(120,101,2)
#685702
(104,87,2)
#584902
(88,73,2)
#483B02
(72,59,2)
#382D02
(56,45,2)
#281F02
(40,31,2)
#181102
(24,17,2)
#000000
(0,0,0)

Tints of #B89D02

#B89D02
(184,157,2)
#BEA519
(190,165,25)
#C4AD30
(196,173,48)
#CAB547
(202,181,71)
#D0BD5E
(208,189,94)
#D6C575
(214,197,117)
#DCCD8C
(220,205,140)
#E2D5A3
(226,213,163)
#E8DDBA
(232,221,186)
#EEE5D1
(238,229,209)
#F4EDE8
(244,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89D02; }

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

This text font color is #B89D02.


Background Color

.myBgColor { background-color: #B89D02; }

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

This div background color is #B89D02.


Border color

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

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

This div border color is #B89D02.


Opacity

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

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

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

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

This text has shadow with #B89D02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89D02 on black background.


Color preview on white background

This text has color #B89D02 on white background.



Black color preview on #B89D02 background

This text has black color on #B89D02 background.


White color preview on #B89D02 background

This text has white color on #B89D02 background.