COLOR #BDB593

HEX: #BDB593
RGB: (189,181,147)

Color info

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

RGB color model

#BDB593 color RGB value is (189,181,147).

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

RGB channels and saturation

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

189
181
147

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

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 147 = 517 (100%)
R 189 of 517 ~ 36.56%
G 181 of 517 ~ 35.01%
B 147 of 517 ~ 28.43%

%36.56
%35.01
%28.43

CMYK color model

#BDB593 color CMYK value is (0,4,22,26).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 22.22%
  • key color value is 25.88%
CMYK:
(0,4,22,26)
C0M4Y22K26 
(0%,4%,22%,26%)
(0.00/0.04/0.22/0.26)	

CMYK percentages

%0
%4.23
%22.22
%25.88

Codes

Color #BDB593 in popluar color models

BDB593
RGB189181147
HSL49°24.14%65.88%
HSB/HSV49°22.22%74.12%
CMYK0.00%4.23%22.22%
25.88%

Color #BDB593 in popluar number systems.

HEXBDB593
Decimal189181147
Binary101111011011010110010011
Octal275265223

Shades and tints

Shades of #BDB593

#BDB593
(189,181,147)
#ACA586
(172,165,134)
#9B9579
(155,149,121)
#8A856C
(138,133,108)
#79755F
(121,117,95)
#686552
(104,101,82)
#575545
(87,85,69)
#464538
(70,69,56)
#35352B
(53,53,43)
#24251E
(36,37,30)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #BDB593

#BDB593
(189,181,147)
#C3BB9C
(195,187,156)
#C9C1A5
(201,193,165)
#CFC7AE
(207,199,174)
#D5CDB7
(213,205,183)
#DBD3C0
(219,211,192)
#E1D9C9
(225,217,201)
#E7DFD2
(231,223,210)
#EDE5DB
(237,229,219)
#F3EBE4
(243,235,228)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB593; }

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

This text font color is #BDB593.


Background Color

.myBgColor { background-color: #BDB593; }

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

This div background color is #BDB593.


Border color

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

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

This div border color is #BDB593.


Opacity

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

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

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

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

This text has shadow with #BDB593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB593 on black background.


Color preview on white background

This text has color #BDB593 on white background.



Black color preview on #BDB593 background

This text has black color on #BDB593 background.


White color preview on #BDB593 background

This text has white color on #BDB593 background.