COLOR #BDA30C

HEX: #BDA30C
RGB: (189,163,12)

Color info

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

RGB color model

#BDA30C color RGB value is (189,163,12).

  • red value is 189;
  • green value is 163;
  • blue value is 12.
RGB:
(189,163,12)
(74%,64%,5%)

RGB channels and saturation

R 189 of 255 = 74%
G 163 of 255 = 64%
B 12 of 255 = 5%

189
163
12

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

Portions of RGB colors in percentages

R + G + B =
189 + 163 + 12 = 364 (100%)
R 189 of 364 ~ 51.92%
G 163 of 364 ~ 44.78%
B 12 of 364 ~ 3.3%

%51.92
%44.78

CMYK color model

#BDA30C color CMYK value is (0,14,94,26).

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 93.65%
  • key color value is 25.88%
CMYK:
(0,14,94,26)
C0M14Y94K26 
(0%,14%,94%,26%)
(0.00/0.14/0.94/0.26)	

CMYK percentages

%0
%13.76
%93.65
%25.88

Codes

Color #BDA30C in popluar color models

BDA30C
RGB18916312
HSL51°88.06%39.41%
HSB/HSV51°93.65%74.12%
CMYK0.00%13.76%93.65%
25.88%

Color #BDA30C in popluar number systems.

HEXBDA30C
Decimal18916312
Binary10111101101000111100
Octal27524314

Shades and tints

Shades of #BDA30C

#BDA30C
(189,163,12)
#AC950B
(172,149,11)
#9B870A
(155,135,10)
#8A7909
(138,121,9)
#796B08
(121,107,8)
#685D07
(104,93,7)
#574F06
(87,79,6)
#464105
(70,65,5)
#353304
(53,51,4)
#242503
(36,37,3)
#131702
(19,23,2)
#000000
(0,0,0)

Tints of #BDA30C

#BDA30C
(189,163,12)
#C3AB22
(195,171,34)
#C9B338
(201,179,56)
#CFBB4E
(207,187,78)
#D5C364
(213,195,100)
#DBCB7A
(219,203,122)
#E1D390
(225,211,144)
#E7DBA6
(231,219,166)
#EDE3BC
(237,227,188)
#F3EBD2
(243,235,210)
#F9F3E8
(249,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA30C; }

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

This text font color is #BDA30C.


Background Color

.myBgColor { background-color: #BDA30C; }

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

This div background color is #BDA30C.


Border color

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

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

This div border color is #BDA30C.


Opacity

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

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

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

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

This text has shadow with #BDA30C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA30C on black background.


Color preview on white background

This text has color #BDA30C on white background.



Black color preview on #BDA30C background

This text has black color on #BDA30C background.


White color preview on #BDA30C background

This text has white color on #BDA30C background.