COLOR #BDB57E

HEX: #BDB57E
RGB: (189,181,126)

Color info

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

RGB color model

#BDB57E color RGB value is (189,181,126).

  • red value is 189;
  • green value is 181;
  • blue value is 126.
RGB:
(189,181,126)
(74%,71%,49%)

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 126 of 255 = 49%

189
181
126

R + G + B ~ 65%. #BDB57E is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 126 = 496 (100%)
R 189 of 496 ~ 38.1%
G 181 of 496 ~ 36.49%
B 126 of 496 ~ 25.4%

%38.1
%36.49
%25.4

CMYK color model

#BDB57E color CMYK value is (0,4,33,26).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 33.33%
  • key color value is 25.88%
CMYK:
(0,4,33,26)
C0M4Y33K26 
(0%,4%,33%,26%)
(0.00/0.04/0.33/0.26)	

CMYK percentages

%0
%4.23
%33.33
%25.88

Codes

Color #BDB57E in popluar color models

BDB57E
RGB189181126
HSL52°32.31%61.76%
HSB/HSV52°33.33%74.12%
CMYK0.00%4.23%33.33%
25.88%

Color #BDB57E in popluar number systems.

HEXBDB57E
Decimal189181126
Binary10111101101101011111110
Octal275265176

Shades and tints

Shades of #BDB57E

#BDB57E
(189,181,126)
#ACA573
(172,165,115)
#9B9568
(155,149,104)
#8A855D
(138,133,93)
#797552
(121,117,82)
#686547
(104,101,71)
#57553C
(87,85,60)
#464531
(70,69,49)
#353526
(53,53,38)
#24251B
(36,37,27)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #BDB57E

#BDB57E
(189,181,126)
#C3BB89
(195,187,137)
#C9C194
(201,193,148)
#CFC79F
(207,199,159)
#D5CDAA
(213,205,170)
#DBD3B5
(219,211,181)
#E1D9C0
(225,217,192)
#E7DFCB
(231,223,203)
#EDE5D6
(237,229,214)
#F3EBE1
(243,235,225)
#F9F1EC
(249,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB57E; }

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

This text font color is #BDB57E.


Background Color

.myBgColor { background-color: #BDB57E; }

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

This div background color is #BDB57E.


Border color

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

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

This div border color is #BDB57E.


Opacity

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

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

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

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

This text has shadow with #BDB57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB57E on black background.


Color preview on white background

This text has color #BDB57E on white background.



Black color preview on #BDB57E background

This text has black color on #BDB57E background.


White color preview on #BDB57E background

This text has white color on #BDB57E background.