COLOR #BDB88D

HEX: #BDB88D RGB: (189,184,141)

Color info

#BDB88D contains red, green and blue colors in about the same proportion. Web safe color of #BDB88D is #CCCC99 (or #CC9).

RGB color model

#BDB88D color RGB value is (189,184,141).

RGB: (189,184,141) (74%, 72%, 55%)

RGB channels and saturation

R 189 of 255 = 74%
G 184 of 255 = 72%
B 141 of 255 = 55%

189
184
141

R + G + B ~ 67%. #BDB88D is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 184 + 141 = 514 (100%)
R 189 of 514 ~ 36.77%
G 184 of 514 ~ 35.8%
B 141 of 514 ~ 27.43'%

%36.77
%35.8
%27.43

CMYK color model

#BDB88D color CMYK value is (0,3,25,26).

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

CMYK: (0,3,25,26)
C0M3Y25K26 (0%, 3%, 25%, 26%)
(0.00 / 0.03 / 0.25 / 0.26)

CMYK percentages

%0
%2.65
%25.4
%25.88

Codes

Color #BDB88D in popluar color models

BD B8 8D
RGB 189 184 141
HSL 54° 26.67% 64.71%
HSB/HSV 54° 25.40% 74.12%
CMYK 0.00% 2.65% 25.40%
25.88%

Color #BDB88D in popluar number systems.

HEX BD B8 8D
Decimal 189 184 141
Binary 10111101 10111000 10001101
Octal 275 270 215

Shades and tints

Shades of #BDB88D

#BDB88D
(189,184,141)
#ACA881
(172,168,129)
#9B9875
(155,152,117)
#8A8869
(138,136,105)
#79785D
(121,120,93)
#686851
(104,104,81)
#575845
(87,88,69)
#464839
(70,72,57)
#35382D
(53,56,45)
#242821
(36,40,33)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #BDB88D

#BDB88D
(189,184,141)
#C3BE97
(195,190,151)
#C9C4A1
(201,196,161)
#CFCAAB
(207,202,171)
#D5D0B5
(213,208,181)
#DBD6BF
(219,214,191)
#E1DCC9
(225,220,201)
#E7E2D3
(231,226,211)
#EDE8DD
(237,232,221)
#F3EEE7
(243,238,231)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB88D; }

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

This text font color is #BDB88D.

Background Color

.myBgColor { background-color: #BDB88D; }

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

This div background color is #BDB88D.

Border color

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

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

This div border color is #BDB88D.

Opacity

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

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

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

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

This text has shadow with #BDB88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB88D.

Preview

Color preview on black background

This text has color #BDB88D on black background.


Color preview on white background

This text has color #BDB88D on white background.


Black color preview on #BDB88D background

This text has black color on #BDB88D background.


White color preview on #BDB88D background

This text has white color on #BDB88D background.


Related colors

Complementary color

Complementary color for #hex is #424772.


I love getcolorcode.com

Triadic colors

1 #8DBDB8 and #B88DBD with #BDB88D are triadic colors.

2 #8DB8BD and #B8BD8D with #BDB88D are triadic colors.