COLOR #BDA624

HEX: #BDA624 RGB: (189,166,36)

Color info

#BDA624 contains mainly red and green colors. Web safe color of #BDA624 is #CC9933 (or #C93).

RGB color model

#BDA624 color RGB value is (189,166,36).

RGB: (189,166,36) (74%, 65%, 14%)

RGB channels and saturation

R 189 of 255 = 74%
G 166 of 255 = 65%
B 36 of 255 = 14%

189
166
36

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

Portions of RGB colors in percentages

R + G + B = 189 + 166 + 36 = 391 (100%)
R 189 of 391 ~ 48.34%
G 166 of 391 ~ 42.46%
B 36 of 391 ~ 9.21'%

%48.34
%42.46

CMYK color model

#BDA624 color CMYK value is (0,12,81,26).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 80.95%
  • key color value is 25.88%

CMYK: (0,12,81,26)
C0M12Y81K26 (0%, 12%, 81%, 26%)
(0.00 / 0.12 / 0.81 / 0.26)

CMYK percentages

%0
%12.17
%80.95
%25.88

Codes

Color #BDA624 in popluar color models

BD A6 24
RGB 189 166 36
HSL 51° 68.00% 44.12%
HSB/HSV 51° 80.95% 74.12%
CMYK 0.00% 12.17% 80.95%
25.88%

Color #BDA624 in popluar number systems.

HEX BD A6 24
Decimal 189 166 36
Binary 10111101 10100110 100100
Octal 275 246 44

Shades and tints

Shades of #BDA624

#BDA624
(189,166,36)
#AC9721
(172,151,33)
#9B881E
(155,136,30)
#8A791B
(138,121,27)
#796A18
(121,106,24)
#685B15
(104,91,21)
#574C12
(87,76,18)
#463D0F
(70,61,15)
#352E0C
(53,46,12)
#241F09
(36,31,9)
#131006
(19,16,6)
#000000
(0,0,0)

Tints of #BDA624

#BDA624
(189,166,36)
#C3AE37
(195,174,55)
#C9B64A
(201,182,74)
#CFBE5D
(207,190,93)
#D5C670
(213,198,112)
#DBCE83
(219,206,131)
#E1D696
(225,214,150)
#E7DEA9
(231,222,169)
#EDE6BC
(237,230,188)
#F3EECF
(243,238,207)
#F9F6E2
(249,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA624; }

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

This text font color is #BDA624.

Background Color

.myBgColor { background-color: #BDA624; }

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

This div background color is #BDA624.

Border color

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

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

This div border color is #BDA624.

Opacity

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

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

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

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

This text has shadow with #BDA624 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA624.

Preview

Color preview on black background

This text has color #BDA624 on black background.


Color preview on white background

This text has color #BDA624 on white background.


Black color preview on #BDA624 background

This text has black color on #BDA624 background.


White color preview on #BDA624 background

This text has white color on #BDA624 background.


Related colors

Complementary color

Complementary color for #hex is #4259DB.


I love getcolorcode.com

Triadic colors

1 #24BDA6 and #A624BD with #BDA624 are triadic colors.

2 #24A6BD and #A6BD24 with #BDA624 are triadic colors.