COLOR #BDB491

HEX: #BDB491
RGB: (189,180,145)

Color info

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

RGB color model

#BDB491 color RGB value is (189,180,145).

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

RGB channels and saturation

R 189 of 255 = 74%
G 180 of 255 = 71%
B 145 of 255 = 57%

189
180
145

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

Portions of RGB colors in percentages

R + G + B =
189 + 180 + 145 = 514 (100%)
R 189 of 514 ~ 36.77%
G 180 of 514 ~ 35.02%
B 145 of 514 ~ 28.21%

%36.77
%35.02
%28.21

CMYK color model

#BDB491 color CMYK value is (0,5,23,26).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 23.28%
  • key color value is 25.88%
CMYK:
(0,5,23,26)
C0M5Y23K26 
(0%,5%,23%,26%)
(0.00/0.05/0.23/0.26)	

CMYK percentages

%0
%4.76
%23.28
%25.88

Codes

Color #BDB491 in popluar color models

BDB491
RGB189180145
HSL48°25.00%65.49%
HSB/HSV48°23.28%74.12%
CMYK0.00%4.76%23.28%
25.88%

Color #BDB491 in popluar number systems.

HEXBDB491
Decimal189180145
Binary101111011011010010010001
Octal275264221

Shades and tints

Shades of #BDB491

#BDB491
(189,180,145)
#ACA484
(172,164,132)
#9B9477
(155,148,119)
#8A846A
(138,132,106)
#79745D
(121,116,93)
#686450
(104,100,80)
#575443
(87,84,67)
#464436
(70,68,54)
#353429
(53,52,41)
#24241C
(36,36,28)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #BDB491

#BDB491
(189,180,145)
#C3BA9B
(195,186,155)
#C9C0A5
(201,192,165)
#CFC6AF
(207,198,175)
#D5CCB9
(213,204,185)
#DBD2C3
(219,210,195)
#E1D8CD
(225,216,205)
#E7DED7
(231,222,215)
#EDE4E1
(237,228,225)
#F3EAEB
(243,234,235)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB491; }

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

This text font color is #BDB491.


Background Color

.myBgColor { background-color: #BDB491; }

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

This div background color is #BDB491.


Border color

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

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

This div border color is #BDB491.


Opacity

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

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

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

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

This text has shadow with #BDB491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB491 on black background.


Color preview on white background

This text has color #BDB491 on white background.



Black color preview on #BDB491 background

This text has black color on #BDB491 background.


White color preview on #BDB491 background

This text has white color on #BDB491 background.