COLOR #BDAC8A

HEX: #BDAC8A RGB: (189,172,138)

Color info

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

RGB color model

#BDAC8A color RGB value is (189,172,138).

RGB: (189,172,138) (74%, 67%, 54%)

RGB channels and saturation

R 189 of 255 = 74%
G 172 of 255 = 67%
B 138 of 255 = 54%

189
172
138

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

Portions of RGB colors in percentages

R + G + B = 189 + 172 + 138 = 499 (100%)
R 189 of 499 ~ 37.88%
G 172 of 499 ~ 34.47%
B 138 of 499 ~ 27.66'%

%37.88
%34.47
%27.66

CMYK color model

#BDAC8A color CMYK value is (0,9,27,26).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 26.98%
  • key color value is 25.88%

CMYK: (0,9,27,26)
C0M9Y27K26 (0%, 9%, 27%, 26%)
(0.00 / 0.09 / 0.27 / 0.26)

CMYK percentages

%0
%8.99
%26.98
%25.88

Codes

Color #BDAC8A in popluar color models

BD AC 8A
RGB 189 172 138
HSL 40° 27.87% 64.12%
HSB/HSV 40° 26.98% 74.12%
CMYK 0.00% 8.99% 26.98%
25.88%

Color #BDAC8A in popluar number systems.

HEX BD AC 8A
Decimal 189 172 138
Binary 10111101 10101100 10001010
Octal 275 254 212

Shades and tints

Shades of #BDAC8A

#BDAC8A
(189,172,138)
#AC9D7E
(172,157,126)
#9B8E72
(155,142,114)
#8A7F66
(138,127,102)
#79705A
(121,112,90)
#68614E
(104,97,78)
#575242
(87,82,66)
#464336
(70,67,54)
#35342A
(53,52,42)
#24251E
(36,37,30)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #BDAC8A

#BDAC8A
(189,172,138)
#C3B394
(195,179,148)
#C9BA9E
(201,186,158)
#CFC1A8
(207,193,168)
#D5C8B2
(213,200,178)
#DBCFBC
(219,207,188)
#E1D6C6
(225,214,198)
#E7DDD0
(231,221,208)
#EDE4DA
(237,228,218)
#F3EBE4
(243,235,228)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAC8A; }

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

This text font color is #BDAC8A.

Background Color

.myBgColor { background-color: #BDAC8A; }

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

This div background color is #BDAC8A.

Border color

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

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

This div border color is #BDAC8A.

Opacity

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

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

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

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

This text has shadow with #BDAC8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAC8A.

Preview

Color preview on black background

This text has color #BDAC8A on black background.


Color preview on white background

This text has color #BDAC8A on white background.


Black color preview on #BDAC8A background

This text has black color on #BDAC8A background.


White color preview on #BDAC8A background

This text has white color on #BDAC8A background.


Related colors

Complementary color

Complementary color for #hex is #425375.


I love getcolorcode.com

Triadic colors

1 #8ABDAC and #AC8ABD with #BDAC8A are triadic colors.

2 #8AACBD and #ACBD8A with #BDAC8A are triadic colors.