COLOR #BDB592

HEX: #BDB592
RGB: (189,181,146)

Color info

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

RGB color model

#BDB592 color RGB value is (189,181,146).

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

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 146 of 255 = 57%

189
181
146

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

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 146 = 516 (100%)
R 189 of 516 ~ 36.63%
G 181 of 516 ~ 35.08%
B 146 of 516 ~ 28.29%

%36.63
%35.08
%28.29

CMYK color model

#BDB592 color CMYK value is (0,4,23,26).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 22.75%
  • key color value is 25.88%
CMYK:
(0,4,23,26)
C0M4Y23K26 
(0%,4%,23%,26%)
(0.00/0.04/0.23/0.26)	

CMYK percentages

%0
%4.23
%22.75
%25.88

Codes

Color #BDB592 in popluar color models

BDB592
RGB189181146
HSL49°24.57%65.69%
HSB/HSV49°22.75%74.12%
CMYK0.00%4.23%22.75%
25.88%

Color #BDB592 in popluar number systems.

HEXBDB592
Decimal189181146
Binary101111011011010110010010
Octal275265222

Shades and tints

Shades of #BDB592

#BDB592
(189,181,146)
#ACA585
(172,165,133)
#9B9578
(155,149,120)
#8A856B
(138,133,107)
#79755E
(121,117,94)
#686551
(104,101,81)
#575544
(87,85,68)
#464537
(70,69,55)
#35352A
(53,53,42)
#24251D
(36,37,29)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #BDB592

#BDB592
(189,181,146)
#C3BB9B
(195,187,155)
#C9C1A4
(201,193,164)
#CFC7AD
(207,199,173)
#D5CDB6
(213,205,182)
#DBD3BF
(219,211,191)
#E1D9C8
(225,217,200)
#E7DFD1
(231,223,209)
#EDE5DA
(237,229,218)
#F3EBE3
(243,235,227)
#F9F1EC
(249,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB592; }

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

This text font color is #BDB592.


Background Color

.myBgColor { background-color: #BDB592; }

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

This div background color is #BDB592.


Border color

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

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

This div border color is #BDB592.


Opacity

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

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

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

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

This text has shadow with #BDB592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB592 on black background.


Color preview on white background

This text has color #BDB592 on white background.



Black color preview on #BDB592 background

This text has black color on #BDB592 background.


White color preview on #BDB592 background

This text has white color on #BDB592 background.