COLOR #BDA985

HEX: #BDA985
RGB: (189,169,133)

Color info

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

RGB color model

#BDA985 color RGB value is (189,169,133).

  • red value is 189;
  • green value is 169;
  • blue value is 133.
RGB:
(189,169,133)
(74%,66%,52%)

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 133 of 255 = 52%

189
169
133

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

Portions of RGB colors in percentages

R + G + B =
189 + 169 + 133 = 491 (100%)
R 189 of 491 ~ 38.49%
G 169 of 491 ~ 34.42%
B 133 of 491 ~ 27.09%

%38.49
%34.42
%27.09

CMYK color model

#BDA985 color CMYK value is (0,11,30,26).

  • cyan value is 0.00%
  • magenta value is 10.58%
  • yellow value is 29.63%
  • key color value is 25.88%
CMYK:
(0,11,30,26)
C0M11Y30K26 
(0%,11%,30%,26%)
(0.00/0.11/0.30/0.26)	

CMYK percentages

%0
%10.58
%29.63
%25.88

Codes

Color #BDA985 in popluar color models

BDA985
RGB189169133
HSL39°29.79%63.14%
HSB/HSV39°29.63%74.12%
CMYK0.00%10.58%29.63%
25.88%

Color #BDA985 in popluar number systems.

HEXBDA985
Decimal189169133
Binary101111011010100110000101
Octal275251205

Shades and tints

Shades of #BDA985

#BDA985
(189,169,133)
#AC9A79
(172,154,121)
#9B8B6D
(155,139,109)
#8A7C61
(138,124,97)
#796D55
(121,109,85)
#685E49
(104,94,73)
#574F3D
(87,79,61)
#464031
(70,64,49)
#353125
(53,49,37)
#242219
(36,34,25)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #BDA985

#BDA985
(189,169,133)
#C3B090
(195,176,144)
#C9B79B
(201,183,155)
#CFBEA6
(207,190,166)
#D5C5B1
(213,197,177)
#DBCCBC
(219,204,188)
#E1D3C7
(225,211,199)
#E7DAD2
(231,218,210)
#EDE1DD
(237,225,221)
#F3E8E8
(243,232,232)
#F9EFF3
(249,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA985 color. Also use rgb(189,169,133) instead hex code.

Text Font Color

.myTextColor { color: #BDA985; }

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

This text font color is #BDA985.


Background Color

.myBgColor { background-color: #BDA985; }

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

This div background color is #BDA985.


Border color

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

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

This div border color is #BDA985.


Opacity

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

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

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

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

This text has shadow with #BDA985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA985 on black background.


Color preview on white background

This text has color #BDA985 on white background.



Black color preview on #BDA985 background

This text has black color on #BDA985 background.


White color preview on #BDA985 background

This text has white color on #BDA985 background.