COLOR #BDB13D

HEX: #BDB13D RGB: (189,177,61)

Color info

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

RGB color model

#BDB13D color RGB value is (189,177,61).

RGB: (189,177,61) (74%, 69%, 24%)

RGB channels and saturation

R 189 of 255 = 74%
G 177 of 255 = 69%
B 61 of 255 = 24%

189
177
61

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

Portions of RGB colors in percentages

R + G + B = 189 + 177 + 61 = 427 (100%)
R 189 of 427 ~ 44.26%
G 177 of 427 ~ 41.45%
B 61 of 427 ~ 14.29'%

%44.26
%41.45
%14.29

CMYK color model

#BDB13D color CMYK value is (0,6,68,26).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 67.72%
  • key color value is 25.88%

CMYK: (0,6,68,26)
C0M6Y68K26 (0%, 6%, 68%, 26%)
(0.00 / 0.06 / 0.68 / 0.26)

CMYK percentages

%0
%6.35
%67.72
%25.88

Codes

Color #BDB13D in popluar color models

BD B1 3D
RGB 189 177 61
HSL 54° 51.20% 49.02%
HSB/HSV 54° 67.72% 74.12%
CMYK 0.00% 6.35% 67.72%
25.88%

Color #BDB13D in popluar number systems.

HEX BD B1 3D
Decimal 189 177 61
Binary 10111101 10110001 111101
Octal 275 261 75

Shades and tints

Shades of #BDB13D

#BDB13D
(189,177,61)
#ACA138
(172,161,56)
#9B9133
(155,145,51)
#8A812E
(138,129,46)
#797129
(121,113,41)
#686124
(104,97,36)
#57511F
(87,81,31)
#46411A
(70,65,26)
#353115
(53,49,21)
#242110
(36,33,16)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #BDB13D

#BDB13D
(189,177,61)
#C3B84E
(195,184,78)
#C9BF5F
(201,191,95)
#CFC670
(207,198,112)
#D5CD81
(213,205,129)
#DBD492
(219,212,146)
#E1DBA3
(225,219,163)
#E7E2B4
(231,226,180)
#EDE9C5
(237,233,197)
#F3F0D6
(243,240,214)
#F9F7E7
(249,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB13D color. Also use rgb(189,177,61) instead hex code.

Text Font Color

.myTextColor { color: #BDB13D; }

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

This text font color is #BDB13D.

Background Color

.myBgColor { background-color: #BDB13D; }

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

This div background color is #BDB13D.

Border color

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

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

This div border color is #BDB13D.

Opacity

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

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

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

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

This text has shadow with #BDB13D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB13D.

Preview

Color preview on black background

This text has color #BDB13D on black background.


Color preview on white background

This text has color #BDB13D on white background.


Black color preview on #BDB13D background

This text has black color on #BDB13D background.


White color preview on #BDB13D background

This text has white color on #BDB13D background.


Related colors

Complementary color

Complementary color for #hex is #424EC2.


I love getcolorcode.com

Triadic colors

1 #3DBDB1 and #B13DBD with #BDB13D are triadic colors.

2 #3DB1BD and #B1BD3D with #BDB13D are triadic colors.