COLOR #BDB25A

HEX: #BDB25A RGB: (189,178,90)

Color info

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

RGB color model

#BDB25A color RGB value is (189,178,90).

RGB: (189,178,90) (74%, 70%, 35%)

RGB channels and saturation

R 189 of 255 = 74%
G 178 of 255 = 70%
B 90 of 255 = 35%

189
178
90

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

Portions of RGB colors in percentages

R + G + B = 189 + 178 + 90 = 457 (100%)
R 189 of 457 ~ 41.36%
G 178 of 457 ~ 38.95%
B 90 of 457 ~ 19.69'%

%41.36
%38.95
%19.69

CMYK color model

#BDB25A color CMYK value is (0,6,52,26).

  • cyan value is 0.00%
  • magenta value is 5.82%
  • yellow value is 52.38%
  • key color value is 25.88%

CMYK: (0,6,52,26)
C0M6Y52K26 (0%, 6%, 52%, 26%)
(0.00 / 0.06 / 0.52 / 0.26)

CMYK percentages

%0
%5.82
%52.38
%25.88

Codes

Color #BDB25A in popluar color models

BD B2 5A
RGB 189 178 90
HSL 53° 42.86% 54.71%
HSB/HSV 53° 52.38% 74.12%
CMYK 0.00% 5.82% 52.38%
25.88%

Color #BDB25A in popluar number systems.

HEX BD B2 5A
Decimal 189 178 90
Binary 10111101 10110010 1011010
Octal 275 262 132

Shades and tints

Shades of #BDB25A

#BDB25A
(189,178,90)
#ACA252
(172,162,82)
#9B924A
(155,146,74)
#8A8242
(138,130,66)
#79723A
(121,114,58)
#686232
(104,98,50)
#57522A
(87,82,42)
#464222
(70,66,34)
#35321A
(53,50,26)
#242212
(36,34,18)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #BDB25A

#BDB25A
(189,178,90)
#C3B969
(195,185,105)
#C9C078
(201,192,120)
#CFC787
(207,199,135)
#D5CE96
(213,206,150)
#DBD5A5
(219,213,165)
#E1DCB4
(225,220,180)
#E7E3C3
(231,227,195)
#EDEAD2
(237,234,210)
#F3F1E1
(243,241,225)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB25A color. Also use rgb(189,178,90) instead hex code.

Text Font Color

.myTextColor { color: #BDB25A; }

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

This text font color is #BDB25A.

Background Color

.myBgColor { background-color: #BDB25A; }

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

This div background color is #BDB25A.

Border color

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

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

This div border color is #BDB25A.

Opacity

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

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

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

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

This text has shadow with #BDB25A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB25A.

Preview

Color preview on black background

This text has color #BDB25A on black background.


Color preview on white background

This text has color #BDB25A on white background.


Black color preview on #BDB25A background

This text has black color on #BDB25A background.


White color preview on #BDB25A background

This text has white color on #BDB25A background.


Related colors

Complementary color

Complementary color for #hex is #424DA5.


I love getcolorcode.com

Triadic colors

1 #5ABDB2 and #B25ABD with #BDB25A are triadic colors.

2 #5AB2BD and #B2BD5A with #BDB25A are triadic colors.