COLOR #BDA08D

HEX: #BDA08D RGB: (189,160,141)

Color info

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

RGB color model

#BDA08D color RGB value is (189,160,141).

RGB: (189,160,141) (74%, 63%, 55%)

RGB channels and saturation

R 189 of 255 = 74%
G 160 of 255 = 63%
B 141 of 255 = 55%

189
160
141

R + G + B ~ 64%. #BDA08D is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 160 + 141 = 490 (100%)
R 189 of 490 ~ 38.57%
G 160 of 490 ~ 32.65%
B 141 of 490 ~ 28.78'%

%38.57
%32.65
%28.78

CMYK color model

#BDA08D color CMYK value is (0,15,25,26).

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

CMYK: (0,15,25,26)
C0M15Y25K26 (0%, 15%, 25%, 26%)
(0.00 / 0.15 / 0.25 / 0.26)

CMYK percentages

%0
%15.34
%25.4
%25.88

Codes

Color #BDA08D in popluar color models

BD A0 8D
RGB 189 160 141
HSL 24° 26.67% 64.71%
HSB/HSV 24° 25.40% 74.12%
CMYK 0.00% 15.34% 25.40%
25.88%

Color #BDA08D in popluar number systems.

HEX BD A0 8D
Decimal 189 160 141
Binary 10111101 10100000 10001101
Octal 275 240 215

Shades and tints

Shades of #BDA08D

#BDA08D
(189,160,141)
#AC9281
(172,146,129)
#9B8475
(155,132,117)
#8A7669
(138,118,105)
#79685D
(121,104,93)
#685A51
(104,90,81)
#574C45
(87,76,69)
#463E39
(70,62,57)
#35302D
(53,48,45)
#242221
(36,34,33)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #BDA08D

#BDA08D
(189,160,141)
#C3A897
(195,168,151)
#C9B0A1
(201,176,161)
#CFB8AB
(207,184,171)
#D5C0B5
(213,192,181)
#DBC8BF
(219,200,191)
#E1D0C9
(225,208,201)
#E7D8D3
(231,216,211)
#EDE0DD
(237,224,221)
#F3E8E7
(243,232,231)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA08D; }

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

This text font color is #BDA08D.

Background Color

.myBgColor { background-color: #BDA08D; }

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

This div background color is #BDA08D.

Border color

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

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

This div border color is #BDA08D.

Opacity

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

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

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

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

This text has shadow with #BDA08D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA08D.

Preview

Color preview on black background

This text has color #BDA08D on black background.


Color preview on white background

This text has color #BDA08D on white background.


Black color preview on #BDA08D background

This text has black color on #BDA08D background.


White color preview on #BDA08D background

This text has white color on #BDA08D background.


Related colors

Complementary color

Complementary color for #hex is #425F72.


I love getcolorcode.com

Triadic colors

1 #8DBDA0 and #A08DBD with #BDA08D are triadic colors.

2 #8DA0BD and #A0BD8D with #BDA08D are triadic colors.