COLOR #BDB39B

HEX: #BDB39B
RGB: (189,179,155)

Color info

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

RGB color model

#BDB39B color RGB value is (189,179,155).

  • red value is 189;
  • green value is 179;
  • blue value is 155.
RGB:
(189,179,155)
(74%,70%,61%)

RGB channels and saturation

R 189 of 255 = 74%
G 179 of 255 = 70%
B 155 of 255 = 61%

189
179
155

R + G + B ~ 68%. #BDB39B is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 179 + 155 = 523 (100%)
R 189 of 523 ~ 36.14%
G 179 of 523 ~ 34.23%
B 155 of 523 ~ 29.64%

%36.14
%34.23
%29.64

CMYK color model

#BDB39B color CMYK value is (0,5,18,26).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 17.99%
  • key color value is 25.88%
CMYK:
(0,5,18,26)
C0M5Y18K26 
(0%,5%,18%,26%)
(0.00/0.05/0.18/0.26)	

CMYK percentages

%0
%5.29
%17.99
%25.88

Codes

Color #BDB39B in popluar color models

BDB39B
RGB189179155
HSL42°20.48%67.45%
HSB/HSV42°17.99%74.12%
CMYK0.00%5.29%17.99%
25.88%

Color #BDB39B in popluar number systems.

HEXBDB39B
Decimal189179155
Binary101111011011001110011011
Octal275263233

Shades and tints

Shades of #BDB39B

#BDB39B
(189,179,155)
#ACA38D
(172,163,141)
#9B937F
(155,147,127)
#8A8371
(138,131,113)
#797363
(121,115,99)
#686355
(104,99,85)
#575347
(87,83,71)
#464339
(70,67,57)
#35332B
(53,51,43)
#24231D
(36,35,29)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #BDB39B

#BDB39B
(189,179,155)
#C3B9A4
(195,185,164)
#C9BFAD
(201,191,173)
#CFC5B6
(207,197,182)
#D5CBBF
(213,203,191)
#DBD1C8
(219,209,200)
#E1D7D1
(225,215,209)
#E7DDDA
(231,221,218)
#EDE3E3
(237,227,227)
#F3E9EC
(243,233,236)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB39B; }

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

This text font color is #BDB39B.


Background Color

.myBgColor { background-color: #BDB39B; }

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

This div background color is #BDB39B.


Border color

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

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

This div border color is #BDB39B.


Opacity

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

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

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

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

This text has shadow with #BDB39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB39B on black background.


Color preview on white background

This text has color #BDB39B on white background.



Black color preview on #BDB39B background

This text has black color on #BDB39B background.


White color preview on #BDB39B background

This text has white color on #BDB39B background.