COLOR #BD8D0F

HEX: #BD8D0F
RGB: (189,141,15)

Color info

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

RGB color model

#BD8D0F color RGB value is (189,141,15).

  • red value is 189;
  • green value is 141;
  • blue value is 15.
RGB:
(189,141,15)
(74%,55%,6%)

RGB channels and saturation

R 189 of 255 = 74%
G 141 of 255 = 55%
B 15 of 255 = 6%

189
141
15

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

Portions of RGB colors in percentages

R + G + B =
189 + 141 + 15 = 345 (100%)
R 189 of 345 ~ 54.78%
G 141 of 345 ~ 40.87%
B 15 of 345 ~ 4.35%

%54.78
%40.87

CMYK color model

#BD8D0F color CMYK value is (0,25,92,26).

  • cyan value is 0.00%
  • magenta value is 25.40%
  • yellow value is 92.06%
  • key color value is 25.88%
CMYK:
(0,25,92,26)
C0M25Y92K26 
(0%,25%,92%,26%)
(0.00/0.25/0.92/0.26)	

CMYK percentages

%0
%25.4
%92.06
%25.88

Codes

Color #BD8D0F in popluar color models

BD8D0F
RGB18914115
HSL43°85.29%40.00%
HSB/HSV43°92.06%74.12%
CMYK0.00%25.40%92.06%
25.88%

Color #BD8D0F in popluar number systems.

HEXBD8D0F
Decimal18914115
Binary10111101100011011111
Octal27521517

Shades and tints

Shades of #BD8D0F

#BD8D0F
(189,141,15)
#AC810E
(172,129,14)
#9B750D
(155,117,13)
#8A690C
(138,105,12)
#795D0B
(121,93,11)
#68510A
(104,81,10)
#574509
(87,69,9)
#463908
(70,57,8)
#352D07
(53,45,7)
#242106
(36,33,6)
#131505
(19,21,5)
#000000
(0,0,0)

Tints of #BD8D0F

#BD8D0F
(189,141,15)
#C39724
(195,151,36)
#C9A139
(201,161,57)
#CFAB4E
(207,171,78)
#D5B563
(213,181,99)
#DBBF78
(219,191,120)
#E1C98D
(225,201,141)
#E7D3A2
(231,211,162)
#EDDDB7
(237,221,183)
#F3E7CC
(243,231,204)
#F9F1E1
(249,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8D0F color. Also use rgb(189,141,15) instead hex code.

Text Font Color

.myTextColor { color: #BD8D0F; }

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

This text font color is #BD8D0F.


Background Color

.myBgColor { background-color: #BD8D0F; }

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

This div background color is #BD8D0F.


Border color

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

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

This div border color is #BD8D0F.


Opacity

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

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

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

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

This text has shadow with #BD8D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8D0F on black background.


Color preview on white background

This text has color #BD8D0F on white background.



Black color preview on #BD8D0F background

This text has black color on #BD8D0F background.


White color preview on #BD8D0F background

This text has white color on #BD8D0F background.