COLOR #BDBC83

HEX: #BDBC83 RGB: (189,188,131)

Color info

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

RGB color model

#BDBC83 color RGB value is (189,188,131).

RGB: (189,188,131) (74%, 74%, 51%)

RGB channels and saturation

R 189 of 255 = 74%
G 188 of 255 = 74%
B 131 of 255 = 51%

189
188
131

R + G + B ~ 66%. #BDBC83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 188 + 131 = 508 (100%)
R 189 of 508 ~ 37.2%
G 188 of 508 ~ 37.01%
B 131 of 508 ~ 25.79'%

%37.2
%37.01
%25.79

CMYK color model

#BDBC83 color CMYK value is (0,1,31,26).

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 30.69%
  • key color value is 25.88%

CMYK: (0,1,31,26)
C0M1Y31K26 (0%, 1%, 31%, 26%)
(0.00 / 0.01 / 0.31 / 0.26)

CMYK percentages

%0
%0.53
%30.69
%25.88

Codes

Color #BDBC83 in popluar color models

BD BC 83
RGB 189 188 131
HSL 59° 30.53% 62.75%
HSB/HSV 59° 30.69% 74.12%
CMYK 0.00% 0.53% 30.69%
25.88%

Color #BDBC83 in popluar number systems.

HEX BD BC 83
Decimal 189 188 131
Binary 10111101 10111100 10000011
Octal 275 274 203

Shades and tints

Shades of #BDBC83

#BDBC83
(189,188,131)
#ACAB78
(172,171,120)
#9B9A6D
(155,154,109)
#8A8962
(138,137,98)
#797857
(121,120,87)
#68674C
(104,103,76)
#575641
(87,86,65)
#464536
(70,69,54)
#35342B
(53,52,43)
#242320
(36,35,32)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #BDBC83

#BDBC83
(189,188,131)
#C3C28E
(195,194,142)
#C9C899
(201,200,153)
#CFCEA4
(207,206,164)
#D5D4AF
(213,212,175)
#DBDABA
(219,218,186)
#E1E0C5
(225,224,197)
#E7E6D0
(231,230,208)
#EDECDB
(237,236,219)
#F3F2E6
(243,242,230)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDBC83 color. Also use rgb(189,188,131) instead hex code.

Text Font Color

.myTextColor { color: #BDBC83; }

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

This text font color is #BDBC83.

Background Color

.myBgColor { background-color: #BDBC83; }

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

This div background color is #BDBC83.

Border color

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

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

This div border color is #BDBC83.

Opacity

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

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

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

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

This text has shadow with #BDBC83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBC83.

Preview

Color preview on black background

This text has color #BDBC83 on black background.


Color preview on white background

This text has color #BDBC83 on white background.


Black color preview on #BDBC83 background

This text has black color on #BDBC83 background.


White color preview on #BDBC83 background

This text has white color on #BDBC83 background.


Related colors

Complementary color

Complementary color for #hex is #42437C.


I love getcolorcode.com

Triadic colors

1 #83BDBC and #BC83BD with #BDBC83 are triadic colors.

2 #83BCBD and #BCBD83 with #BDBC83 are triadic colors.