COLOR #BDA187

HEX: #BDA187
RGB: (189,161,135)

Color info

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

RGB color model

#BDA187 color RGB value is (189,161,135).

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

RGB channels and saturation

R 189 of 255 = 74%
G 161 of 255 = 63%
B 135 of 255 = 53%

189
161
135

R + G + B ~ 63%. #BDA187 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 161 + 135 = 485 (100%)
R 189 of 485 ~ 38.97%
G 161 of 485 ~ 33.2%
B 135 of 485 ~ 27.84%

%38.97
%33.2
%27.84

CMYK color model

#BDA187 color CMYK value is (0,15,29,26).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 28.57%
  • key color value is 25.88%
CMYK:
(0,15,29,26)
C0M15Y29K26 
(0%,15%,29%,26%)
(0.00/0.15/0.29/0.26)	

CMYK percentages

%0
%14.81
%28.57
%25.88

Codes

Color #BDA187 in popluar color models

BDA187
RGB189161135
HSL29°29.03%63.53%
HSB/HSV29°28.57%74.12%
CMYK0.00%14.81%28.57%
25.88%

Color #BDA187 in popluar number systems.

HEXBDA187
Decimal189161135
Binary101111011010000110000111
Octal275241207

Shades and tints

Shades of #BDA187

#BDA187
(189,161,135)
#AC937B
(172,147,123)
#9B856F
(155,133,111)
#8A7763
(138,119,99)
#796957
(121,105,87)
#685B4B
(104,91,75)
#574D3F
(87,77,63)
#463F33
(70,63,51)
#353127
(53,49,39)
#24231B
(36,35,27)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #BDA187

#BDA187
(189,161,135)
#C3A991
(195,169,145)
#C9B19B
(201,177,155)
#CFB9A5
(207,185,165)
#D5C1AF
(213,193,175)
#DBC9B9
(219,201,185)
#E1D1C3
(225,209,195)
#E7D9CD
(231,217,205)
#EDE1D7
(237,225,215)
#F3E9E1
(243,233,225)
#F9F1EB
(249,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA187; }

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

This text font color is #BDA187.


Background Color

.myBgColor { background-color: #BDA187; }

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

This div background color is #BDA187.


Border color

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

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

This div border color is #BDA187.


Opacity

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

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

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

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

This text has shadow with #BDA187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA187 on black background.


Color preview on white background

This text has color #BDA187 on white background.



Black color preview on #BDA187 background

This text has black color on #BDA187 background.


White color preview on #BDA187 background

This text has white color on #BDA187 background.