COLOR #BDA594

HEX: #BDA594
RGB: (189,165,148)

Color info

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

RGB color model

#BDA594 color RGB value is (189,165,148).

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

RGB channels and saturation

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

189
165
148

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

Portions of RGB colors in percentages

R + G + B =
189 + 165 + 148 = 502 (100%)
R 189 of 502 ~ 37.65%
G 165 of 502 ~ 32.87%
B 148 of 502 ~ 29.48%

%37.65
%32.87
%29.48

CMYK color model

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

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

Codes

Color #BDA594 in popluar color models

BDA594
RGB189165148
HSL25°23.70%66.08%
HSB/HSV25°21.69%74.12%
CMYK0.00%12.70%21.69%
25.88%

Color #BDA594 in popluar number systems.

HEXBDA594
Decimal189165148
Binary101111011010010110010100
Octal275245224

Shades and tints

Shades of #BDA594

#BDA594
(189,165,148)
#AC9687
(172,150,135)
#9B877A
(155,135,122)
#8A786D
(138,120,109)
#796960
(121,105,96)
#685A53
(104,90,83)
#574B46
(87,75,70)
#463C39
(70,60,57)
#352D2C
(53,45,44)
#241E1F
(36,30,31)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #BDA594

#BDA594
(189,165,148)
#C3AD9D
(195,173,157)
#C9B5A6
(201,181,166)
#CFBDAF
(207,189,175)
#D5C5B8
(213,197,184)
#DBCDC1
(219,205,193)
#E1D5CA
(225,213,202)
#E7DDD3
(231,221,211)
#EDE5DC
(237,229,220)
#F3EDE5
(243,237,229)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA594; }

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

This text font color is #BDA594.


Background Color

.myBgColor { background-color: #BDA594; }

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

This div background color is #BDA594.


Border color

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

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

This div border color is #BDA594.


Opacity

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

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

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

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

This text has shadow with #BDA594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA594 on black background.


Color preview on white background

This text has color #BDA594 on white background.



Black color preview on #BDA594 background

This text has black color on #BDA594 background.


White color preview on #BDA594 background

This text has white color on #BDA594 background.