COLOR #BDA995

HEX: #BDA995
RGB: (189,169,149)

Color info

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

RGB color model

#BDA995 color RGB value is (189,169,149).

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

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 149 of 255 = 58%

189
169
149

R + G + B ~ 66%. #BDA995 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 169 + 149 = 507 (100%)
R 189 of 507 ~ 37.28%
G 169 of 507 ~ 33.33%
B 149 of 507 ~ 29.39%

%37.28
%33.33
%29.39

CMYK color model

#BDA995 color CMYK value is (0,11,21,26).

  • cyan value is 0.00%
  • magenta value is 10.58%
  • yellow value is 21.16%
  • key color value is 25.88%
CMYK:
(0,11,21,26)
C0M11Y21K26 
(0%,11%,21%,26%)
(0.00/0.11/0.21/0.26)	

CMYK percentages

%0
%10.58
%21.16
%25.88

Codes

Color #BDA995 in popluar color models

BDA995
RGB189169149
HSL30°23.26%66.27%
HSB/HSV30°21.16%74.12%
CMYK0.00%10.58%21.16%
25.88%

Color #BDA995 in popluar number systems.

HEXBDA995
Decimal189169149
Binary101111011010100110010101
Octal275251225

Shades and tints

Shades of #BDA995

#BDA995
(189,169,149)
#AC9A88
(172,154,136)
#9B8B7B
(155,139,123)
#8A7C6E
(138,124,110)
#796D61
(121,109,97)
#685E54
(104,94,84)
#574F47
(87,79,71)
#46403A
(70,64,58)
#35312D
(53,49,45)
#242220
(36,34,32)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #BDA995

#BDA995
(189,169,149)
#C3B09E
(195,176,158)
#C9B7A7
(201,183,167)
#CFBEB0
(207,190,176)
#D5C5B9
(213,197,185)
#DBCCC2
(219,204,194)
#E1D3CB
(225,211,203)
#E7DAD4
(231,218,212)
#EDE1DD
(237,225,221)
#F3E8E6
(243,232,230)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA995; }

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

This text font color is #BDA995.


Background Color

.myBgColor { background-color: #BDA995; }

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

This div background color is #BDA995.


Border color

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

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

This div border color is #BDA995.


Opacity

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

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

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

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

This text has shadow with #BDA995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA995 on black background.


Color preview on white background

This text has color #BDA995 on white background.



Black color preview on #BDA995 background

This text has black color on #BDA995 background.


White color preview on #BDA995 background

This text has white color on #BDA995 background.