COLOR #BDA19D

HEX: #BDA19D
RGB: (189,161,157)

Color info

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

RGB color model

#BDA19D color RGB value is (189,161,157).

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

RGB channels and saturation

R 189 of 255 = 74%
G 161 of 255 = 63%
B 157 of 255 = 62%

189
161
157

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

Portions of RGB colors in percentages

R + G + B =
189 + 161 + 157 = 507 (100%)
R 189 of 507 ~ 37.28%
G 161 of 507 ~ 31.76%
B 157 of 507 ~ 30.97%

%37.28
%31.76
%30.97

CMYK color model

#BDA19D color CMYK value is (0,15,17,26).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 16.93%
  • key color value is 25.88%
CMYK:
(0,15,17,26)
C0M15Y17K26 
(0%,15%,17%,26%)
(0.00/0.15/0.17/0.26)	

CMYK percentages

%0
%14.81
%16.93
%25.88

Codes

Color #BDA19D in popluar color models

BDA19D
RGB189161157
HSL19.51%67.84%
HSB/HSV16.93%74.12%
CMYK0.00%14.81%16.93%
25.88%

Color #BDA19D in popluar number systems.

HEXBDA19D
Decimal189161157
Binary101111011010000110011101
Octal275241235

Shades and tints

Shades of #BDA19D

#BDA19D
(189,161,157)
#AC938F
(172,147,143)
#9B8581
(155,133,129)
#8A7773
(138,119,115)
#796965
(121,105,101)
#685B57
(104,91,87)
#574D49
(87,77,73)
#463F3B
(70,63,59)
#35312D
(53,49,45)
#24231F
(36,35,31)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #BDA19D

#BDA19D
(189,161,157)
#C3A9A5
(195,169,165)
#C9B1AD
(201,177,173)
#CFB9B5
(207,185,181)
#D5C1BD
(213,193,189)
#DBC9C5
(219,201,197)
#E1D1CD
(225,209,205)
#E7D9D5
(231,217,213)
#EDE1DD
(237,225,221)
#F3E9E5
(243,233,229)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA19D; }

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

This text font color is #BDA19D.


Background Color

.myBgColor { background-color: #BDA19D; }

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

This div background color is #BDA19D.


Border color

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

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

This div border color is #BDA19D.


Opacity

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

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

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

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

This text has shadow with #BDA19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA19D on black background.


Color preview on white background

This text has color #BDA19D on white background.



Black color preview on #BDA19D background

This text has black color on #BDA19D background.


White color preview on #BDA19D background

This text has white color on #BDA19D background.