COLOR #BDBD7B

HEX: #BDBD7B
RGB: (189,189,123)

Color info

#BDBD7B contains mainly red and green colors. Web safe color of #BDBD7B is #CCCC66 (or #CC6).

RGB color model

#BDBD7B color RGB value is (189,189,123).

  • red value is 189;
  • green value is 189;
  • blue value is 123.
RGB:
(189,189,123)
(74%,74%,48%)

RGB channels and saturation

R 189 of 255 = 74%
G 189 of 255 = 74%
B 123 of 255 = 48%

189
189
123

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

Portions of RGB colors in percentages

R + G + B =
189 + 189 + 123 = 501 (100%)
R 189 of 501 ~ 37.72%
G 189 of 501 ~ 37.72%
B 123 of 501 ~ 24.55%

%37.72
%37.72
%24.55

CMYK color model

#BDBD7B color CMYK value is (0,0,35,26).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 34.92%
  • key color value is 25.88%
CMYK:
(0,0,35,26)
C0M0Y35K26 
(0%,0%,35%,26%)
(0.00/0.00/0.35/0.26)	

CMYK percentages

%0
%0
%34.92
%25.88

Codes

Color #BDBD7B in popluar color models

BDBD7B
RGB189189123
HSL60°33.33%61.18%
HSB/HSV60°34.92%74.12%
CMYK0.00%0.00%34.92%
25.88%

Color #BDBD7B in popluar number systems.

HEXBDBD7B
Decimal189189123
Binary10111101101111011111011
Octal275275173

Shades and tints

Shades of #BDBD7B

#BDBD7B
(189,189,123)
#ACAC70
(172,172,112)
#9B9B65
(155,155,101)
#8A8A5A
(138,138,90)
#79794F
(121,121,79)
#686844
(104,104,68)
#575739
(87,87,57)
#46462E
(70,70,46)
#353523
(53,53,35)
#242418
(36,36,24)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #BDBD7B

#BDBD7B
(189,189,123)
#C3C387
(195,195,135)
#C9C993
(201,201,147)
#CFCF9F
(207,207,159)
#D5D5AB
(213,213,171)
#DBDBB7
(219,219,183)
#E1E1C3
(225,225,195)
#E7E7CF
(231,231,207)
#EDEDDB
(237,237,219)
#F3F3E7
(243,243,231)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBD7B; }

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

This text font color is #BDBD7B.


Background Color

.myBgColor { background-color: #BDBD7B; }

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

This div background color is #BDBD7B.


Border color

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

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

This div border color is #BDBD7B.


Opacity

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

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

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

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

This text has shadow with #BDBD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBD7B on black background.


Color preview on white background

This text has color #BDBD7B on white background.



Black color preview on #BDBD7B background

This text has black color on #BDBD7B background.


White color preview on #BDBD7B background

This text has white color on #BDBD7B background.