COLOR #BDB25F

HEX: #BDB25F RGB: (189,178,95)

Color info

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

RGB color model

#BDB25F color RGB value is (189,178,95).

RGB: (189,178,95) (74%, 70%, 37%)

RGB channels and saturation

R 189 of 255 = 74%
G 178 of 255 = 70%
B 95 of 255 = 37%

189
178
95

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

Portions of RGB colors in percentages

R + G + B = 189 + 178 + 95 = 462 (100%)
R 189 of 462 ~ 40.91%
G 178 of 462 ~ 38.53%
B 95 of 462 ~ 20.56'%

%40.91
%38.53
%20.56

CMYK color model

#BDB25F color CMYK value is (0,6,50,26).

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

CMYK: (0,6,50,26)
C0M6Y50K26 (0%, 6%, 50%, 26%)
(0.00 / 0.06 / 0.50 / 0.26)

CMYK percentages

%0
%5.82
%49.74
%25.88

Codes

Color #BDB25F in popluar color models

BD B2 5F
RGB 189 178 95
HSL 53° 41.59% 55.69%
HSB/HSV 53° 49.74% 74.12%
CMYK 0.00% 5.82% 49.74%
25.88%

Color #BDB25F in popluar number systems.

HEX BD B2 5F
Decimal 189 178 95
Binary 10111101 10110010 1011111
Octal 275 262 137

Shades and tints

Shades of #BDB25F

#BDB25F
(189,178,95)
#ACA257
(172,162,87)
#9B924F
(155,146,79)
#8A8247
(138,130,71)
#79723F
(121,114,63)
#686237
(104,98,55)
#57522F
(87,82,47)
#464227
(70,66,39)
#35321F
(53,50,31)
#242217
(36,34,23)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #BDB25F

#BDB25F
(189,178,95)
#C3B96D
(195,185,109)
#C9C07B
(201,192,123)
#CFC789
(207,199,137)
#D5CE97
(213,206,151)
#DBD5A5
(219,213,165)
#E1DCB3
(225,220,179)
#E7E3C1
(231,227,193)
#EDEACF
(237,234,207)
#F3F1DD
(243,241,221)
#F9F8EB
(249,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB25F; }

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

This text font color is #BDB25F.

Background Color

.myBgColor { background-color: #BDB25F; }

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

This div background color is #BDB25F.

Border color

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

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

This div border color is #BDB25F.

Opacity

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

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

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

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

This text has shadow with #BDB25F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB25F.

Preview

Color preview on black background

This text has color #BDB25F on black background.


Color preview on white background

This text has color #BDB25F on white background.


Black color preview on #BDB25F background

This text has black color on #BDB25F background.


White color preview on #BDB25F background

This text has white color on #BDB25F background.


Related colors

Complementary color

Complementary color for #hex is #424DA0.


I love getcolorcode.com

Triadic colors

1 #5FBDB2 and #B25FBD with #BDB25F are triadic colors.

2 #5FB2BD and #B2BD5F with #BDB25F are triadic colors.