COLOR #BDB494

HEX: #BDB494
RGB: (189,180,148)

Color info

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

RGB color model

#BDB494 color RGB value is (189,180,148).

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

RGB channels and saturation

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

189
180
148

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

Portions of RGB colors in percentages

R + G + B =
189 + 180 + 148 = 517 (100%)
R 189 of 517 ~ 36.56%
G 180 of 517 ~ 34.82%
B 148 of 517 ~ 28.63%

%36.56
%34.82
%28.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 21.69%
  • 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
%21.69
%25.88

Codes

Color #BDB494 in popluar color models

BDB494
RGB189180148
HSL47°23.70%66.08%
HSB/HSV47°21.69%74.12%
CMYK0.00%4.76%21.69%
25.88%

Color #BDB494 in popluar number systems.

HEXBDB494
Decimal189180148
Binary101111011011010010010100
Octal275264224

Shades and tints

Shades of #BDB494

#BDB494
(189,180,148)
#ACA487
(172,164,135)
#9B947A
(155,148,122)
#8A846D
(138,132,109)
#797460
(121,116,96)
#686453
(104,100,83)
#575446
(87,84,70)
#464439
(70,68,57)
#35342C
(53,52,44)
#24241F
(36,36,31)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #BDB494

#BDB494
(189,180,148)
#C3BA9D
(195,186,157)
#C9C0A6
(201,192,166)
#CFC6AF
(207,198,175)
#D5CCB8
(213,204,184)
#DBD2C1
(219,210,193)
#E1D8CA
(225,216,202)
#E7DED3
(231,222,211)
#EDE4DC
(237,228,220)
#F3EAE5
(243,234,229)
#F9F0EE
(249,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB494; }

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

This text font color is #BDB494.


Background Color

.myBgColor { background-color: #BDB494; }

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

This div background color is #BDB494.


Border color

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

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

This div border color is #BDB494.


Opacity

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

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

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

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

This text has shadow with #BDB494 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BDB494 on black background.


Color preview on white background

This text has color #BDB494 on white background.



Black color preview on #BDB494 background

This text has black color on #BDB494 background.


White color preview on #BDB494 background

This text has white color on #BDB494 background.