COLOR #BD8A20

HEX: #BD8A20
RGB: (189,138,32)

Color info

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

RGB color model

#BD8A20 color RGB value is (189,138,32).

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

RGB channels and saturation

R 189 of 255 = 74%
G 138 of 255 = 54%
B 32 of 255 = 13%

189
138
32

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

Portions of RGB colors in percentages

R + G + B =
189 + 138 + 32 = 359 (100%)
R 189 of 359 ~ 52.65%
G 138 of 359 ~ 38.44%
B 32 of 359 ~ 8.91%

%52.65
%38.44

CMYK color model

#BD8A20 color CMYK value is (0,27,83,26).

  • cyan value is 0.00%
  • magenta value is 26.98%
  • yellow value is 83.07%
  • key color value is 25.88%
CMYK:
(0,27,83,26)
C0M27Y83K26 
(0%,27%,83%,26%)
(0.00/0.27/0.83/0.26)	

CMYK percentages

%0
%26.98
%83.07
%25.88

Codes

Color #BD8A20 in popluar color models

BD8A20
RGB18913832
HSL41°71.04%43.33%
HSB/HSV41°83.07%74.12%
CMYK0.00%26.98%83.07%
25.88%

Color #BD8A20 in popluar number systems.

HEXBD8A20
Decimal18913832
Binary1011110110001010100000
Octal27521240

Shades and tints

Shades of #BD8A20

#BD8A20
(189,138,32)
#AC7E1E
(172,126,30)
#9B721C
(155,114,28)
#8A661A
(138,102,26)
#795A18
(121,90,24)
#684E16
(104,78,22)
#574214
(87,66,20)
#463612
(70,54,18)
#352A10
(53,42,16)
#241E0E
(36,30,14)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #BD8A20

#BD8A20
(189,138,32)
#C39434
(195,148,52)
#C99E48
(201,158,72)
#CFA85C
(207,168,92)
#D5B270
(213,178,112)
#DBBC84
(219,188,132)
#E1C698
(225,198,152)
#E7D0AC
(231,208,172)
#EDDAC0
(237,218,192)
#F3E4D4
(243,228,212)
#F9EEE8
(249,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8A20; }

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

This text font color is #BD8A20.


Background Color

.myBgColor { background-color: #BD8A20; }

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

This div background color is #BD8A20.


Border color

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

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

This div border color is #BD8A20.


Opacity

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

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

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

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

This text has shadow with #BD8A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8A20 on black background.


Color preview on white background

This text has color #BD8A20 on white background.



Black color preview on #BD8A20 background

This text has black color on #BD8A20 background.


White color preview on #BD8A20 background

This text has white color on #BD8A20 background.