COLOR #BDB783

HEX: #BDB783
RGB: (189,183,131)

Color info

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

RGB color model

#BDB783 color RGB value is (189,183,131).

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

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 131 of 255 = 51%

189
183
131

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

Portions of RGB colors in percentages

R + G + B =
189 + 183 + 131 = 503 (100%)
R 189 of 503 ~ 37.57%
G 183 of 503 ~ 36.38%
B 131 of 503 ~ 26.04%

%37.57
%36.38
%26.04

CMYK color model

#BDB783 color CMYK value is (0,3,31,26).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 30.69%
  • key color value is 25.88%
CMYK:
(0,3,31,26)
C0M3Y31K26 
(0%,3%,31%,26%)
(0.00/0.03/0.31/0.26)	

CMYK percentages

%0
%3.17
%30.69
%25.88

Codes

Color #BDB783 in popluar color models

BDB783
RGB189183131
HSL54°30.53%62.75%
HSB/HSV54°30.69%74.12%
CMYK0.00%3.17%30.69%
25.88%

Color #BDB783 in popluar number systems.

HEXBDB783
Decimal189183131
Binary101111011011011110000011
Octal275267203

Shades and tints

Shades of #BDB783

#BDB783
(189,183,131)
#ACA778
(172,167,120)
#9B976D
(155,151,109)
#8A8762
(138,135,98)
#797757
(121,119,87)
#68674C
(104,103,76)
#575741
(87,87,65)
#464736
(70,71,54)
#35372B
(53,55,43)
#242720
(36,39,32)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #BDB783

#BDB783
(189,183,131)
#C3BD8E
(195,189,142)
#C9C399
(201,195,153)
#CFC9A4
(207,201,164)
#D5CFAF
(213,207,175)
#DBD5BA
(219,213,186)
#E1DBC5
(225,219,197)
#E7E1D0
(231,225,208)
#EDE7DB
(237,231,219)
#F3EDE6
(243,237,230)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB783; }

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

This text font color is #BDB783.


Background Color

.myBgColor { background-color: #BDB783; }

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

This div background color is #BDB783.


Border color

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

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

This div border color is #BDB783.


Opacity

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

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

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

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

This text has shadow with #BDB783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB783 on black background.


Color preview on white background

This text has color #BDB783 on white background.



Black color preview on #BDB783 background

This text has black color on #BDB783 background.


White color preview on #BDB783 background

This text has white color on #BDB783 background.