COLOR #BDA98D

HEX: #BDA98D RGB: (189,169,141)

Color info

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

RGB color model

#BDA98D color RGB value is (189,169,141).

RGB: (189,169,141) (74%, 66%, 55%)

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 141 of 255 = 55%

189
169
141

R + G + B ~ 65%. #BDA98D is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 169 + 141 = 499 (100%)
R 189 of 499 ~ 37.88%
G 169 of 499 ~ 33.87%
B 141 of 499 ~ 28.26'%

%37.88
%33.87
%28.26

CMYK color model

#BDA98D color CMYK value is (0,11,25,26).

  • cyan value is 0.00%
  • magenta value is 10.58%
  • yellow value is 25.40%
  • key color value is 25.88%

CMYK: (0,11,25,26)
C0M11Y25K26 (0%, 11%, 25%, 26%)
(0.00 / 0.11 / 0.25 / 0.26)

CMYK percentages

%0
%10.58
%25.4
%25.88

Codes

Color #BDA98D in popluar color models

BD A9 8D
RGB 189 169 141
HSL 35° 26.67% 64.71%
HSB/HSV 35° 25.40% 74.12%
CMYK 0.00% 10.58% 25.40%
25.88%

Color #BDA98D in popluar number systems.

HEX BD A9 8D
Decimal 189 169 141
Binary 10111101 10101001 10001101
Octal 275 251 215

Shades and tints

Shades of #BDA98D

#BDA98D
(189,169,141)
#AC9A81
(172,154,129)
#9B8B75
(155,139,117)
#8A7C69
(138,124,105)
#796D5D
(121,109,93)
#685E51
(104,94,81)
#574F45
(87,79,69)
#464039
(70,64,57)
#35312D
(53,49,45)
#242221
(36,34,33)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #BDA98D

#BDA98D
(189,169,141)
#C3B097
(195,176,151)
#C9B7A1
(201,183,161)
#CFBEAB
(207,190,171)
#D5C5B5
(213,197,181)
#DBCCBF
(219,204,191)
#E1D3C9
(225,211,201)
#E7DAD3
(231,218,211)
#EDE1DD
(237,225,221)
#F3E8E7
(243,232,231)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA98D; }

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

This text font color is #BDA98D.

Background Color

.myBgColor { background-color: #BDA98D; }

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

This div background color is #BDA98D.

Border color

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

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

This div border color is #BDA98D.

Opacity

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

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

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

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

This text has shadow with #BDA98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA98D.

Preview

Color preview on black background

This text has color #BDA98D on black background.


Color preview on white background

This text has color #BDA98D on white background.


Black color preview on #BDA98D background

This text has black color on #BDA98D background.


White color preview on #BDA98D background

This text has white color on #BDA98D background.


Related colors

Complementary color

Complementary color for #hex is #425672.


I love getcolorcode.com

Triadic colors

1 #8DBDA9 and #A98DBD with #BDA98D are triadic colors.

2 #8DA9BD and #A9BD8D with #BDA98D are triadic colors.