COLOR #BDAD86

HEX: #BDAD86
RGB: (189,173,134)

Color info

#BDAD86 contains red, green and blue colors in about the same proportion. Web safe color of #BDAD86 is #CC9999 (or #C99).

RGB color model

#BDAD86 color RGB value is (189,173,134).

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

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 134 of 255 = 53%

189
173
134

R + G + B ~ 65%. #BDAD86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 173 + 134 = 496 (100%)
R 189 of 496 ~ 38.1%
G 173 of 496 ~ 34.88%
B 134 of 496 ~ 27.02%

%38.1
%34.88
%27.02

CMYK color model

#BDAD86 color CMYK value is (0,8,29,26).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 29.10%
  • key color value is 25.88%
CMYK:
(0,8,29,26)
C0M8Y29K26 
(0%,8%,29%,26%)
(0.00/0.08/0.29/0.26)	

CMYK percentages

%0
%8.47
%29.1
%25.88

Codes

Color #BDAD86 in popluar color models

BDAD86
RGB189173134
HSL43°29.41%63.33%
HSB/HSV43°29.10%74.12%
CMYK0.00%8.47%29.10%
25.88%

Color #BDAD86 in popluar number systems.

HEXBDAD86
Decimal189173134
Binary101111011010110110000110
Octal275255206

Shades and tints

Shades of #BDAD86

#BDAD86
(189,173,134)
#AC9E7A
(172,158,122)
#9B8F6E
(155,143,110)
#8A8062
(138,128,98)
#797156
(121,113,86)
#68624A
(104,98,74)
#57533E
(87,83,62)
#464432
(70,68,50)
#353526
(53,53,38)
#24261A
(36,38,26)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #BDAD86

#BDAD86
(189,173,134)
#C3B491
(195,180,145)
#C9BB9C
(201,187,156)
#CFC2A7
(207,194,167)
#D5C9B2
(213,201,178)
#DBD0BD
(219,208,189)
#E1D7C8
(225,215,200)
#E7DED3
(231,222,211)
#EDE5DE
(237,229,222)
#F3ECE9
(243,236,233)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAD86; }

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

This text font color is #BDAD86.


Background Color

.myBgColor { background-color: #BDAD86; }

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

This div background color is #BDAD86.


Border color

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

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

This div border color is #BDAD86.


Opacity

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

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

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

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

This text has shadow with #BDAD86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAD86 on black background.


Color preview on white background

This text has color #BDAD86 on white background.



Black color preview on #BDAD86 background

This text has black color on #BDAD86 background.


White color preview on #BDAD86 background

This text has white color on #BDAD86 background.