COLOR #BDB983

HEX: #BDB983
RGB: (189,185,131)

Color info

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

RGB color model

#BDB983 color RGB value is (189,185,131).

  • red value is 189;
  • green value is 185;
  • blue value is 131.
RGB:
(189,185,131)
(74%,73%,51%)

RGB channels and saturation

R 189 of 255 = 74%
G 185 of 255 = 73%
B 131 of 255 = 51%

189
185
131

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

Portions of RGB colors in percentages

R + G + B =
189 + 185 + 131 = 505 (100%)
R 189 of 505 ~ 37.43%
G 185 of 505 ~ 36.63%
B 131 of 505 ~ 25.94%

%37.43
%36.63
%25.94

CMYK color model

#BDB983 color CMYK value is (0,2,31,26).

  • cyan value is 0.00%
  • magenta value is 2.12%
  • yellow value is 30.69%
  • key color value is 25.88%
CMYK:
(0,2,31,26)
C0M2Y31K26 
(0%,2%,31%,26%)
(0.00/0.02/0.31/0.26)	

CMYK percentages

%0
%2.12
%30.69
%25.88

Codes

Color #BDB983 in popluar color models

BDB983
RGB189185131
HSL56°30.53%62.75%
HSB/HSV56°30.69%74.12%
CMYK0.00%2.12%30.69%
25.88%

Color #BDB983 in popluar number systems.

HEXBDB983
Decimal189185131
Binary101111011011100110000011
Octal275271203

Shades and tints

Shades of #BDB983

#BDB983
(189,185,131)
#ACA978
(172,169,120)
#9B996D
(155,153,109)
#8A8962
(138,137,98)
#797957
(121,121,87)
#68694C
(104,105,76)
#575941
(87,89,65)
#464936
(70,73,54)
#35392B
(53,57,43)
#242920
(36,41,32)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #BDB983

#BDB983
(189,185,131)
#C3BF8E
(195,191,142)
#C9C599
(201,197,153)
#CFCBA4
(207,203,164)
#D5D1AF
(213,209,175)
#DBD7BA
(219,215,186)
#E1DDC5
(225,221,197)
#E7E3D0
(231,227,208)
#EDE9DB
(237,233,219)
#F3EFE6
(243,239,230)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB983; }

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

This text font color is #BDB983.


Background Color

.myBgColor { background-color: #BDB983; }

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

This div background color is #BDB983.


Border color

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

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

This div border color is #BDB983.


Opacity

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

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

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

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

This text has shadow with #BDB983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB983 on black background.


Color preview on white background

This text has color #BDB983 on white background.



Black color preview on #BDB983 background

This text has black color on #BDB983 background.


White color preview on #BDB983 background

This text has white color on #BDB983 background.