COLOR #BDA29D

HEX: #BDA29D
RGB: (189,162,157)

Color info

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

RGB color model

#BDA29D color RGB value is (189,162,157).

  • red value is 189;
  • green value is 162;
  • blue value is 157.
RGB:
(189,162,157)
(74%,64%,62%)

RGB channels and saturation

R 189 of 255 = 74%
G 162 of 255 = 64%
B 157 of 255 = 62%

189
162
157

R + G + B ~ 67%. #BDA29D is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 162 + 157 = 508 (100%)
R 189 of 508 ~ 37.2%
G 162 of 508 ~ 31.89%
B 157 of 508 ~ 30.91%

%37.2
%31.89
%30.91

CMYK color model

#BDA29D color CMYK value is (0,14,17,26).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 16.93%
  • key color value is 25.88%
CMYK:
(0,14,17,26)
C0M14Y17K26 
(0%,14%,17%,26%)
(0.00/0.14/0.17/0.26)	

CMYK percentages

%0
%14.29
%16.93
%25.88

Codes

Color #BDA29D in popluar color models

BDA29D
RGB189162157
HSL19.51%67.84%
HSB/HSV16.93%74.12%
CMYK0.00%14.29%16.93%
25.88%

Color #BDA29D in popluar number systems.

HEXBDA29D
Decimal189162157
Binary101111011010001010011101
Octal275242235

Shades and tints

Shades of #BDA29D

#BDA29D
(189,162,157)
#AC948F
(172,148,143)
#9B8681
(155,134,129)
#8A7873
(138,120,115)
#796A65
(121,106,101)
#685C57
(104,92,87)
#574E49
(87,78,73)
#46403B
(70,64,59)
#35322D
(53,50,45)
#24241F
(36,36,31)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #BDA29D

#BDA29D
(189,162,157)
#C3AAA5
(195,170,165)
#C9B2AD
(201,178,173)
#CFBAB5
(207,186,181)
#D5C2BD
(213,194,189)
#DBCAC5
(219,202,197)
#E1D2CD
(225,210,205)
#E7DAD5
(231,218,213)
#EDE2DD
(237,226,221)
#F3EAE5
(243,234,229)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA29D color. Also use rgb(189,162,157) instead hex code.

Text Font Color

.myTextColor { color: #BDA29D; }

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

This text font color is #BDA29D.


Background Color

.myBgColor { background-color: #BDA29D; }

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

This div background color is #BDA29D.


Border color

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

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

This div border color is #BDA29D.


Opacity

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

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

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

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

This text has shadow with #BDA29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA29D on black background.


Color preview on white background

This text has color #BDA29D on white background.



Black color preview on #BDA29D background

This text has black color on #BDA29D background.


White color preview on #BDA29D background

This text has white color on #BDA29D background.