COLOR #BDAA8C

HEX: #BDAA8C RGB: (189,170,140)

Color info

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

RGB color model

#BDAA8C color RGB value is (189,170,140).

RGB: (189,170,140) (74%, 67%, 55%)

RGB channels and saturation

R 189 of 255 = 74%
G 170 of 255 = 67%
B 140 of 255 = 55%

189
170
140

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

Portions of RGB colors in percentages

R + G + B = 189 + 170 + 140 = 499 (100%)
R 189 of 499 ~ 37.88%
G 170 of 499 ~ 34.07%
B 140 of 499 ~ 28.06'%

%37.88
%34.07
%28.06

CMYK color model

#BDAA8C color CMYK value is (0,10,26,26).

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 25.93%
  • key color value is 25.88%

CMYK: (0,10,26,26)
C0M10Y26K26 (0%, 10%, 26%, 26%)
(0.00 / 0.10 / 0.26 / 0.26)

CMYK percentages

%0
%10.05
%25.93
%25.88

Codes

Color #BDAA8C in popluar color models

BD AA 8C
RGB 189 170 140
HSL 37° 27.07% 64.51%
HSB/HSV 37° 25.93% 74.12%
CMYK 0.00% 10.05% 25.93%
25.88%

Color #BDAA8C in popluar number systems.

HEX BD AA 8C
Decimal 189 170 140
Binary 10111101 10101010 10001100
Octal 275 252 214

Shades and tints

Shades of #BDAA8C

#BDAA8C
(189,170,140)
#AC9B80
(172,155,128)
#9B8C74
(155,140,116)
#8A7D68
(138,125,104)
#796E5C
(121,110,92)
#685F50
(104,95,80)
#575044
(87,80,68)
#464138
(70,65,56)
#35322C
(53,50,44)
#242320
(36,35,32)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #BDAA8C

#BDAA8C
(189,170,140)
#C3B196
(195,177,150)
#C9B8A0
(201,184,160)
#CFBFAA
(207,191,170)
#D5C6B4
(213,198,180)
#DBCDBE
(219,205,190)
#E1D4C8
(225,212,200)
#E7DBD2
(231,219,210)
#EDE2DC
(237,226,220)
#F3E9E6
(243,233,230)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAA8C color. Also use rgb(189,170,140) instead hex code.

Text Font Color

.myTextColor { color: #BDAA8C; }

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

This text font color is #BDAA8C.

Background Color

.myBgColor { background-color: #BDAA8C; }

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

This div background color is #BDAA8C.

Border color

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

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

This div border color is #BDAA8C.

Opacity

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

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

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

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

This text has shadow with #BDAA8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAA8C.

Preview

Color preview on black background

This text has color #BDAA8C on black background.


Color preview on white background

This text has color #BDAA8C on white background.


Black color preview on #BDAA8C background

This text has black color on #BDAA8C background.


White color preview on #BDAA8C background

This text has white color on #BDAA8C background.


Related colors

Complementary color

Complementary color for #hex is #425573.


I love getcolorcode.com

Triadic colors

1 #8CBDAA and #AA8CBD with #BDAA8C are triadic colors.

2 #8CAABD and #AABD8C with #BDAA8C are triadic colors.