COLOR #BDA49B

HEX: #BDA49B RGB: (189,164,155)

Color info

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

RGB color model

#BDA49B color RGB value is (189,164,155).

RGB: (189,164,155) (74%, 64%, 61%)

RGB channels and saturation

R 189 of 255 = 74%
G 164 of 255 = 64%
B 155 of 255 = 61%

189
164
155

R + G + B ~ 66%. #BDA49B is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 164 + 155 = 508 (100%)
R 189 of 508 ~ 37.2%
G 164 of 508 ~ 32.28%
B 155 of 508 ~ 30.51'%

%37.2
%32.28
%30.51

CMYK color model

#BDA49B color CMYK value is (0,13,18,26).

  • cyan value is 0.00%
  • magenta value is 13.23%
  • yellow value is 17.99%
  • key color value is 25.88%
CMYK: (0,13,18,26) C0M13Y18K26 (0%,13%,18%,26%) (0.00/0.13/0.18/0.26) 

CMYK percentages

%0
%13.23
%17.99
%25.88

Codes

Color #BDA49B in popluar color models

BD A4 9B
RGB 189 164 155
HSL 16° 20.48% 67.45%
HSB/HSV 16° 17.99% 74.12%
CMYK 0.00% 13.23% 17.99%
25.88%

Color #BDA49B in popluar number systems.

HEX BD A4 9B
Decimal 189 164 155
Binary 10111101 10100100 10011011
Octal 275 244 233

Shades and tints

Shades of #BDA49B

#BDA49B
(189,164,155)
#AC968D
(172,150,141)
#9B887F
(155,136,127)
#8A7A71
(138,122,113)
#796C63
(121,108,99)
#685E55
(104,94,85)
#575047
(87,80,71)
#464239
(70,66,57)
#35342B
(53,52,43)
#24261D
(36,38,29)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #BDA49B

#BDA49B
(189,164,155)
#C3ACA4
(195,172,164)
#C9B4AD
(201,180,173)
#CFBCB6
(207,188,182)
#D5C4BF
(213,196,191)
#DBCCC8
(219,204,200)
#E1D4D1
(225,212,209)
#E7DCDA
(231,220,218)
#EDE4E3
(237,228,227)
#F3ECEC
(243,236,236)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA49B color. Also use rgb(189,164,155) instead hex code.

Text Font Color

.myTextColor { color: #BDA49B; }

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

This text font color is #BDA49B.

Background Color

.myBgColor { background-color: #BDA49B; }

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

This div background color is #BDA49B.

Border color

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

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

This div border color is #BDA49B.

Opacity

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

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

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

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

This text has shadow with #BDA49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA49B.

Preview

Color preview on black background

This text has color #BDA49B on black background.


Color preview on white background

This text has color #BDA49B on white background.


Black color preview on #BDA49B background

This text has black color on #BDA49B background.


White color preview on #BDA49B background

This text has white color on #BDA49B background.


Related colors

Complementary color

Complementary color for #hex is #425B64.


I love getcolorcode.com

Triadic colors

1 #9BBDA4 and #A49BBD with #BDA49B are triadic colors.

2 #9BA4BD and #A4BD9B with #BDA49B are triadic colors.