COLOR #BD9E2B

HEX: #BD9E2B
RGB: (189,158,43)

Color info

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

RGB color model

#BD9E2B color RGB value is (189,158,43).

  • red value is 189;
  • green value is 158;
  • blue value is 43.
RGB:
(189,158,43)
(74%,62%,17%)

RGB channels and saturation

R 189 of 255 = 74%
G 158 of 255 = 62%
B 43 of 255 = 17%

189
158
43

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

Portions of RGB colors in percentages

R + G + B =
189 + 158 + 43 = 390 (100%)
R 189 of 390 ~ 48.46%
G 158 of 390 ~ 40.51%
B 43 of 390 ~ 11.03%

%48.46
%40.51
%11.03

CMYK color model

#BD9E2B color CMYK value is (0,16,77,26).

  • cyan value is 0.00%
  • magenta value is 16.40%
  • yellow value is 77.25%
  • key color value is 25.88%
CMYK:
(0,16,77,26)
C0M16Y77K26 
(0%,16%,77%,26%)
(0.00/0.16/0.77/0.26)	

CMYK percentages

%0
%16.4
%77.25
%25.88

Codes

Color #BD9E2B in popluar color models

BD9E2B
RGB18915843
HSL47°62.93%45.49%
HSB/HSV47°77.25%74.12%
CMYK0.00%16.40%77.25%
25.88%

Color #BD9E2B in popluar number systems.

HEXBD9E2B
Decimal18915843
Binary1011110110011110101011
Octal27523653

Shades and tints

Shades of #BD9E2B

#BD9E2B
(189,158,43)
#AC9028
(172,144,40)
#9B8225
(155,130,37)
#8A7422
(138,116,34)
#79661F
(121,102,31)
#68581C
(104,88,28)
#574A19
(87,74,25)
#463C16
(70,60,22)
#352E13
(53,46,19)
#242010
(36,32,16)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #BD9E2B

#BD9E2B
(189,158,43)
#C3A63E
(195,166,62)
#C9AE51
(201,174,81)
#CFB664
(207,182,100)
#D5BE77
(213,190,119)
#DBC68A
(219,198,138)
#E1CE9D
(225,206,157)
#E7D6B0
(231,214,176)
#EDDEC3
(237,222,195)
#F3E6D6
(243,230,214)
#F9EEE9
(249,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9E2B color. Also use rgb(189,158,43) instead hex code.

Text Font Color

.myTextColor { color: #BD9E2B; }

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

This text font color is #BD9E2B.


Background Color

.myBgColor { background-color: #BD9E2B; }

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

This div background color is #BD9E2B.


Border color

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

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

This div border color is #BD9E2B.


Opacity

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

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

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

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

This text has shadow with #BD9E2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9E2B on black background.


Color preview on white background

This text has color #BD9E2B on white background.



Black color preview on #BD9E2B background

This text has black color on #BD9E2B background.


White color preview on #BD9E2B background

This text has white color on #BD9E2B background.