COLOR #BDA293

HEX: #BDA293
RGB: (189,162,147)

Color info

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

RGB color model

#BDA293 color RGB value is (189,162,147).

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

RGB channels and saturation

R 189 of 255 = 74%
G 162 of 255 = 64%
B 147 of 255 = 58%

189
162
147

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

Portions of RGB colors in percentages

R + G + B =
189 + 162 + 147 = 498 (100%)
R 189 of 498 ~ 37.95%
G 162 of 498 ~ 32.53%
B 147 of 498 ~ 29.52%

%37.95
%32.53
%29.52

CMYK color model

#BDA293 color CMYK value is (0,14,22,26).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 22.22%
  • key color value is 25.88%
CMYK:
(0,14,22,26)
C0M14Y22K26 
(0%,14%,22%,26%)
(0.00/0.14/0.22/0.26)	

CMYK percentages

%0
%14.29
%22.22
%25.88

Codes

Color #BDA293 in popluar color models

BDA293
RGB189162147
HSL21°24.14%65.88%
HSB/HSV21°22.22%74.12%
CMYK0.00%14.29%22.22%
25.88%

Color #BDA293 in popluar number systems.

HEXBDA293
Decimal189162147
Binary101111011010001010010011
Octal275242223

Shades and tints

Shades of #BDA293

#BDA293
(189,162,147)
#AC9486
(172,148,134)
#9B8679
(155,134,121)
#8A786C
(138,120,108)
#796A5F
(121,106,95)
#685C52
(104,92,82)
#574E45
(87,78,69)
#464038
(70,64,56)
#35322B
(53,50,43)
#24241E
(36,36,30)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #BDA293

#BDA293
(189,162,147)
#C3AA9C
(195,170,156)
#C9B2A5
(201,178,165)
#CFBAAE
(207,186,174)
#D5C2B7
(213,194,183)
#DBCAC0
(219,202,192)
#E1D2C9
(225,210,201)
#E7DAD2
(231,218,210)
#EDE2DB
(237,226,219)
#F3EAE4
(243,234,228)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA293; }

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

This text font color is #BDA293.


Background Color

.myBgColor { background-color: #BDA293; }

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

This div background color is #BDA293.


Border color

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

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

This div border color is #BDA293.


Opacity

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

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

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

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

This text has shadow with #BDA293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA293 on black background.


Color preview on white background

This text has color #BDA293 on white background.



Black color preview on #BDA293 background

This text has black color on #BDA293 background.


White color preview on #BDA293 background

This text has white color on #BDA293 background.