COLOR #BDA895

HEX: #BDA895
RGB: (189,168,149)

Color info

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

RGB color model

#BDA895 color RGB value is (189,168,149).

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

RGB channels and saturation

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

189
168
149

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

Portions of RGB colors in percentages

R + G + B =
189 + 168 + 149 = 506 (100%)
R 189 of 506 ~ 37.35%
G 168 of 506 ~ 33.2%
B 149 of 506 ~ 29.45%

%37.35
%33.2
%29.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.11%
  • 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
%11.11
%21.16
%25.88

Codes

Color #BDA895 in popluar color models

BDA895
RGB189168149
HSL29°23.26%66.27%
HSB/HSV29°21.16%74.12%
CMYK0.00%11.11%21.16%
25.88%

Color #BDA895 in popluar number systems.

HEXBDA895
Decimal189168149
Binary101111011010100010010101
Octal275250225

Shades and tints

Shades of #BDA895

#BDA895
(189,168,149)
#AC9988
(172,153,136)
#9B8A7B
(155,138,123)
#8A7B6E
(138,123,110)
#796C61
(121,108,97)
#685D54
(104,93,84)
#574E47
(87,78,71)
#463F3A
(70,63,58)
#35302D
(53,48,45)
#242120
(36,33,32)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #BDA895

#BDA895
(189,168,149)
#C3AF9E
(195,175,158)
#C9B6A7
(201,182,167)
#CFBDB0
(207,189,176)
#D5C4B9
(213,196,185)
#DBCBC2
(219,203,194)
#E1D2CB
(225,210,203)
#E7D9D4
(231,217,212)
#EDE0DD
(237,224,221)
#F3E7E6
(243,231,230)
#F9EEEF
(249,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA895; }

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

This text font color is #BDA895.


Background Color

.myBgColor { background-color: #BDA895; }

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

This div background color is #BDA895.


Border color

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

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

This div border color is #BDA895.


Opacity

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

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

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

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

This text has shadow with #BDA895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA895 on black background.


Color preview on white background

This text has color #BDA895 on white background.



Black color preview on #BDA895 background

This text has black color on #BDA895 background.


White color preview on #BDA895 background

This text has white color on #BDA895 background.