COLOR #BDB594

HEX: #BDB594
RGB: (189,181,148)

Color info

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

RGB color model

#BDB594 color RGB value is (189,181,148).

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

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 148 of 255 = 58%

189
181
148

R + G + B ~ 68%. #BDB594 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 148 = 518 (100%)
R 189 of 518 ~ 36.49%
G 181 of 518 ~ 34.94%
B 148 of 518 ~ 28.57%

%36.49
%34.94
%28.57

CMYK color model

#BDB594 color CMYK value is (0,4,22,26).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 21.69%
  • key color value is 25.88%
CMYK:
(0,4,22,26)
C0M4Y22K26 
(0%,4%,22%,26%)
(0.00/0.04/0.22/0.26)	

CMYK percentages

%0
%4.23
%21.69
%25.88

Codes

Color #BDB594 in popluar color models

BDB594
RGB189181148
HSL48°23.70%66.08%
HSB/HSV48°21.69%74.12%
CMYK0.00%4.23%21.69%
25.88%

Color #BDB594 in popluar number systems.

HEXBDB594
Decimal189181148
Binary101111011011010110010100
Octal275265224

Shades and tints

Shades of #BDB594

#BDB594
(189,181,148)
#ACA587
(172,165,135)
#9B957A
(155,149,122)
#8A856D
(138,133,109)
#797560
(121,117,96)
#686553
(104,101,83)
#575546
(87,85,70)
#464539
(70,69,57)
#35352C
(53,53,44)
#24251F
(36,37,31)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #BDB594

#BDB594
(189,181,148)
#C3BB9D
(195,187,157)
#C9C1A6
(201,193,166)
#CFC7AF
(207,199,175)
#D5CDB8
(213,205,184)
#DBD3C1
(219,211,193)
#E1D9CA
(225,217,202)
#E7DFD3
(231,223,211)
#EDE5DC
(237,229,220)
#F3EBE5
(243,235,229)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB594; }

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

This text font color is #BDB594.


Background Color

.myBgColor { background-color: #BDB594; }

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

This div background color is #BDB594.


Border color

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

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

This div border color is #BDB594.


Opacity

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

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

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

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

This text has shadow with #BDB594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB594 on black background.


Color preview on white background

This text has color #BDB594 on white background.



Black color preview on #BDB594 background

This text has black color on #BDB594 background.


White color preview on #BDB594 background

This text has white color on #BDB594 background.