COLOR #BD9814

HEX: #BD9814
RGB: (189,152,20)

Color info

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

RGB color model

#BD9814 color RGB value is (189,152,20).

  • red value is 189;
  • green value is 152;
  • blue value is 20.
RGB:
(189,152,20)
(74%,60%,8%)

RGB channels and saturation

R 189 of 255 = 74%
G 152 of 255 = 60%
B 20 of 255 = 8%

189
152
20

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

Portions of RGB colors in percentages

R + G + B =
189 + 152 + 20 = 361 (100%)
R 189 of 361 ~ 52.35%
G 152 of 361 ~ 42.11%
B 20 of 361 ~ 5.54%

%52.35
%42.11

CMYK color model

#BD9814 color CMYK value is (0,20,89,26).

  • cyan value is 0.00%
  • magenta value is 19.58%
  • yellow value is 89.42%
  • key color value is 25.88%
CMYK:
(0,20,89,26)
C0M20Y89K26 
(0%,20%,89%,26%)
(0.00/0.20/0.89/0.26)	

CMYK percentages

%0
%19.58
%89.42
%25.88

Codes

Color #BD9814 in popluar color models

BD9814
RGB18915220
HSL47°80.86%40.98%
HSB/HSV47°89.42%74.12%
CMYK0.00%19.58%89.42%
25.88%

Color #BD9814 in popluar number systems.

HEXBD9814
Decimal18915220
Binary101111011001100010100
Octal27523024

Shades and tints

Shades of #BD9814

#BD9814
(189,152,20)
#AC8B13
(172,139,19)
#9B7E12
(155,126,18)
#8A7111
(138,113,17)
#796410
(121,100,16)
#68570F
(104,87,15)
#574A0E
(87,74,14)
#463D0D
(70,61,13)
#35300C
(53,48,12)
#24230B
(36,35,11)
#13160A
(19,22,10)
#000000
(0,0,0)

Tints of #BD9814

#BD9814
(189,152,20)
#C3A129
(195,161,41)
#C9AA3E
(201,170,62)
#CFB353
(207,179,83)
#D5BC68
(213,188,104)
#DBC57D
(219,197,125)
#E1CE92
(225,206,146)
#E7D7A7
(231,215,167)
#EDE0BC
(237,224,188)
#F3E9D1
(243,233,209)
#F9F2E6
(249,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9814 color. Also use rgb(189,152,20) instead hex code.

Text Font Color

.myTextColor { color: #BD9814; }

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

This text font color is #BD9814.


Background Color

.myBgColor { background-color: #BD9814; }

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

This div background color is #BD9814.


Border color

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

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

This div border color is #BD9814.


Opacity

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

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

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

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

This text has shadow with #BD9814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9814 on black background.


Color preview on white background

This text has color #BD9814 on white background.



Black color preview on #BD9814 background

This text has black color on #BD9814 background.


White color preview on #BD9814 background

This text has white color on #BD9814 background.