COLOR #BD9520

HEX: #BD9520
RGB: (189,149,32)

Color info

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

RGB color model

#BD9520 color RGB value is (189,149,32).

  • red value is 189;
  • green value is 149;
  • blue value is 32.
RGB:
(189,149,32)
(74%,58%,13%)

RGB channels and saturation

R 189 of 255 = 74%
G 149 of 255 = 58%
B 32 of 255 = 13%

189
149
32

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

Portions of RGB colors in percentages

R + G + B =
189 + 149 + 32 = 370 (100%)
R 189 of 370 ~ 51.08%
G 149 of 370 ~ 40.27%
B 32 of 370 ~ 8.65%

%51.08
%40.27

CMYK color model

#BD9520 color CMYK value is (0,21,83,26).

  • cyan value is 0.00%
  • magenta value is 21.16%
  • yellow value is 83.07%
  • key color value is 25.88%
CMYK:
(0,21,83,26)
C0M21Y83K26 
(0%,21%,83%,26%)
(0.00/0.21/0.83/0.26)	

CMYK percentages

%0
%21.16
%83.07
%25.88

Codes

Color #BD9520 in popluar color models

BD9520
RGB18914932
HSL45°71.04%43.33%
HSB/HSV45°83.07%74.12%
CMYK0.00%21.16%83.07%
25.88%

Color #BD9520 in popluar number systems.

HEXBD9520
Decimal18914932
Binary1011110110010101100000
Octal27522540

Shades and tints

Shades of #BD9520

#BD9520
(189,149,32)
#AC881E
(172,136,30)
#9B7B1C
(155,123,28)
#8A6E1A
(138,110,26)
#796118
(121,97,24)
#685416
(104,84,22)
#574714
(87,71,20)
#463A12
(70,58,18)
#352D10
(53,45,16)
#24200E
(36,32,14)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #BD9520

#BD9520
(189,149,32)
#C39E34
(195,158,52)
#C9A748
(201,167,72)
#CFB05C
(207,176,92)
#D5B970
(213,185,112)
#DBC284
(219,194,132)
#E1CB98
(225,203,152)
#E7D4AC
(231,212,172)
#EDDDC0
(237,221,192)
#F3E6D4
(243,230,212)
#F9EFE8
(249,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9520 color. Also use rgb(189,149,32) instead hex code.

Text Font Color

.myTextColor { color: #BD9520; }

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

This text font color is #BD9520.


Background Color

.myBgColor { background-color: #BD9520; }

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

This div background color is #BD9520.


Border color

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

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

This div border color is #BD9520.


Opacity

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

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

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

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

This text has shadow with #BD9520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9520 on black background.


Color preview on white background

This text has color #BD9520 on white background.



Black color preview on #BD9520 background

This text has black color on #BD9520 background.


White color preview on #BD9520 background

This text has white color on #BD9520 background.