COLOR #BDA593

HEX: #BDA593
RGB: (189,165,147)

Color info

#BDA593 contains red, green and blue colors in about the same proportion. Web safe color of #BDA593 is #CC9999 (or #C99).

RGB color model

#BDA593 color RGB value is (189,165,147).

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

RGB channels and saturation

R 189 of 255 = 74%
G 165 of 255 = 65%
B 147 of 255 = 58%

189
165
147

R + G + B ~ 66%. #BDA593 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 165 + 147 = 501 (100%)
R 189 of 501 ~ 37.72%
G 165 of 501 ~ 32.93%
B 147 of 501 ~ 29.34%

%37.72
%32.93
%29.34

CMYK color model

#BDA593 color CMYK value is (0,13,22,26).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 22.22%
  • key color value is 25.88%
CMYK:
(0,13,22,26)
C0M13Y22K26 
(0%,13%,22%,26%)
(0.00/0.13/0.22/0.26)	

CMYK percentages

%0
%12.7
%22.22
%25.88

Codes

Color #BDA593 in popluar color models

BDA593
RGB189165147
HSL26°24.14%65.88%
HSB/HSV26°22.22%74.12%
CMYK0.00%12.70%22.22%
25.88%

Color #BDA593 in popluar number systems.

HEXBDA593
Decimal189165147
Binary101111011010010110010011
Octal275245223

Shades and tints

Shades of #BDA593

#BDA593
(189,165,147)
#AC9686
(172,150,134)
#9B8779
(155,135,121)
#8A786C
(138,120,108)
#79695F
(121,105,95)
#685A52
(104,90,82)
#574B45
(87,75,69)
#463C38
(70,60,56)
#352D2B
(53,45,43)
#241E1E
(36,30,30)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #BDA593

#BDA593
(189,165,147)
#C3AD9C
(195,173,156)
#C9B5A5
(201,181,165)
#CFBDAE
(207,189,174)
#D5C5B7
(213,197,183)
#DBCDC0
(219,205,192)
#E1D5C9
(225,213,201)
#E7DDD2
(231,221,210)
#EDE5DB
(237,229,219)
#F3EDE4
(243,237,228)
#F9F5ED
(249,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA593; }

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

This text font color is #BDA593.


Background Color

.myBgColor { background-color: #BDA593; }

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

This div background color is #BDA593.


Border color

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

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

This div border color is #BDA593.


Opacity

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

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

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

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

This text has shadow with #BDA593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA593 on black background.


Color preview on white background

This text has color #BDA593 on white background.



Black color preview on #BDA593 background

This text has black color on #BDA593 background.


White color preview on #BDA593 background

This text has white color on #BDA593 background.