COLOR #BDB475

HEX: #BDB475 RGB: (189,180,117)

Color info

#BDB475 contains mainly red and green colors. Web safe color of #BDB475 is #CCCC66 (or #CC6).

RGB color model

#BDB475 color RGB value is (189,180,117).

RGB: (189,180,117) (74%, 71%, 46%)

RGB channels and saturation

R 189 of 255 = 74%
G 180 of 255 = 71%
B 117 of 255 = 46%

189
180
117

R + G + B ~ 64%. #BDB475 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 180 + 117 = 486 (100%)
R 189 of 486 ~ 38.89%
G 180 of 486 ~ 37.04%
B 117 of 486 ~ 24.07'%

%38.89
%37.04
%24.07

CMYK color model

#BDB475 color CMYK value is (0,5,38,26).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 38.10%
  • key color value is 25.88%

CMYK: (0,5,38,26)
C0M5Y38K26 (0%, 5%, 38%, 26%)
(0.00 / 0.05 / 0.38 / 0.26)

CMYK percentages

%0
%4.76
%38.1
%25.88

Codes

Color #BDB475 in popluar color models

BD B4 75
RGB 189 180 117
HSL 53° 35.29% 60.00%
HSB/HSV 53° 38.10% 74.12%
CMYK 0.00% 4.76% 38.10%
25.88%

Color #BDB475 in popluar number systems.

HEX BD B4 75
Decimal 189 180 117
Binary 10111101 10110100 1110101
Octal 275 264 165

Shades and tints

Shades of #BDB475

#BDB475
(189,180,117)
#ACA46B
(172,164,107)
#9B9461
(155,148,97)
#8A8457
(138,132,87)
#79744D
(121,116,77)
#686443
(104,100,67)
#575439
(87,84,57)
#46442F
(70,68,47)
#353425
(53,52,37)
#24241B
(36,36,27)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #BDB475

#BDB475
(189,180,117)
#C3BA81
(195,186,129)
#C9C08D
(201,192,141)
#CFC699
(207,198,153)
#D5CCA5
(213,204,165)
#DBD2B1
(219,210,177)
#E1D8BD
(225,216,189)
#E7DEC9
(231,222,201)
#EDE4D5
(237,228,213)
#F3EAE1
(243,234,225)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB475 color. Also use rgb(189,180,117) instead hex code.

Text Font Color

.myTextColor { color: #BDB475; }

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

This text font color is #BDB475.

Background Color

.myBgColor { background-color: #BDB475; }

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

This div background color is #BDB475.

Border color

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

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

This div border color is #BDB475.

Opacity

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

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

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

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

This text has shadow with #BDB475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB475.

Preview

Color preview on black background

This text has color #BDB475 on black background.


Color preview on white background

This text has color #BDB475 on white background.


Black color preview on #BDB475 background

This text has black color on #BDB475 background.


White color preview on #BDB475 background

This text has white color on #BDB475 background.


Related colors

Complementary color

Complementary color for #hex is #424B8A.


I love getcolorcode.com

Triadic colors

1 #75BDB4 and #B475BD with #BDB475 are triadic colors.

2 #75B4BD and #B4BD75 with #BDB475 are triadic colors.