COLOR #BDAA87

HEX: #BDAA87 RGB: (189,170,135)

Color info

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

RGB color model

#BDAA87 color RGB value is (189,170,135).

RGB: (189,170,135) (74%, 67%, 53%)

RGB channels and saturation

R 189 of 255 = 74%
G 170 of 255 = 67%
B 135 of 255 = 53%

189
170
135

R + G + B ~ 65%. #BDAA87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 170 + 135 = 494 (100%)
R 189 of 494 ~ 38.26%
G 170 of 494 ~ 34.41%
B 135 of 494 ~ 27.33'%

%38.26
%34.41
%27.33

CMYK color model

#BDAA87 color CMYK value is (0,10,29,26).

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 28.57%
  • key color value is 25.88%

CMYK: (0,10,29,26)
C0M10Y29K26 (0%, 10%, 29%, 26%)
(0.00 / 0.10 / 0.29 / 0.26)

CMYK percentages

%0
%10.05
%28.57
%25.88

Codes

Color #BDAA87 in popluar color models

BD AA 87
RGB 189 170 135
HSL 39° 29.03% 63.53%
HSB/HSV 39° 28.57% 74.12%
CMYK 0.00% 10.05% 28.57%
25.88%

Color #BDAA87 in popluar number systems.

HEX BD AA 87
Decimal 189 170 135
Binary 10111101 10101010 10000111
Octal 275 252 207

Shades and tints

Shades of #BDAA87

#BDAA87
(189,170,135)
#AC9B7B
(172,155,123)
#9B8C6F
(155,140,111)
#8A7D63
(138,125,99)
#796E57
(121,110,87)
#685F4B
(104,95,75)
#57503F
(87,80,63)
#464133
(70,65,51)
#353227
(53,50,39)
#24231B
(36,35,27)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #BDAA87

#BDAA87
(189,170,135)
#C3B191
(195,177,145)
#C9B89B
(201,184,155)
#CFBFA5
(207,191,165)
#D5C6AF
(213,198,175)
#DBCDB9
(219,205,185)
#E1D4C3
(225,212,195)
#E7DBCD
(231,219,205)
#EDE2D7
(237,226,215)
#F3E9E1
(243,233,225)
#F9F0EB
(249,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAA87; }

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

This text font color is #BDAA87.

Background Color

.myBgColor { background-color: #BDAA87; }

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

This div background color is #BDAA87.

Border color

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

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

This div border color is #BDAA87.

Opacity

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

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

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

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

This text has shadow with #BDAA87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAA87.

Preview

Color preview on black background

This text has color #BDAA87 on black background.


Color preview on white background

This text has color #BDAA87 on white background.


Black color preview on #BDAA87 background

This text has black color on #BDAA87 background.


White color preview on #BDAA87 background

This text has white color on #BDAA87 background.


Related colors

Complementary color

Complementary color for #hex is #425578.


I love getcolorcode.com

Triadic colors

1 #87BDAA and #AA87BD with #BDAA87 are triadic colors.

2 #87AABD and #AABD87 with #BDAA87 are triadic colors.