COLOR #BDA399

HEX: #BDA399 RGB: (189,163,153)

Color info

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

RGB color model

#BDA399 color RGB value is (189,163,153).

RGB: (189,163,153) (74%, 64%, 60%)

RGB channels and saturation

R 189 of 255 = 74%
G 163 of 255 = 64%
B 153 of 255 = 60%

189
163
153

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

Portions of RGB colors in percentages

R + G + B = 189 + 163 + 153 = 505 (100%)
R 189 of 505 ~ 37.43%
G 163 of 505 ~ 32.28%
B 153 of 505 ~ 30.3'%

%37.43
%32.28
%30.3

CMYK color model

#BDA399 color CMYK value is (0,14,19,26).

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 19.05%
  • key color value is 25.88%

CMYK: (0,14,19,26)
C0M14Y19K26 (0%, 14%, 19%, 26%)
(0.00 / 0.14 / 0.19 / 0.26)

CMYK percentages

%0
%13.76
%19.05
%25.88

Codes

Color #BDA399 in popluar color models

BD A3 99
RGB 189 163 153
HSL 17° 21.43% 67.06%
HSB/HSV 17° 19.05% 74.12%
CMYK 0.00% 13.76% 19.05%
25.88%

Color #BDA399 in popluar number systems.

HEX BD A3 99
Decimal 189 163 153
Binary 10111101 10100011 10011001
Octal 275 243 231

Shades and tints

Shades of #BDA399

#BDA399
(189,163,153)
#AC958C
(172,149,140)
#9B877F
(155,135,127)
#8A7972
(138,121,114)
#796B65
(121,107,101)
#685D58
(104,93,88)
#574F4B
(87,79,75)
#46413E
(70,65,62)
#353331
(53,51,49)
#242524
(36,37,36)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #BDA399

#BDA399
(189,163,153)
#C3ABA2
(195,171,162)
#C9B3AB
(201,179,171)
#CFBBB4
(207,187,180)
#D5C3BD
(213,195,189)
#DBCBC6
(219,203,198)
#E1D3CF
(225,211,207)
#E7DBD8
(231,219,216)
#EDE3E1
(237,227,225)
#F3EBEA
(243,235,234)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA399 color. Also use rgb(189,163,153) instead hex code.

Text Font Color

.myTextColor { color: #BDA399; }

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

This text font color is #BDA399.

Background Color

.myBgColor { background-color: #BDA399; }

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

This div background color is #BDA399.

Border color

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

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

This div border color is #BDA399.

Opacity

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

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

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

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

This text has shadow with #BDA399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA399.

Preview

Color preview on black background

This text has color #BDA399 on black background.


Color preview on white background

This text has color #BDA399 on white background.


Black color preview on #BDA399 background

This text has black color on #BDA399 background.


White color preview on #BDA399 background

This text has white color on #BDA399 background.


Related colors

Complementary color

Complementary color for #hex is #425C66.


I love getcolorcode.com

Triadic colors

1 #99BDA3 and #A399BD with #BDA399 are triadic colors.

2 #99A3BD and #A3BD99 with #BDA399 are triadic colors.