COLOR #BD9011

HEX: #BD9011
RGB: (189,144,17)

Color info

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

RGB color model

#BD9011 color RGB value is (189,144,17).

  • red value is 189;
  • green value is 144;
  • blue value is 17.
RGB:
(189,144,17)
(74%,56%,7%)

RGB channels and saturation

R 189 of 255 = 74%
G 144 of 255 = 56%
B 17 of 255 = 7%

189
144
17

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

Portions of RGB colors in percentages

R + G + B =
189 + 144 + 17 = 350 (100%)
R 189 of 350 ~ 54%
G 144 of 350 ~ 41.14%
B 17 of 350 ~ 4.86%

%54
%41.14

CMYK color model

#BD9011 color CMYK value is (0,24,91,26).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 91.01%
  • key color value is 25.88%
CMYK:
(0,24,91,26)
C0M24Y91K26 
(0%,24%,91%,26%)
(0.00/0.24/0.91/0.26)	

CMYK percentages

%0
%23.81
%91.01
%25.88

Codes

Color #BD9011 in popluar color models

BD9011
RGB18914417
HSL44°83.50%40.39%
HSB/HSV44°91.01%74.12%
CMYK0.00%23.81%91.01%
25.88%

Color #BD9011 in popluar number systems.

HEXBD9011
Decimal18914417
Binary101111011001000010001
Octal27522021

Shades and tints

Shades of #BD9011

#BD9011
(189,144,17)
#AC8310
(172,131,16)
#9B760F
(155,118,15)
#8A690E
(138,105,14)
#795C0D
(121,92,13)
#684F0C
(104,79,12)
#57420B
(87,66,11)
#46350A
(70,53,10)
#352809
(53,40,9)
#241B08
(36,27,8)
#130E07
(19,14,7)
#000000
(0,0,0)

Tints of #BD9011

#BD9011
(189,144,17)
#C39A26
(195,154,38)
#C9A43B
(201,164,59)
#CFAE50
(207,174,80)
#D5B865
(213,184,101)
#DBC27A
(219,194,122)
#E1CC8F
(225,204,143)
#E7D6A4
(231,214,164)
#EDE0B9
(237,224,185)
#F3EACE
(243,234,206)
#F9F4E3
(249,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9011 color. Also use rgb(189,144,17) instead hex code.

Text Font Color

.myTextColor { color: #BD9011; }

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

This text font color is #BD9011.


Background Color

.myBgColor { background-color: #BD9011; }

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

This div background color is #BD9011.


Border color

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

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

This div border color is #BD9011.


Opacity

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

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

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

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

This text has shadow with #BD9011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9011 on black background.


Color preview on white background

This text has color #BD9011 on white background.



Black color preview on #BD9011 background

This text has black color on #BD9011 background.


White color preview on #BD9011 background

This text has white color on #BD9011 background.