COLOR #BDA994

HEX: #BDA994
RGB: (189,169,148)

Color info

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

RGB color model

#BDA994 color RGB value is (189,169,148).

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

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 148 of 255 = 58%

189
169
148

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

Portions of RGB colors in percentages

R + G + B =
189 + 169 + 148 = 506 (100%)
R 189 of 506 ~ 37.35%
G 169 of 506 ~ 33.4%
B 148 of 506 ~ 29.25%

%37.35
%33.4
%29.25

CMYK color model

#BDA994 color CMYK value is (0,11,22,26).

  • cyan value is 0.00%
  • magenta value is 10.58%
  • yellow value is 21.69%
  • key color value is 25.88%
CMYK:
(0,11,22,26)
C0M11Y22K26 
(0%,11%,22%,26%)
(0.00/0.11/0.22/0.26)	

CMYK percentages

%0
%10.58
%21.69
%25.88

Codes

Color #BDA994 in popluar color models

BDA994
RGB189169148
HSL31°23.70%66.08%
HSB/HSV31°21.69%74.12%
CMYK0.00%10.58%21.69%
25.88%

Color #BDA994 in popluar number systems.

HEXBDA994
Decimal189169148
Binary101111011010100110010100
Octal275251224

Shades and tints

Shades of #BDA994

#BDA994
(189,169,148)
#AC9A87
(172,154,135)
#9B8B7A
(155,139,122)
#8A7C6D
(138,124,109)
#796D60
(121,109,96)
#685E53
(104,94,83)
#574F46
(87,79,70)
#464039
(70,64,57)
#35312C
(53,49,44)
#24221F
(36,34,31)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #BDA994

#BDA994
(189,169,148)
#C3B09D
(195,176,157)
#C9B7A6
(201,183,166)
#CFBEAF
(207,190,175)
#D5C5B8
(213,197,184)
#DBCCC1
(219,204,193)
#E1D3CA
(225,211,202)
#E7DAD3
(231,218,211)
#EDE1DC
(237,225,220)
#F3E8E5
(243,232,229)
#F9EFEE
(249,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA994; }

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

This text font color is #BDA994.


Background Color

.myBgColor { background-color: #BDA994; }

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

This div background color is #BDA994.


Border color

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

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

This div border color is #BDA994.


Opacity

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

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

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

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

This text has shadow with #BDA994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA994 on black background.


Color preview on white background

This text has color #BDA994 on white background.



Black color preview on #BDA994 background

This text has black color on #BDA994 background.


White color preview on #BDA994 background

This text has white color on #BDA994 background.