COLOR #BDB58E

HEX: #BDB58E RGB: (189,181,142)

Color info

#BDB58E contains red, green and blue colors in about the same proportion. Web safe color of #BDB58E is #CCCC99 (or #CC9).

RGB color model

#BDB58E color RGB value is (189,181,142).

RGB: (189,181,142) (74%, 71%, 56%)

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 142 of 255 = 56%

189
181
142

R + G + B ~ 67%. #BDB58E is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 181 + 142 = 512 (100%)
R 189 of 512 ~ 36.91%
G 181 of 512 ~ 35.35%
B 142 of 512 ~ 27.73'%

%36.91
%35.35
%27.73

CMYK color model

#BDB58E color CMYK value is (0,4,25,26).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 24.87%
  • key color value is 25.88%
CMYK: (0,4,25,26) C0M4Y25K26 (0%,4%,25%,26%) (0.00/0.04/0.25/0.26) 

CMYK percentages

%0
%4.23
%24.87
%25.88

Codes

Color #BDB58E in popluar color models

BD B5 8E
RGB 189 181 142
HSL 50° 26.26% 64.90%
HSB/HSV 50° 24.87% 74.12%
CMYK 0.00% 4.23% 24.87%
25.88%

Color #BDB58E in popluar number systems.

HEX BD B5 8E
Decimal 189 181 142
Binary 10111101 10110101 10001110
Octal 275 265 216

Shades and tints

Shades of #BDB58E

#BDB58E
(189,181,142)
#ACA582
(172,165,130)
#9B9576
(155,149,118)
#8A856A
(138,133,106)
#79755E
(121,117,94)
#686552
(104,101,82)
#575546
(87,85,70)
#46453A
(70,69,58)
#35352E
(53,53,46)
#242522
(36,37,34)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #BDB58E

#BDB58E
(189,181,142)
#C3BB98
(195,187,152)
#C9C1A2
(201,193,162)
#CFC7AC
(207,199,172)
#D5CDB6
(213,205,182)
#DBD3C0
(219,211,192)
#E1D9CA
(225,217,202)
#E7DFD4
(231,223,212)
#EDE5DE
(237,229,222)
#F3EBE8
(243,235,232)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB58E color. Also use rgb(189,181,142) instead hex code.

Text Font Color

.myTextColor { color: #BDB58E; }

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

This text font color is #BDB58E.

Background Color

.myBgColor { background-color: #BDB58E; }

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

This div background color is #BDB58E.

Border color

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

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

This div border color is #BDB58E.

Opacity

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

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

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

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

This text has shadow with #BDB58E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB58E.

Preview

Color preview on black background

This text has color #BDB58E on black background.


Color preview on white background

This text has color #BDB58E on white background.


Black color preview on #BDB58E background

This text has black color on #BDB58E background.


White color preview on #BDB58E background

This text has white color on #BDB58E background.


Related colors

Complementary color

Complementary color for #hex is #424A71.


I love getcolorcode.com

Triadic colors

1 #8EBDB5 and #B58EBD with #BDB58E are triadic colors.

2 #8EB5BD and #B5BD8E with #BDB58E are triadic colors.