COLOR #BDAC8D

HEX: #BDAC8D RGB: (189,172,141)

Color info

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

RGB color model

#BDAC8D color RGB value is (189,172,141).

RGB: (189,172,141) (74%, 67%, 55%)

RGB channels and saturation

R 189 of 255 = 74%
G 172 of 255 = 67%
B 141 of 255 = 55%

189
172
141

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

Portions of RGB colors in percentages

R + G + B = 189 + 172 + 141 = 502 (100%)
R 189 of 502 ~ 37.65%
G 172 of 502 ~ 34.26%
B 141 of 502 ~ 28.09'%

%37.65
%34.26
%28.09

CMYK color model

#BDAC8D color CMYK value is (0,9,25,26).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 25.40%
  • key color value is 25.88%
CMYK: (0,9,25,26) C0M9Y25K26 (0%,9%,25%,26%) (0.00/0.09/0.25/0.26) 

CMYK percentages

%0
%8.99
%25.4
%25.88

Codes

Color #BDAC8D in popluar color models

BD AC 8D
RGB 189 172 141
HSL 39° 26.67% 64.71%
HSB/HSV 39° 25.40% 74.12%
CMYK 0.00% 8.99% 25.40%
25.88%

Color #BDAC8D in popluar number systems.

HEX BD AC 8D
Decimal 189 172 141
Binary 10111101 10101100 10001101
Octal 275 254 215

Shades and tints

Shades of #BDAC8D

#BDAC8D
(189,172,141)
#AC9D81
(172,157,129)
#9B8E75
(155,142,117)
#8A7F69
(138,127,105)
#79705D
(121,112,93)
#686151
(104,97,81)
#575245
(87,82,69)
#464339
(70,67,57)
#35342D
(53,52,45)
#242521
(36,37,33)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #BDAC8D

#BDAC8D
(189,172,141)
#C3B397
(195,179,151)
#C9BAA1
(201,186,161)
#CFC1AB
(207,193,171)
#D5C8B5
(213,200,181)
#DBCFBF
(219,207,191)
#E1D6C9
(225,214,201)
#E7DDD3
(231,221,211)
#EDE4DD
(237,228,221)
#F3EBE7
(243,235,231)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAC8D; }

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

This text font color is #BDAC8D.

Background Color

.myBgColor { background-color: #BDAC8D; }

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

This div background color is #BDAC8D.

Border color

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

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

This div border color is #BDAC8D.

Opacity

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

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

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

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

This text has shadow with #BDAC8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAC8D.

Preview

Color preview on black background

This text has color #BDAC8D on black background.


Color preview on white background

This text has color #BDAC8D on white background.


Black color preview on #BDAC8D background

This text has black color on #BDAC8D background.


White color preview on #BDAC8D background

This text has white color on #BDAC8D background.


Related colors

Complementary color

Complementary color for #hex is #425372.


I love getcolorcode.com

Triadic colors

1 #8DBDAC and #AC8DBD with #BDAC8D are triadic colors.

2 #8DACBD and #ACBD8D with #BDAC8D are triadic colors.