COLOR #BDA887

HEX: #BDA887
RGB: (189,168,135)

Color info

#BDA887 contains red, green and blue colors in about the same proportion. Web safe color of #BDA887 is #CC9999 (or #C99).

RGB color model

#BDA887 color RGB value is (189,168,135).

  • red value is 189;
  • green value is 168;
  • blue value is 135.
RGB:
(189,168,135)
(74%,66%,53%)

RGB channels and saturation

R 189 of 255 = 74%
G 168 of 255 = 66%
B 135 of 255 = 53%

189
168
135

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

Portions of RGB colors in percentages

R + G + B =
189 + 168 + 135 = 492 (100%)
R 189 of 492 ~ 38.41%
G 168 of 492 ~ 34.15%
B 135 of 492 ~ 27.44%

%38.41
%34.15
%27.44

CMYK color model

#BDA887 color CMYK value is (0,11,29,26).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 28.57%
  • key color value is 25.88%
CMYK:
(0,11,29,26)
C0M11Y29K26 
(0%,11%,29%,26%)
(0.00/0.11/0.29/0.26)	

CMYK percentages

%0
%11.11
%28.57
%25.88

Codes

Color #BDA887 in popluar color models

BDA887
RGB189168135
HSL37°29.03%63.53%
HSB/HSV37°28.57%74.12%
CMYK0.00%11.11%28.57%
25.88%

Color #BDA887 in popluar number systems.

HEXBDA887
Decimal189168135
Binary101111011010100010000111
Octal275250207

Shades and tints

Shades of #BDA887

#BDA887
(189,168,135)
#AC997B
(172,153,123)
#9B8A6F
(155,138,111)
#8A7B63
(138,123,99)
#796C57
(121,108,87)
#685D4B
(104,93,75)
#574E3F
(87,78,63)
#463F33
(70,63,51)
#353027
(53,48,39)
#24211B
(36,33,27)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #BDA887

#BDA887
(189,168,135)
#C3AF91
(195,175,145)
#C9B69B
(201,182,155)
#CFBDA5
(207,189,165)
#D5C4AF
(213,196,175)
#DBCBB9
(219,203,185)
#E1D2C3
(225,210,195)
#E7D9CD
(231,217,205)
#EDE0D7
(237,224,215)
#F3E7E1
(243,231,225)
#F9EEEB
(249,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA887 color. Also use rgb(189,168,135) instead hex code.

Text Font Color

.myTextColor { color: #BDA887; }

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

This text font color is #BDA887.


Background Color

.myBgColor { background-color: #BDA887; }

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

This div background color is #BDA887.


Border color

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

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

This div border color is #BDA887.


Opacity

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

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

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

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

This text has shadow with #BDA887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA887 on black background.


Color preview on white background

This text has color #BDA887 on white background.



Black color preview on #BDA887 background

This text has black color on #BDA887 background.


White color preview on #BDA887 background

This text has white color on #BDA887 background.