COLOR #B89B0A

HEX: #B89B0A RGB: (184,155,10)

Color info

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

RGB color model

#B89B0A color RGB value is (184,155,10).

RGB: (184,155,10) (72%, 61%, 4%)

RGB channels and saturation

R 184 of 255 = 72%
G 155 of 255 = 61%
B 10 of 255 = 4%

184
155
10

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

Portions of RGB colors in percentages

R + G + B = 184 + 155 + 10 = 349 (100%)
R 184 of 349 ~ 52.72%
G 155 of 349 ~ 44.41%
B 10 of 349 ~ 2.87'%

%52.72
%44.41

CMYK color model

#B89B0A color CMYK value is (0,16,95,28).

  • cyan value is 0.00%
  • magenta value is 15.76%
  • yellow value is 94.57%
  • key color value is 27.84%

CMYK: (0,16,95,28)
C0M16Y95K28 (0%, 16%, 95%, 28%)
(0.00 / 0.16 / 0.95 / 0.28)

CMYK percentages

%0
%15.76
%94.57
%27.84

Codes

Color #B89B0A in popluar color models

B8 9B 0A
RGB 184 155 10
HSL 50° 89.69% 38.04%
HSB/HSV 50° 94.57% 72.16%
CMYK 0.00% 15.76% 94.57%
27.84%

Color #B89B0A in popluar number systems.

HEX B8 9B 0A
Decimal 184 155 10
Binary 10111000 10011011 1010
Octal 270 233 12

Shades and tints

Shades of #B89B0A

#B89B0A
(184,155,10)
#A88D0A
(168,141,10)
#987F0A
(152,127,10)
#88710A
(136,113,10)
#78630A
(120,99,10)
#68550A
(104,85,10)
#58470A
(88,71,10)
#48390A
(72,57,10)
#382B0A
(56,43,10)
#281D0A
(40,29,10)
#180F0A
(24,15,10)
#000000
(0,0,0)

Tints of #B89B0A

#B89B0A
(184,155,10)
#BEA420
(190,164,32)
#C4AD36
(196,173,54)
#CAB64C
(202,182,76)
#D0BF62
(208,191,98)
#D6C878
(214,200,120)
#DCD18E
(220,209,142)
#E2DAA4
(226,218,164)
#E8E3BA
(232,227,186)
#EEECD0
(238,236,208)
#F4F5E6
(244,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89B0A color. Also use rgb(184,155,10) instead hex code.

Text Font Color

.myTextColor { color: #B89B0A; }

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

This text font color is #B89B0A.

Background Color

.myBgColor { background-color: #B89B0A; }

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

This div background color is #B89B0A.

Border color

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

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

This div border color is #B89B0A.

Opacity

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

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

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

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

This text has shadow with #B89B0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B89B0A.

Preview

Color preview on black background

This text has color #B89B0A on black background.


Color preview on white background

This text has color #B89B0A on white background.


Black color preview on #B89B0A background

This text has black color on #B89B0A background.


White color preview on #B89B0A background

This text has white color on #B89B0A background.


Related colors

Complementary color

Complementary color for #hex is #4764F5.


I love getcolorcode.com

Triadic colors

1 #0AB89B and #9B0AB8 with #B89B0A are triadic colors.

2 #0A9BB8 and #9BB80A with #B89B0A are triadic colors.