COLOR #BDA59E

HEX: #BDA59E
RGB: (189,165,158)

Color info

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

RGB color model

#BDA59E color RGB value is (189,165,158).

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

RGB channels and saturation

R 189 of 255 = 74%
G 165 of 255 = 65%
B 158 of 255 = 62%

189
165
158

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

Portions of RGB colors in percentages

R + G + B =
189 + 165 + 158 = 512 (100%)
R 189 of 512 ~ 36.91%
G 165 of 512 ~ 32.23%
B 158 of 512 ~ 30.86%

%36.91
%32.23
%30.86

CMYK color model

#BDA59E color CMYK value is (0,13,16,26).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 16.40%
  • key color value is 25.88%
CMYK:
(0,13,16,26)
C0M13Y16K26 
(0%,13%,16%,26%)
(0.00/0.13/0.16/0.26)	

CMYK percentages

%0
%12.7
%16.4
%25.88

Codes

Color #BDA59E in popluar color models

BDA59E
RGB189165158
HSL14°19.02%68.04%
HSB/HSV14°16.40%74.12%
CMYK0.00%12.70%16.40%
25.88%

Color #BDA59E in popluar number systems.

HEXBDA59E
Decimal189165158
Binary101111011010010110011110
Octal275245236

Shades and tints

Shades of #BDA59E

#BDA59E
(189,165,158)
#AC9690
(172,150,144)
#9B8782
(155,135,130)
#8A7874
(138,120,116)
#796966
(121,105,102)
#685A58
(104,90,88)
#574B4A
(87,75,74)
#463C3C
(70,60,60)
#352D2E
(53,45,46)
#241E20
(36,30,32)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #BDA59E

#BDA59E
(189,165,158)
#C3ADA6
(195,173,166)
#C9B5AE
(201,181,174)
#CFBDB6
(207,189,182)
#D5C5BE
(213,197,190)
#DBCDC6
(219,205,198)
#E1D5CE
(225,213,206)
#E7DDD6
(231,221,214)
#EDE5DE
(237,229,222)
#F3EDE6
(243,237,230)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA59E; }

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

This text font color is #BDA59E.


Background Color

.myBgColor { background-color: #BDA59E; }

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

This div background color is #BDA59E.


Border color

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

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

This div border color is #BDA59E.


Opacity

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

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

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

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

This text has shadow with #BDA59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA59E on black background.


Color preview on white background

This text has color #BDA59E on white background.



Black color preview on #BDA59E background

This text has black color on #BDA59E background.


White color preview on #BDA59E background

This text has white color on #BDA59E background.