COLOR #BDAC4F

HEX: #BDAC4F
RGB: (189,172,79)

Color info

#BDAC4F contains mainly red and green colors. Web safe color of #BDAC4F is #CC9966 (or #C96).

RGB color model

#BDAC4F color RGB value is (189,172,79).

  • red value is 189;
  • green value is 172;
  • blue value is 79.
RGB:
(189,172,79)
(74%,67%,31%)

RGB channels and saturation

R 189 of 255 = 74%
G 172 of 255 = 67%
B 79 of 255 = 31%

189
172
79

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

Portions of RGB colors in percentages

R + G + B =
189 + 172 + 79 = 440 (100%)
R 189 of 440 ~ 42.95%
G 172 of 440 ~ 39.09%
B 79 of 440 ~ 17.95%

%42.95
%39.09
%17.95

CMYK color model

#BDAC4F color CMYK value is (0,9,58,26).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 58.20%
  • key color value is 25.88%
CMYK:
(0,9,58,26)
C0M9Y58K26 
(0%,9%,58%,26%)
(0.00/0.09/0.58/0.26)	

CMYK percentages

%0
%8.99
%58.2
%25.88

Codes

Color #BDAC4F in popluar color models

BDAC4F
RGB18917279
HSL51°45.45%52.55%
HSB/HSV51°58.20%74.12%
CMYK0.00%8.99%58.20%
25.88%

Color #BDAC4F in popluar number systems.

HEXBDAC4F
Decimal18917279
Binary10111101101011001001111
Octal275254117

Shades and tints

Shades of #BDAC4F

#BDAC4F
(189,172,79)
#AC9D48
(172,157,72)
#9B8E41
(155,142,65)
#8A7F3A
(138,127,58)
#797033
(121,112,51)
#68612C
(104,97,44)
#575225
(87,82,37)
#46431E
(70,67,30)
#353417
(53,52,23)
#242510
(36,37,16)
#131609
(19,22,9)
#000000
(0,0,0)

Tints of #BDAC4F

#BDAC4F
(189,172,79)
#C3B35F
(195,179,95)
#C9BA6F
(201,186,111)
#CFC17F
(207,193,127)
#D5C88F
(213,200,143)
#DBCF9F
(219,207,159)
#E1D6AF
(225,214,175)
#E7DDBF
(231,221,191)
#EDE4CF
(237,228,207)
#F3EBDF
(243,235,223)
#F9F2EF
(249,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAC4F color. Also use rgb(189,172,79) instead hex code.

Text Font Color

.myTextColor { color: #BDAC4F; }

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

This text font color is #BDAC4F.


Background Color

.myBgColor { background-color: #BDAC4F; }

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

This div background color is #BDAC4F.


Border color

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

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

This div border color is #BDAC4F.


Opacity

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

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

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

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

This text has shadow with #BDAC4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAC4F on black background.


Color preview on white background

This text has color #BDAC4F on white background.



Black color preview on #BDAC4F background

This text has black color on #BDAC4F background.


White color preview on #BDAC4F background

This text has white color on #BDAC4F background.