COLOR #BDB682

HEX: #BDB682 RGB: (189,182,130)

Color info

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

RGB color model

#BDB682 color RGB value is (189,182,130).

RGB: (189,182,130) (74%, 71%, 51%)

RGB channels and saturation

R 189 of 255 = 74%
G 182 of 255 = 71%
B 130 of 255 = 51%

189
182
130

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

Portions of RGB colors in percentages

R + G + B = 189 + 182 + 130 = 501 (100%)
R 189 of 501 ~ 37.72%
G 182 of 501 ~ 36.33%
B 130 of 501 ~ 25.95'%

%37.72
%36.33
%25.95

CMYK color model

#BDB682 color CMYK value is (0,4,31,26).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 31.22%
  • key color value is 25.88%

CMYK: (0,4,31,26)
C0M4Y31K26 (0%, 4%, 31%, 26%)
(0.00 / 0.04 / 0.31 / 0.26)

CMYK percentages

%0
%3.7
%31.22
%25.88

Codes

Color #BDB682 in popluar color models

BD B6 82
RGB 189 182 130
HSL 53° 30.89% 62.55%
HSB/HSV 53° 31.22% 74.12%
CMYK 0.00% 3.70% 31.22%
25.88%

Color #BDB682 in popluar number systems.

HEX BD B6 82
Decimal 189 182 130
Binary 10111101 10110110 10000010
Octal 275 266 202

Shades and tints

Shades of #BDB682

#BDB682
(189,182,130)
#ACA677
(172,166,119)
#9B966C
(155,150,108)
#8A8661
(138,134,97)
#797656
(121,118,86)
#68664B
(104,102,75)
#575640
(87,86,64)
#464635
(70,70,53)
#35362A
(53,54,42)
#24261F
(36,38,31)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #BDB682

#BDB682
(189,182,130)
#C3BC8D
(195,188,141)
#C9C298
(201,194,152)
#CFC8A3
(207,200,163)
#D5CEAE
(213,206,174)
#DBD4B9
(219,212,185)
#E1DAC4
(225,218,196)
#E7E0CF
(231,224,207)
#EDE6DA
(237,230,218)
#F3ECE5
(243,236,229)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB682 color. Also use rgb(189,182,130) instead hex code.

Text Font Color

.myTextColor { color: #BDB682; }

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

This text font color is #BDB682.

Background Color

.myBgColor { background-color: #BDB682; }

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

This div background color is #BDB682.

Border color

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

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

This div border color is #BDB682.

Opacity

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

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

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

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

This text has shadow with #BDB682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB682.

Preview

Color preview on black background

This text has color #BDB682 on black background.


Color preview on white background

This text has color #BDB682 on white background.


Black color preview on #BDB682 background

This text has black color on #BDB682 background.


White color preview on #BDB682 background

This text has white color on #BDB682 background.


Related colors

Complementary color

Complementary color for #hex is #42497D.


I love getcolorcode.com

Triadic colors

1 #82BDB6 and #B682BD with #BDB682 are triadic colors.

2 #82B6BD and #B6BD82 with #BDB682 are triadic colors.