COLOR #BDB59B

HEX: #BDB59B
RGB: (189,181,155)

Color info

#BDB59B contains red, green and blue colors in about the same proportion. Web safe color of #BDB59B is #CCCC99 (or #CC9).

RGB color model

#BDB59B color RGB value is (189,181,155).

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

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 155 of 255 = 61%

189
181
155

R + G + B ~ 69%. #BDB59B is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 155 = 525 (100%)
R 189 of 525 ~ 36%
G 181 of 525 ~ 34.48%
B 155 of 525 ~ 29.52%

%36
%34.48
%29.52

CMYK color model

#BDB59B color CMYK value is (0,4,18,26).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 17.99%
  • key color value is 25.88%
CMYK:
(0,4,18,26)
C0M4Y18K26 
(0%,4%,18%,26%)
(0.00/0.04/0.18/0.26)	

CMYK percentages

%0
%4.23
%17.99
%25.88

Codes

Color #BDB59B in popluar color models

BDB59B
RGB189181155
HSL46°20.48%67.45%
HSB/HSV46°17.99%74.12%
CMYK0.00%4.23%17.99%
25.88%

Color #BDB59B in popluar number systems.

HEXBDB59B
Decimal189181155
Binary101111011011010110011011
Octal275265233

Shades and tints

Shades of #BDB59B

#BDB59B
(189,181,155)
#ACA58D
(172,165,141)
#9B957F
(155,149,127)
#8A8571
(138,133,113)
#797563
(121,117,99)
#686555
(104,101,85)
#575547
(87,85,71)
#464539
(70,69,57)
#35352B
(53,53,43)
#24251D
(36,37,29)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #BDB59B

#BDB59B
(189,181,155)
#C3BBA4
(195,187,164)
#C9C1AD
(201,193,173)
#CFC7B6
(207,199,182)
#D5CDBF
(213,205,191)
#DBD3C8
(219,211,200)
#E1D9D1
(225,217,209)
#E7DFDA
(231,223,218)
#EDE5E3
(237,229,227)
#F3EBEC
(243,235,236)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB59B; }

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

This text font color is #BDB59B.


Background Color

.myBgColor { background-color: #BDB59B; }

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

This div background color is #BDB59B.


Border color

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

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

This div border color is #BDB59B.


Opacity

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

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

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

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

This text has shadow with #BDB59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB59B on black background.


Color preview on white background

This text has color #BDB59B on white background.



Black color preview on #BDB59B background

This text has black color on #BDB59B background.


White color preview on #BDB59B background

This text has white color on #BDB59B background.