COLOR #BDB525

HEX: #BDB525
RGB: (189,181,37)

Color info

#BDB525 contains mainly red and green colors. Web safe color of #BDB525 is #CCCC33 (or #CC3).

RGB color model

#BDB525 color RGB value is (189,181,37).

  • red value is 189;
  • green value is 181;
  • blue value is 37.
RGB:
(189,181,37)
(74%,71%,15%)

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 37 of 255 = 15%

189
181
37

R + G + B ~ 53%. #BDB525 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 37 = 407 (100%)
R 189 of 407 ~ 46.44%
G 181 of 407 ~ 44.47%
B 37 of 407 ~ 9.09%

%46.44
%44.47

CMYK color model

#BDB525 color CMYK value is (0,4,80,26).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 80.42%
  • key color value is 25.88%
CMYK:
(0,4,80,26)
C0M4Y80K26 
(0%,4%,80%,26%)
(0.00/0.04/0.80/0.26)	

CMYK percentages

%0
%4.23
%80.42
%25.88

Codes

Color #BDB525 in popluar color models

BDB525
RGB18918137
HSL57°67.26%44.31%
HSB/HSV57°80.42%74.12%
CMYK0.00%4.23%80.42%
25.88%

Color #BDB525 in popluar number systems.

HEXBDB525
Decimal18918137
Binary1011110110110101100101
Octal27526545

Shades and tints

Shades of #BDB525

#BDB525
(189,181,37)
#ACA522
(172,165,34)
#9B951F
(155,149,31)
#8A851C
(138,133,28)
#797519
(121,117,25)
#686516
(104,101,22)
#575513
(87,85,19)
#464510
(70,69,16)
#35350D
(53,53,13)
#24250A
(36,37,10)
#131507
(19,21,7)
#000000
(0,0,0)

Tints of #BDB525

#BDB525
(189,181,37)
#C3BB38
(195,187,56)
#C9C14B
(201,193,75)
#CFC75E
(207,199,94)
#D5CD71
(213,205,113)
#DBD384
(219,211,132)
#E1D997
(225,217,151)
#E7DFAA
(231,223,170)
#EDE5BD
(237,229,189)
#F3EBD0
(243,235,208)
#F9F1E3
(249,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB525; }

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

This text font color is #BDB525.


Background Color

.myBgColor { background-color: #BDB525; }

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

This div background color is #BDB525.


Border color

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

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

This div border color is #BDB525.


Opacity

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

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

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

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

This text has shadow with #BDB525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB525 on black background.


Color preview on white background

This text has color #BDB525 on white background.



Black color preview on #BDB525 background

This text has black color on #BDB525 background.


White color preview on #BDB525 background

This text has white color on #BDB525 background.