COLOR #BDA193

HEX: #BDA193 RGB: (189,161,147)

Color info

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

RGB color model

#BDA193 color RGB value is (189,161,147).

RGB: (189,161,147) (74%, 63%, 58%)

RGB channels and saturation

R 189 of 255 = 74%
G 161 of 255 = 63%
B 147 of 255 = 58%

189
161
147

R + G + B ~ 65%. #BDA193 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 161 + 147 = 497 (100%)
R 189 of 497 ~ 38.03%
G 161 of 497 ~ 32.39%
B 147 of 497 ~ 29.58'%

%38.03
%32.39
%29.58

CMYK color model

#BDA193 color CMYK value is (0,15,22,26).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 22.22%
  • key color value is 25.88%
CMYK: (0,15,22,26) C0M15Y22K26 (0%,15%,22%,26%) (0.00/0.15/0.22/0.26) 

CMYK percentages

%0
%14.81
%22.22
%25.88

Codes

Color #BDA193 in popluar color models

BD A1 93
RGB 189 161 147
HSL 20° 24.14% 65.88%
HSB/HSV 20° 22.22% 74.12%
CMYK 0.00% 14.81% 22.22%
25.88%

Color #BDA193 in popluar number systems.

HEX BD A1 93
Decimal 189 161 147
Binary 10111101 10100001 10010011
Octal 275 241 223

Shades and tints

Shades of #BDA193

#BDA193
(189,161,147)
#AC9386
(172,147,134)
#9B8579
(155,133,121)
#8A776C
(138,119,108)
#79695F
(121,105,95)
#685B52
(104,91,82)
#574D45
(87,77,69)
#463F38
(70,63,56)
#35312B
(53,49,43)
#24231E
(36,35,30)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #BDA193

#BDA193
(189,161,147)
#C3A99C
(195,169,156)
#C9B1A5
(201,177,165)
#CFB9AE
(207,185,174)
#D5C1B7
(213,193,183)
#DBC9C0
(219,201,192)
#E1D1C9
(225,209,201)
#E7D9D2
(231,217,210)
#EDE1DB
(237,225,219)
#F3E9E4
(243,233,228)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA193; }

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

This text font color is #BDA193.

Background Color

.myBgColor { background-color: #BDA193; }

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

This div background color is #BDA193.

Border color

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

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

This div border color is #BDA193.

Opacity

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

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

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

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

This text has shadow with #BDA193 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA193.

Preview

Color preview on black background

This text has color #BDA193 on black background.


Color preview on white background

This text has color #BDA193 on white background.


Black color preview on #BDA193 background

This text has black color on #BDA193 background.


White color preview on #BDA193 background

This text has white color on #BDA193 background.


Related colors

Complementary color

Complementary color for #hex is #425E6C.


I love getcolorcode.com

Triadic colors

1 #93BDA1 and #A193BD with #BDA193 are triadic colors.

2 #93A1BD and #A1BD93 with #BDA193 are triadic colors.