COLOR #BDAE5D

HEX: #BDAE5D
RGB: (189,174,93)

Color info

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

RGB color model

#BDAE5D color RGB value is (189,174,93).

  • red value is 189;
  • green value is 174;
  • blue value is 93.
RGB:
(189,174,93)
(74%,68%,36%)

RGB channels and saturation

R 189 of 255 = 74%
G 174 of 255 = 68%
B 93 of 255 = 36%

189
174
93

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

Portions of RGB colors in percentages

R + G + B =
189 + 174 + 93 = 456 (100%)
R 189 of 456 ~ 41.45%
G 174 of 456 ~ 38.16%
B 93 of 456 ~ 20.39%

%41.45
%38.16
%20.39

CMYK color model

#BDAE5D color CMYK value is (0,8,51,26).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 50.79%
  • key color value is 25.88%
CMYK:
(0,8,51,26)
C0M8Y51K26 
(0%,8%,51%,26%)
(0.00/0.08/0.51/0.26)	

CMYK percentages

%0
%7.94
%50.79
%25.88

Codes

Color #BDAE5D in popluar color models

BDAE5D
RGB18917493
HSL51°42.11%55.29%
HSB/HSV51°50.79%74.12%
CMYK0.00%7.94%50.79%
25.88%

Color #BDAE5D in popluar number systems.

HEXBDAE5D
Decimal18917493
Binary10111101101011101011101
Octal275256135

Shades and tints

Shades of #BDAE5D

#BDAE5D
(189,174,93)
#AC9F55
(172,159,85)
#9B904D
(155,144,77)
#8A8145
(138,129,69)
#79723D
(121,114,61)
#686335
(104,99,53)
#57542D
(87,84,45)
#464525
(70,69,37)
#35361D
(53,54,29)
#242715
(36,39,21)
#13180D
(19,24,13)
#000000
(0,0,0)

Tints of #BDAE5D

#BDAE5D
(189,174,93)
#C3B56B
(195,181,107)
#C9BC79
(201,188,121)
#CFC387
(207,195,135)
#D5CA95
(213,202,149)
#DBD1A3
(219,209,163)
#E1D8B1
(225,216,177)
#E7DFBF
(231,223,191)
#EDE6CD
(237,230,205)
#F3EDDB
(243,237,219)
#F9F4E9
(249,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAE5D color. Also use rgb(189,174,93) instead hex code.

Text Font Color

.myTextColor { color: #BDAE5D; }

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

This text font color is #BDAE5D.


Background Color

.myBgColor { background-color: #BDAE5D; }

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

This div background color is #BDAE5D.


Border color

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

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

This div border color is #BDAE5D.


Opacity

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

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

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

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

This text has shadow with #BDAE5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAE5D on black background.


Color preview on white background

This text has color #BDAE5D on white background.



Black color preview on #BDAE5D background

This text has black color on #BDAE5D background.


White color preview on #BDAE5D background

This text has white color on #BDAE5D background.