COLOR #BDAB4F

HEX: #BDAB4F
RGB: (189,171,79)

Color info

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

RGB color model

#BDAB4F color RGB value is (189,171,79).

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

RGB channels and saturation

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

189
171
79

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

Portions of RGB colors in percentages

R + G + B =
189 + 171 + 79 = 439 (100%)
R 189 of 439 ~ 43.05%
G 171 of 439 ~ 38.95%
B 79 of 439 ~ 18%

%43.05
%38.95
%18

CMYK color model

#BDAB4F color CMYK value is (0,10,58,26).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 58.20%
  • key color value is 25.88%
CMYK:
(0,10,58,26)
C0M10Y58K26 
(0%,10%,58%,26%)
(0.00/0.10/0.58/0.26)	

CMYK percentages

%0
%9.52
%58.2
%25.88

Codes

Color #BDAB4F in popluar color models

BDAB4F
RGB18917179
HSL50°45.45%52.55%
HSB/HSV50°58.20%74.12%
CMYK0.00%9.52%58.20%
25.88%

Color #BDAB4F in popluar number systems.

HEXBDAB4F
Decimal18917179
Binary10111101101010111001111
Octal275253117

Shades and tints

Shades of #BDAB4F

#BDAB4F
(189,171,79)
#AC9C48
(172,156,72)
#9B8D41
(155,141,65)
#8A7E3A
(138,126,58)
#796F33
(121,111,51)
#68602C
(104,96,44)
#575125
(87,81,37)
#46421E
(70,66,30)
#353317
(53,51,23)
#242410
(36,36,16)
#131509
(19,21,9)
#000000
(0,0,0)

Tints of #BDAB4F

#BDAB4F
(189,171,79)
#C3B25F
(195,178,95)
#C9B96F
(201,185,111)
#CFC07F
(207,192,127)
#D5C78F
(213,199,143)
#DBCE9F
(219,206,159)
#E1D5AF
(225,213,175)
#E7DCBF
(231,220,191)
#EDE3CF
(237,227,207)
#F3EADF
(243,234,223)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAB4F; }

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

This text font color is #BDAB4F.


Background Color

.myBgColor { background-color: #BDAB4F; }

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

This div background color is #BDAB4F.


Border color

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

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

This div border color is #BDAB4F.


Opacity

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

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

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

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

This text has shadow with #BDAB4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAB4F on black background.


Color preview on white background

This text has color #BDAB4F on white background.



Black color preview on #BDAB4F background

This text has black color on #BDAB4F background.


White color preview on #BDAB4F background

This text has white color on #BDAB4F background.