COLOR #BDA89B

HEX: #BDA89B RGB: (189,168,155)

Color info

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

RGB color model

#BDA89B color RGB value is (189,168,155).

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

RGB channels and saturation

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

189
168
155

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

Portions of RGB colors in percentages

R + G + B = 189 + 168 + 155 = 512 (100%)
R 189 of 512 ~ 36.91%
G 168 of 512 ~ 32.81%
B 155 of 512 ~ 30.27'%

%36.91
%32.81
%30.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.11%
  • 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
%11.11
%17.99
%25.88

Codes

Color #BDA89B in popluar color models

BD A8 9B
RGB 189 168 155
HSL 23° 20.48% 67.45%
HSB/HSV 23° 17.99% 74.12%
CMYK 0.00% 11.11% 17.99%
25.88%

Color #BDA89B in popluar number systems.

HEX BD A8 9B
Decimal 189 168 155
Binary 10111101 10101000 10011011
Octal 275 250 233

Shades and tints

Shades of #BDA89B

#BDA89B
(189,168,155)
#AC998D
(172,153,141)
#9B8A7F
(155,138,127)
#8A7B71
(138,123,113)
#796C63
(121,108,99)
#685D55
(104,93,85)
#574E47
(87,78,71)
#463F39
(70,63,57)
#35302B
(53,48,43)
#24211D
(36,33,29)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #BDA89B

#BDA89B
(189,168,155)
#C3AFA4
(195,175,164)
#C9B6AD
(201,182,173)
#CFBDB6
(207,189,182)
#D5C4BF
(213,196,191)
#DBCBC8
(219,203,200)
#E1D2D1
(225,210,209)
#E7D9DA
(231,217,218)
#EDE0E3
(237,224,227)
#F3E7EC
(243,231,236)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA89B; }

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

This text font color is #BDA89B.

Background Color

.myBgColor { background-color: #BDA89B; }

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

This div background color is #BDA89B.

Border color

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

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

This div border color is #BDA89B.

Opacity

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

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

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

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

This text has shadow with #BDA89B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA89B.

Preview

Color preview on black background

This text has color #BDA89B on black background.


Color preview on white background

This text has color #BDA89B on white background.


Black color preview on #BDA89B background

This text has black color on #BDA89B background.


White color preview on #BDA89B background

This text has white color on #BDA89B background.


Related colors

Complementary color

Complementary color for #hex is #425764.


I love getcolorcode.com

Triadic colors

1 #9BBDA8 and #A89BBD with #BDA89B are triadic colors.

2 #9BA8BD and #A8BD9B with #BDA89B are triadic colors.