COLOR #BDB584

HEX: #BDB584
RGB: (189,181,132)

Color info

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

RGB color model

#BDB584 color RGB value is (189,181,132).

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

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 132 of 255 = 52%

189
181
132

R + G + B ~ 66%. #BDB584 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 132 = 502 (100%)
R 189 of 502 ~ 37.65%
G 181 of 502 ~ 36.06%
B 132 of 502 ~ 26.29%

%37.65
%36.06
%26.29

CMYK color model

#BDB584 color CMYK value is (0,4,30,26).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 30.16%
  • key color value is 25.88%
CMYK:
(0,4,30,26)
C0M4Y30K26 
(0%,4%,30%,26%)
(0.00/0.04/0.30/0.26)	

CMYK percentages

%0
%4.23
%30.16
%25.88

Codes

Color #BDB584 in popluar color models

BDB584
RGB189181132
HSL52°30.16%62.94%
HSB/HSV52°30.16%74.12%
CMYK0.00%4.23%30.16%
25.88%

Color #BDB584 in popluar number systems.

HEXBDB584
Decimal189181132
Binary101111011011010110000100
Octal275265204

Shades and tints

Shades of #BDB584

#BDB584
(189,181,132)
#ACA578
(172,165,120)
#9B956C
(155,149,108)
#8A8560
(138,133,96)
#797554
(121,117,84)
#686548
(104,101,72)
#57553C
(87,85,60)
#464530
(70,69,48)
#353524
(53,53,36)
#242518
(36,37,24)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #BDB584

#BDB584
(189,181,132)
#C3BB8F
(195,187,143)
#C9C19A
(201,193,154)
#CFC7A5
(207,199,165)
#D5CDB0
(213,205,176)
#DBD3BB
(219,211,187)
#E1D9C6
(225,217,198)
#E7DFD1
(231,223,209)
#EDE5DC
(237,229,220)
#F3EBE7
(243,235,231)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB584; }

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

This text font color is #BDB584.


Background Color

.myBgColor { background-color: #BDB584; }

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

This div background color is #BDB584.


Border color

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

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

This div border color is #BDB584.


Opacity

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

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

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

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

This text has shadow with #BDB584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB584 on black background.


Color preview on white background

This text has color #BDB584 on white background.



Black color preview on #BDB584 background

This text has black color on #BDB584 background.


White color preview on #BDB584 background

This text has white color on #BDB584 background.