COLOR #BD9E08

HEX: #BD9E08
RGB: (189,158,8)

Color info

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

RGB color model

#BD9E08 color RGB value is (189,158,8).

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

RGB channels and saturation

R 189 of 255 = 74%
G 158 of 255 = 62%
B 8 of 255 = 3%

189
158
8

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

Portions of RGB colors in percentages

R + G + B =
189 + 158 + 8 = 355 (100%)
R 189 of 355 ~ 53.24%
G 158 of 355 ~ 44.51%
B 8 of 355 ~ 2.25%

%53.24
%44.51

CMYK color model

#BD9E08 color CMYK value is (0,16,96,26).

  • cyan value is 0.00%
  • magenta value is 16.40%
  • yellow value is 95.77%
  • key color value is 25.88%
CMYK:
(0,16,96,26)
C0M16Y96K26 
(0%,16%,96%,26%)
(0.00/0.16/0.96/0.26)	

CMYK percentages

%0
%16.4
%95.77
%25.88

Codes

Color #BD9E08 in popluar color models

BD9E08
RGB1891588
HSL50°91.88%38.63%
HSB/HSV50°95.77%74.12%
CMYK0.00%16.40%95.77%
25.88%

Color #BD9E08 in popluar number systems.

HEXBD9E08
Decimal1891588
Binary10111101100111101000
Octal27523610

Shades and tints

Shades of #BD9E08

#BD9E08
(189,158,8)
#AC9008
(172,144,8)
#9B8208
(155,130,8)
#8A7408
(138,116,8)
#796608
(121,102,8)
#685808
(104,88,8)
#574A08
(87,74,8)
#463C08
(70,60,8)
#352E08
(53,46,8)
#242008
(36,32,8)
#131208
(19,18,8)
#000000
(0,0,0)

Tints of #BD9E08

#BD9E08
(189,158,8)
#C3A61E
(195,166,30)
#C9AE34
(201,174,52)
#CFB64A
(207,182,74)
#D5BE60
(213,190,96)
#DBC676
(219,198,118)
#E1CE8C
(225,206,140)
#E7D6A2
(231,214,162)
#EDDEB8
(237,222,184)
#F3E6CE
(243,230,206)
#F9EEE4
(249,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9E08; }

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

This text font color is #BD9E08.


Background Color

.myBgColor { background-color: #BD9E08; }

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

This div background color is #BD9E08.


Border color

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

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

This div border color is #BD9E08.


Opacity

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

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

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

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

This text has shadow with #BD9E08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9E08 on black background.


Color preview on white background

This text has color #BD9E08 on white background.



Black color preview on #BD9E08 background

This text has black color on #BD9E08 background.


White color preview on #BD9E08 background

This text has white color on #BD9E08 background.