COLOR #BDB315

HEX: #BDB315
RGB: (189,179,21)

Color info

#BDB315 contains mainly red and green colors. Web safe color of #BDB315 is #CC9900 (or #C90).

RGB color model

#BDB315 color RGB value is (189,179,21).

  • red value is 189;
  • green value is 179;
  • blue value is 21.
RGB:
(189,179,21)
(74%,70%,8%)

RGB channels and saturation

R 189 of 255 = 74%
G 179 of 255 = 70%
B 21 of 255 = 8%

189
179
21

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

Portions of RGB colors in percentages

R + G + B =
189 + 179 + 21 = 389 (100%)
R 189 of 389 ~ 48.59%
G 179 of 389 ~ 46.02%
B 21 of 389 ~ 5.4%

%48.59
%46.02

CMYK color model

#BDB315 color CMYK value is (0,5,89,26).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 88.89%
  • key color value is 25.88%
CMYK:
(0,5,89,26)
C0M5Y89K26 
(0%,5%,89%,26%)
(0.00/0.05/0.89/0.26)	

CMYK percentages

%0
%5.29
%88.89
%25.88

Codes

Color #BDB315 in popluar color models

BDB315
RGB18917921
HSL56°80.00%41.18%
HSB/HSV56°88.89%74.12%
CMYK0.00%5.29%88.89%
25.88%

Color #BDB315 in popluar number systems.

HEXBDB315
Decimal18917921
Binary101111011011001110101
Octal27526325

Shades and tints

Shades of #BDB315

#BDB315
(189,179,21)
#ACA314
(172,163,20)
#9B9313
(155,147,19)
#8A8312
(138,131,18)
#797311
(121,115,17)
#686310
(104,99,16)
#57530F
(87,83,15)
#46430E
(70,67,14)
#35330D
(53,51,13)
#24230C
(36,35,12)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #BDB315

#BDB315
(189,179,21)
#C3B92A
(195,185,42)
#C9BF3F
(201,191,63)
#CFC554
(207,197,84)
#D5CB69
(213,203,105)
#DBD17E
(219,209,126)
#E1D793
(225,215,147)
#E7DDA8
(231,221,168)
#EDE3BD
(237,227,189)
#F3E9D2
(243,233,210)
#F9EFE7
(249,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB315; }

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

This text font color is #BDB315.


Background Color

.myBgColor { background-color: #BDB315; }

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

This div background color is #BDB315.


Border color

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

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

This div border color is #BDB315.


Opacity

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

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

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

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

This text has shadow with #BDB315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB315 on black background.


Color preview on white background

This text has color #BDB315 on white background.



Black color preview on #BDB315 background

This text has black color on #BDB315 background.


White color preview on #BDB315 background

This text has white color on #BDB315 background.