COLOR #BDB577

HEX: #BDB577
RGB: (189,181,119)

Color info

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

RGB color model

#BDB577 color RGB value is (189,181,119).

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

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 119 of 255 = 47%

189
181
119

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

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 119 = 489 (100%)
R 189 of 489 ~ 38.65%
G 181 of 489 ~ 37.01%
B 119 of 489 ~ 24.34%

%38.65
%37.01
%24.34

CMYK color model

#BDB577 color CMYK value is (0,4,37,26).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 37.04%
  • key color value is 25.88%
CMYK:
(0,4,37,26)
C0M4Y37K26 
(0%,4%,37%,26%)
(0.00/0.04/0.37/0.26)	

CMYK percentages

%0
%4.23
%37.04
%25.88

Codes

Color #BDB577 in popluar color models

BDB577
RGB189181119
HSL53°34.65%60.39%
HSB/HSV53°37.04%74.12%
CMYK0.00%4.23%37.04%
25.88%

Color #BDB577 in popluar number systems.

HEXBDB577
Decimal189181119
Binary10111101101101011110111
Octal275265167

Shades and tints

Shades of #BDB577

#BDB577
(189,181,119)
#ACA56D
(172,165,109)
#9B9563
(155,149,99)
#8A8559
(138,133,89)
#79754F
(121,117,79)
#686545
(104,101,69)
#57553B
(87,85,59)
#464531
(70,69,49)
#353527
(53,53,39)
#24251D
(36,37,29)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #BDB577

#BDB577
(189,181,119)
#C3BB83
(195,187,131)
#C9C18F
(201,193,143)
#CFC79B
(207,199,155)
#D5CDA7
(213,205,167)
#DBD3B3
(219,211,179)
#E1D9BF
(225,217,191)
#E7DFCB
(231,223,203)
#EDE5D7
(237,229,215)
#F3EBE3
(243,235,227)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB577; }

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

This text font color is #BDB577.


Background Color

.myBgColor { background-color: #BDB577; }

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

This div background color is #BDB577.


Border color

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

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

This div border color is #BDB577.


Opacity

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

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

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

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

This text has shadow with #BDB577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB577 on black background.


Color preview on white background

This text has color #BDB577 on white background.



Black color preview on #BDB577 background

This text has black color on #BDB577 background.


White color preview on #BDB577 background

This text has white color on #BDB577 background.