COLOR #BDB604

HEX: #BDB604
RGB: (189,182,4)

Color info

#BDB604 contains mainly red and green colors. Web safe color of #BDB604 is #CCCC00 (or #CC0).

RGB color model

#BDB604 color RGB value is (189,182,4).

  • red value is 189;
  • green value is 182;
  • blue value is 4.
RGB:
(189,182,4)
(74%,71%,2%)

RGB channels and saturation

R 189 of 255 = 74%
G 182 of 255 = 71%
B 4 of 255 = 2%

189
182
4

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

Portions of RGB colors in percentages

R + G + B =
189 + 182 + 4 = 375 (100%)
R 189 of 375 ~ 50.4%
G 182 of 375 ~ 48.53%
B 4 of 375 ~ 1.07%

%50.4
%48.53

CMYK color model

#BDB604 color CMYK value is (0,4,98,26).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 97.88%
  • key color value is 25.88%
CMYK:
(0,4,98,26)
C0M4Y98K26 
(0%,4%,98%,26%)
(0.00/0.04/0.98/0.26)	

CMYK percentages

%0
%3.7
%97.88
%25.88

Codes

Color #BDB604 in popluar color models

BDB604
RGB1891824
HSL58°95.85%37.84%
HSB/HSV58°97.88%74.12%
CMYK0.00%3.70%97.88%
25.88%

Color #BDB604 in popluar number systems.

HEXBDB604
Decimal1891824
Binary1011110110110110100
Octal2752664

Shades and tints

Shades of #BDB604

#BDB604
(189,182,4)
#ACA604
(172,166,4)
#9B9604
(155,150,4)
#8A8604
(138,134,4)
#797604
(121,118,4)
#686604
(104,102,4)
#575604
(87,86,4)
#464604
(70,70,4)
#353604
(53,54,4)
#242604
(36,38,4)
#131604
(19,22,4)
#000000
(0,0,0)

Tints of #BDB604

#BDB604
(189,182,4)
#C3BC1A
(195,188,26)
#C9C230
(201,194,48)
#CFC846
(207,200,70)
#D5CE5C
(213,206,92)
#DBD472
(219,212,114)
#E1DA88
(225,218,136)
#E7E09E
(231,224,158)
#EDE6B4
(237,230,180)
#F3ECCA
(243,236,202)
#F9F2E0
(249,242,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB604; }

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

This text font color is #BDB604.


Background Color

.myBgColor { background-color: #BDB604; }

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

This div background color is #BDB604.


Border color

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

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

This div border color is #BDB604.


Opacity

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

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

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

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

This text has shadow with #BDB604 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB604 on black background.


Color preview on white background

This text has color #BDB604 on white background.



Black color preview on #BDB604 background

This text has black color on #BDB604 background.


White color preview on #BDB604 background

This text has white color on #BDB604 background.