COLOR #BDA99B

HEX: #BDA99B RGB: (189,169,155)

Color info

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

RGB color model

#BDA99B color RGB value is (189,169,155).

RGB: (189,169,155) (74%, 66%, 61%)

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 155 of 255 = 61%

189
169
155

R + G + B ~ 67%. #BDA99B is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 169 + 155 = 513 (100%)
R 189 of 513 ~ 36.84%
G 169 of 513 ~ 32.94%
B 155 of 513 ~ 30.21'%

%36.84
%32.94
%30.21

CMYK color model

#BDA99B color CMYK value is (0,11,18,26).

  • cyan value is 0.00%
  • magenta value is 10.58%
  • yellow value is 17.99%
  • key color value is 25.88%
CMYK: (0,11,18,26) C0M11Y18K26 (0%,11%,18%,26%) (0.00/0.11/0.18/0.26) 

CMYK percentages

%0
%10.58
%17.99
%25.88

Codes

Color #BDA99B in popluar color models

BD A9 9B
RGB 189 169 155
HSL 25° 20.48% 67.45%
HSB/HSV 25° 17.99% 74.12%
CMYK 0.00% 10.58% 17.99%
25.88%

Color #BDA99B in popluar number systems.

HEX BD A9 9B
Decimal 189 169 155
Binary 10111101 10101001 10011011
Octal 275 251 233

Shades and tints

Shades of #BDA99B

#BDA99B
(189,169,155)
#AC9A8D
(172,154,141)
#9B8B7F
(155,139,127)
#8A7C71
(138,124,113)
#796D63
(121,109,99)
#685E55
(104,94,85)
#574F47
(87,79,71)
#464039
(70,64,57)
#35312B
(53,49,43)
#24221D
(36,34,29)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #BDA99B

#BDA99B
(189,169,155)
#C3B0A4
(195,176,164)
#C9B7AD
(201,183,173)
#CFBEB6
(207,190,182)
#D5C5BF
(213,197,191)
#DBCCC8
(219,204,200)
#E1D3D1
(225,211,209)
#E7DADA
(231,218,218)
#EDE1E3
(237,225,227)
#F3E8EC
(243,232,236)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA99B; }

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

This text font color is #BDA99B.

Background Color

.myBgColor { background-color: #BDA99B; }

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

This div background color is #BDA99B.

Border color

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

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

This div border color is #BDA99B.

Opacity

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

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

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

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

This text has shadow with #BDA99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA99B.

Preview

Color preview on black background

This text has color #BDA99B on black background.


Color preview on white background

This text has color #BDA99B on white background.


Black color preview on #BDA99B background

This text has black color on #BDA99B background.


White color preview on #BDA99B background

This text has white color on #BDA99B background.


Related colors

Complementary color

Complementary color for #hex is #425664.


I love getcolorcode.com

Triadic colors

1 #9BBDA9 and #A99BBD with #BDA99B are triadic colors.

2 #9BA9BD and #A9BD9B with #BDA99B are triadic colors.