COLOR #BDAD64

HEX: #BDAD64 RGB: (189,173,100)

Color info

#BDAD64 contains mainly red and green colors. Web safe color of #BDAD64 is #CC9966 (or #C96).

RGB color model

#BDAD64 color RGB value is (189,173,100).

RGB: (189,173,100) (74%, 68%, 39%)

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 100 of 255 = 39%

189
173
100

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

Portions of RGB colors in percentages

R + G + B = 189 + 173 + 100 = 462 (100%)
R 189 of 462 ~ 40.91%
G 173 of 462 ~ 37.45%
B 100 of 462 ~ 21.65'%

%40.91
%37.45
%21.65

CMYK color model

#BDAD64 color CMYK value is (0,8,47,26).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 47.09%
  • key color value is 25.88%

CMYK: (0,8,47,26)
C0M8Y47K26 (0%, 8%, 47%, 26%)
(0.00 / 0.08 / 0.47 / 0.26)

CMYK percentages

%0
%8.47
%47.09
%25.88

Codes

Color #BDAD64 in popluar color models

BD AD 64
RGB 189 173 100
HSL 49° 40.27% 56.67%
HSB/HSV 49° 47.09% 74.12%
CMYK 0.00% 8.47% 47.09%
25.88%

Color #BDAD64 in popluar number systems.

HEX BD AD 64
Decimal 189 173 100
Binary 10111101 10101101 1100100
Octal 275 255 144

Shades and tints

Shades of #BDAD64

#BDAD64
(189,173,100)
#AC9E5B
(172,158,91)
#9B8F52
(155,143,82)
#8A8049
(138,128,73)
#797140
(121,113,64)
#686237
(104,98,55)
#57532E
(87,83,46)
#464425
(70,68,37)
#35351C
(53,53,28)
#242613
(36,38,19)
#13170A
(19,23,10)
#000000
(0,0,0)

Tints of #BDAD64

#BDAD64
(189,173,100)
#C3B472
(195,180,114)
#C9BB80
(201,187,128)
#CFC28E
(207,194,142)
#D5C99C
(213,201,156)
#DBD0AA
(219,208,170)
#E1D7B8
(225,215,184)
#E7DEC6
(231,222,198)
#EDE5D4
(237,229,212)
#F3ECE2
(243,236,226)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAD64 color. Also use rgb(189,173,100) instead hex code.

Text Font Color

.myTextColor { color: #BDAD64; }

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

This text font color is #BDAD64.

Background Color

.myBgColor { background-color: #BDAD64; }

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

This div background color is #BDAD64.

Border color

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

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

This div border color is #BDAD64.

Opacity

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

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

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

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

This text has shadow with #BDAD64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAD64.

Preview

Color preview on black background

This text has color #BDAD64 on black background.


Color preview on white background

This text has color #BDAD64 on white background.


Black color preview on #BDAD64 background

This text has black color on #BDAD64 background.


White color preview on #BDAD64 background

This text has white color on #BDAD64 background.


Related colors

Complementary color

Complementary color for #hex is #42529B.


I love getcolorcode.com

Triadic colors

1 #64BDAD and #AD64BD with #BDAD64 are triadic colors.

2 #64ADBD and #ADBD64 with #BDAD64 are triadic colors.