COLOR #BDAD7E

HEX: #BDAD7E
RGB: (189,173,126)

Color info

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

RGB color model

#BDAD7E color RGB value is (189,173,126).

  • red value is 189;
  • green value is 173;
  • blue value is 126.
RGB:
(189,173,126)
(74%,68%,49%)

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 126 of 255 = 49%

189
173
126

R + G + B ~ 64%. #BDAD7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 173 + 126 = 488 (100%)
R 189 of 488 ~ 38.73%
G 173 of 488 ~ 35.45%
B 126 of 488 ~ 25.82%

%38.73
%35.45
%25.82

CMYK color model

#BDAD7E color CMYK value is (0,8,33,26).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 33.33%
  • key color value is 25.88%
CMYK:
(0,8,33,26)
C0M8Y33K26 
(0%,8%,33%,26%)
(0.00/0.08/0.33/0.26)	

CMYK percentages

%0
%8.47
%33.33
%25.88

Codes

Color #BDAD7E in popluar color models

BDAD7E
RGB189173126
HSL45°32.31%61.76%
HSB/HSV45°33.33%74.12%
CMYK0.00%8.47%33.33%
25.88%

Color #BDAD7E in popluar number systems.

HEXBDAD7E
Decimal189173126
Binary10111101101011011111110
Octal275255176

Shades and tints

Shades of #BDAD7E

#BDAD7E
(189,173,126)
#AC9E73
(172,158,115)
#9B8F68
(155,143,104)
#8A805D
(138,128,93)
#797152
(121,113,82)
#686247
(104,98,71)
#57533C
(87,83,60)
#464431
(70,68,49)
#353526
(53,53,38)
#24261B
(36,38,27)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #BDAD7E

#BDAD7E
(189,173,126)
#C3B489
(195,180,137)
#C9BB94
(201,187,148)
#CFC29F
(207,194,159)
#D5C9AA
(213,201,170)
#DBD0B5
(219,208,181)
#E1D7C0
(225,215,192)
#E7DECB
(231,222,203)
#EDE5D6
(237,229,214)
#F3ECE1
(243,236,225)
#F9F3EC
(249,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAD7E color. Also use rgb(189,173,126) instead hex code.

Text Font Color

.myTextColor { color: #BDAD7E; }

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

This text font color is #BDAD7E.


Background Color

.myBgColor { background-color: #BDAD7E; }

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

This div background color is #BDAD7E.


Border color

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

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

This div border color is #BDAD7E.


Opacity

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

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

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

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

This text has shadow with #BDAD7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAD7E on black background.


Color preview on white background

This text has color #BDAD7E on white background.



Black color preview on #BDAD7E background

This text has black color on #BDAD7E background.


White color preview on #BDAD7E background

This text has white color on #BDAD7E background.