COLOR #BDA78D

HEX: #BDA78D RGB: (189,167,141)

Color info

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

RGB color model

#BDA78D color RGB value is (189,167,141).

RGB: (189,167,141) (74%, 65%, 55%)

RGB channels and saturation

R 189 of 255 = 74%
G 167 of 255 = 65%
B 141 of 255 = 55%

189
167
141

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

Portions of RGB colors in percentages

R + G + B = 189 + 167 + 141 = 497 (100%)
R 189 of 497 ~ 38.03%
G 167 of 497 ~ 33.6%
B 141 of 497 ~ 28.37'%

%38.03
%33.6
%28.37

CMYK color model

#BDA78D color CMYK value is (0,12,25,26).

  • cyan value is 0.00%
  • magenta value is 11.64%
  • yellow value is 25.40%
  • key color value is 25.88%
CMYK: (0,12,25,26) C0M12Y25K26 (0%,12%,25%,26%) (0.00/0.12/0.25/0.26) 

CMYK percentages

%0
%11.64
%25.4
%25.88

Codes

Color #BDA78D in popluar color models

BD A7 8D
RGB 189 167 141
HSL 33° 26.67% 64.71%
HSB/HSV 33° 25.40% 74.12%
CMYK 0.00% 11.64% 25.40%
25.88%

Color #BDA78D in popluar number systems.

HEX BD A7 8D
Decimal 189 167 141
Binary 10111101 10100111 10001101
Octal 275 247 215

Shades and tints

Shades of #BDA78D

#BDA78D
(189,167,141)
#AC9881
(172,152,129)
#9B8975
(155,137,117)
#8A7A69
(138,122,105)
#796B5D
(121,107,93)
#685C51
(104,92,81)
#574D45
(87,77,69)
#463E39
(70,62,57)
#352F2D
(53,47,45)
#242021
(36,32,33)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #BDA78D

#BDA78D
(189,167,141)
#C3AF97
(195,175,151)
#C9B7A1
(201,183,161)
#CFBFAB
(207,191,171)
#D5C7B5
(213,199,181)
#DBCFBF
(219,207,191)
#E1D7C9
(225,215,201)
#E7DFD3
(231,223,211)
#EDE7DD
(237,231,221)
#F3EFE7
(243,239,231)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA78D; }

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

This text font color is #BDA78D.

Background Color

.myBgColor { background-color: #BDA78D; }

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

This div background color is #BDA78D.

Border color

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

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

This div border color is #BDA78D.

Opacity

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

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

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

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

This text has shadow with #BDA78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA78D.

Preview

Color preview on black background

This text has color #BDA78D on black background.


Color preview on white background

This text has color #BDA78D on white background.


Black color preview on #BDA78D background

This text has black color on #BDA78D background.


White color preview on #BDA78D background

This text has white color on #BDA78D background.


Related colors

Complementary color

Complementary color for #hex is #425872.


I love getcolorcode.com

Triadic colors

1 #8DBDA7 and #A78DBD with #BDA78D are triadic colors.

2 #8DA7BD and #A7BD8D with #BDA78D are triadic colors.