COLOR #BDB493

HEX: #BDB493
RGB: (189,180,147)

Color info

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

RGB color model

#BDB493 color RGB value is (189,180,147).

  • red value is 189;
  • green value is 180;
  • blue value is 147.
RGB:
(189,180,147)
(74%,71%,58%)

RGB channels and saturation

R 189 of 255 = 74%
G 180 of 255 = 71%
B 147 of 255 = 58%

189
180
147

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

Portions of RGB colors in percentages

R + G + B =
189 + 180 + 147 = 516 (100%)
R 189 of 516 ~ 36.63%
G 180 of 516 ~ 34.88%
B 147 of 516 ~ 28.49%

%36.63
%34.88
%28.49

CMYK color model

#BDB493 color CMYK value is (0,5,22,26).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 22.22%
  • key color value is 25.88%
CMYK:
(0,5,22,26)
C0M5Y22K26 
(0%,5%,22%,26%)
(0.00/0.05/0.22/0.26)	

CMYK percentages

%0
%4.76
%22.22
%25.88

Codes

Color #BDB493 in popluar color models

BDB493
RGB189180147
HSL47°24.14%65.88%
HSB/HSV47°22.22%74.12%
CMYK0.00%4.76%22.22%
25.88%

Color #BDB493 in popluar number systems.

HEXBDB493
Decimal189180147
Binary101111011011010010010011
Octal275264223

Shades and tints

Shades of #BDB493

#BDB493
(189,180,147)
#ACA486
(172,164,134)
#9B9479
(155,148,121)
#8A846C
(138,132,108)
#79745F
(121,116,95)
#686452
(104,100,82)
#575445
(87,84,69)
#464438
(70,68,56)
#35342B
(53,52,43)
#24241E
(36,36,30)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #BDB493

#BDB493
(189,180,147)
#C3BA9C
(195,186,156)
#C9C0A5
(201,192,165)
#CFC6AE
(207,198,174)
#D5CCB7
(213,204,183)
#DBD2C0
(219,210,192)
#E1D8C9
(225,216,201)
#E7DED2
(231,222,210)
#EDE4DB
(237,228,219)
#F3EAE4
(243,234,228)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB493 color. Also use rgb(189,180,147) instead hex code.

Text Font Color

.myTextColor { color: #BDB493; }

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

This text font color is #BDB493.


Background Color

.myBgColor { background-color: #BDB493; }

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

This div background color is #BDB493.


Border color

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

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

This div border color is #BDB493.


Opacity

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

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

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

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

This text has shadow with #BDB493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB493 on black background.


Color preview on white background

This text has color #BDB493 on white background.



Black color preview on #BDB493 background

This text has black color on #BDB493 background.


White color preview on #BDB493 background

This text has white color on #BDB493 background.